[Asterisk-Users] Voicemail cliping digits via sip

Ernest W. Lessenger ernest at oacys.com
Sun Aug 17 13:24:21 MST 2003


At 04:14 PM 8/17/2003 -0400, you wrote:
>What did you change the DTMF mode to? Where can I find documentation
>with all the possible options in the config files?

Check out the demo config files - I think those are the only "complete" 
documentation in existence. It looks like I actually removed the line 
"dtmfmode=inband" from the config in sip.conf. I don't know what the 
default is.

 From the demo sip.conf:
;[snomsip]
#type=friend
#secret=goldfish
#host=dynamic
#dtmfmode=inband                ; Choices are inband, rfc2833, or info
#defaultip=208.19.48.149
#mailbox=1234,2345              ; Mailbox for message waiting indicator

Here is a successful config for using the X-Lite softphone. I am using the 
8/16/2003 CVS.
[ernest]
type=friend
username=ernest
secret=xxxxxxx
host=dynamic
qualify=1000                    ; Consider it down if it's 1 second to reply
defaultip=xxx.xxx.xxx.xxy
mailbox=1234

[ryanw]
type=friend
username=ryanw
secret=xxxxxxx
host=dynamic
qualify=1000                    ; Consider it down if it's 1 second to reply
defaultip=xxx.xxx.xxx.xxz
mailbox=1235


--Ernest 




More information about the asterisk-users mailing list