block addition of silence files... not needed here
[asterisk-bristuff.git] / configs / smdi.conf.sample
blob0325eba481c108979ad65e79a537447504d9ff9e
1 ; Asterisk SMDI configuration
3 [interfaces]
4 ; Specify serial ports to listen for SMDI messages on below.  These will be
5 ; referenced later in zapata.conf.  If you do not specify any interfaces then
6 ; SMDI will be disabled.  Interfaces can have several different attributes
7 ; associated with them.
9 ; Set the number of stop bits to use per character here.  The default is no,
10 ; in which case one stop bit will be used.
12 ;twostopbits = no
14 ; Character size or bit length is the size of each character sent across the
15 ; link.  Character size can be 7 or 8.  The default is 7.
17 ;charsize = 7
19 ; If you need parity checking enabled you can turn it on here.  Acceptable
20 ; values are even, odd, and none.  The default is even.
22 ;paritybit = even
24 ; The baudrate to use for this port.  Acceptable values are 1200, 2400, 4800,
25 ; and 9600.  The default is 9600.
27 ;baudrate = 1200
29 ; Often the numbering scheme for a set of mailboxes or extensions will not be 7
30 ; or 10 digits (as SMDI requires).  Use the msdstrip option to strip unused
31 ; digits from the start of numbers.
33 ;msdstrip = 0
35 ; Occasionally Asterisk and the SMDI switch may become out of sync.  If this
36 ; happens, Asterisk will appear one or several calls behind as it processes
37 ; voicemail requests.  To prevent this from happening, adjust the msgexpirytime.
38 ; This will make Asterisk discard old SMDI messages that have not yet been
39 ; processed.  The default expiry time is 30000 milliseconds.
41 ;msgexpirytime = 30000
43 ;smdiport => /dev/ttyS0