Some one was on my server making changes to my sip.conf files. I am now having trouble with DTMF. No matter what I use (inband,auto,rfc2833) the dtmf tones seem to not come thru. I compared it to the wiki and all the configs seem to be in order. Here is my sip.conf [general] disallow=all ;allow=g729 ; requires license for g729 allow=ulaw port = 5060 nat=yes context=from-sip bindaddr=0.0.0.0 ; IP address to bind to (0.0.0.0 binds to all) maxexpirey=4800 ; Maximum expiration for registrations defaultexpirey=1800 ; Default expiration for registrations canreinvite=no ; Allow clients to directly connect if set to yes. Set to no if behind NAT. tos=reliability srvlookup=yes ; Enable DNS SRV lookups on outbound calls videosupport=no ; Turn on support for SIP video dtmfmode=rfc2833 ;rfc2833 ;inband ;rfc2833 ; DTMF inband need to be set here. pedantic=no externip=XXXX.XXXX.XXX ;Sip Media register => XXXXXXXXXX:XXXX@sip.sipmedia.com/7322761368 [sipmedia6] type=friend user=XXXXXXXXXX ;(Phone Number) username=XXXXXXXXXX ;(Phone Number) fromuser=XXXXXXXXXX ;(Phone Number) authname=XXXXXXXXXX ;(Phone Number) secret=XXXX ;(SIP Password) host=sip.sipmedia.com disallow=all allow=ulaw context=ServerHighway realm=sip1.xchangetele.com fromdomain=sip.sipmedia.com dtmfmode=rfc2833 canreinvite=no insecure=very Here is my extensions.conf [general] static=yes writeprotect=yes [ServerHighway] ;Play Server Highway IVR Exten => s,1,Background(server-highway-ivr) Exten => s,2,Background(blank-file-10) Exten => 1,1,Ringing() Exten => 1,2,Wait(15) Exten => 1,3,Macro(stdexten,9511,9511) Exten => 2,1,Ringing() Exten => 2,2,Wait(15) Exten => 2,3,Macro(stdexten,9512,9512) Exten => 3,1,Ringing() Exten => 3,2,Wait(15) Exten => 3,3,Macro(stdexten,9513,9513) Exten => 4,1,Ringing() Exten => 4,2,Wait(15) Exten => 4,3,Macro(stdexten,9514,9514) Exten => i,1,Background(invalid) Exten => i,2,Goto(s,1) Exten => t,1,Goto(s,1) exten => 9,1,Goto(s,1) ;Extension To Record Main IVR Message exten => 500,1,Authenticate(XXX) exten => 500,2,Record(ServerHighwayIvr:gsm) --------------------------------- Yahoo! Mail Bring photos to life! New PhotoMail makes sharing a breeze. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060308/f0261190/attachment.htm
Try dtmfmode=info and see if that works. Mark -----Original Message----- From: Dovid Bender [mailto:asteriskdigium@yahoo.com] Sent: Thursday, 9 March 2006 6:08 AM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] No DTMF Some one was on my server making changes to my sip.conf files. I am now having trouble with DTMF. No matter what I use (inband,auto,rfc2833) the dtmf tones seem to not come thru. I compared it to the wiki and all the configs seem to be in order. Here is my sip.conf [general] disallow=all ;allow=g729 ; requires license for g729 allow=ulaw port = 5060 nat=yes context=from-sip bindaddr=0.0.0.0 ; IP address to bind to (0.0.0.0 binds to all) maxexpirey=4800 ; Maximum expiration for registrations defaultexpirey=1800 ; Default expiration for registrations canreinvite=no ; Allow clients to directly connect if set to yes. Set to no if behind NAT. tos=reliability srvlookup=yes ; Enable DNS SRV lookups on outbound calls videosupport=no ; Turn on support for SIP video dtmfmode=rfc2833 ;rfc2833 ;inband ;rfc2833 ; DTMF inband need to be set here. pedantic=no externip=XXXX.XXXX.XXX ;Sip Media register => XXXXXXXXXX:XXXX@sip.sipmedia.com/7322761368 [sipmedia6] type=friend user=XXXXXXXXXX ;(Phone Number) username=XXXXXXXXXX ;(Phone Number) fromuser=XXXXXXXXXX ;(Phone Number) authname=XXXXXXXXXX ;(Phone Number) secret=XXXX ;(SIP Password) host=sip.sipmedia.com disallow=all allow=ulaw context=ServerHighway realm=sip1.xchangetele.com fromdomain=sip.sipmedia.com dtmfmode=rfc2833 canreinvite=no insecure=very Here is my extensions.conf [general] static=yes writeprotect=yes [ServerHighway] ;Play Server Highway IVR Exten => s,1,Background(server-highway-ivr) Exten => s,2,Background(blank-file-10) Exten => 1,1,Ringing() Exten => 1,2,Wait(15) Exten => 1,3,Macro(stdexten,9511,9511) Exten => 2,1,Ringing() Exten => 2,2,Wait(15) Exten => 2,3,Macro(stdexten,9512,9512) Exten => 3,1,Ringing() Exten => 3,2,Wait(15) Exten => 3,3,Macro(stdexten,9513,9513) Exten => 4,1,Ringing() Exten => 4,2,Wait(15) Exten => 4,3,Macro(stdexten,9514,9514) Exten => i,1,Background(invalid) Exten => i,2,Goto(s,1) Exten => t,1,Goto(s,1) exten => 9,1,Goto(s,1) ;Extension To Record Main IVR Message exten => 500,1,Authenticate(XXX) exten => 500,2,Record(ServerHighwayIvr:gsm) _____ Yahoo! Mail Bring photos to life! New <http://pa.yahoo.com/*http:/us.rd.yahoo.com/evt=39174/*http:/photomail.mail. yahoo.com> PhotoMail makes sharing a breeze. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060308/1f678a9a/attachment.htm
already tried it and it didnt work. Could there be any other files that may have been messed with that is causing this ? Dovid --- Mark Edwards <mark@switchnet.com.au> wrote:> Try dtmfmode=info and see if that works. > > > > Mark > > > > -----Original Message----- > From: Dovid Bender [mailto:asteriskdigium@yahoo.com] > > Sent: Thursday, 9 March 2006 6:08 AM > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] No DTMF > > > > Some one was on my server making changes to my > sip.conf files. I am now > having trouble with DTMF. No matter what I use > (inband,auto,rfc2833) the > dtmf tones seem to not come thru. I compared it to > the wiki and all the > configs seem to be in order. > > > > Here is my sip.conf > > > > [general] > disallow=all > ;allow=g729 ; requires license for g729 > allow=ulaw > port = 5060 > nat=yes > context=from-sip > bindaddr=0.0.0.0 ; IP address to bind to (0.0.0.0 > binds to all) > maxexpirey=4800 ; Maximum expiration for > registrations > defaultexpirey=1800 ; Default expiration for > registrations > canreinvite=no ; Allow clients to directly connect > if set to yes. Set to no > if behind NAT. > tos=reliability > srvlookup=yes ; Enable DNS SRV lookups on outbound > calls > videosupport=no ; Turn on support for SIP video > dtmfmode=rfc2833 ;rfc2833 ;inband ;rfc2833 ; DTMF > inband need to be set > here. > pedantic=no > externip=XXXX.XXXX.XXX > > ;Sip Media > register => > XXXXXXXXXX:XXXX@sip.sipmedia.com/7322761368 > > [sipmedia6] > type=friend > user=XXXXXXXXXX ;(Phone Number) > username=XXXXXXXXXX ;(Phone Number) > fromuser=XXXXXXXXXX ;(Phone Number) > authname=XXXXXXXXXX ;(Phone Number) > secret=XXXX ;(SIP Password) > host=sip.sipmedia.com > disallow=all > allow=ulaw > context=ServerHighway > realm=sip1.xchangetele.com > fromdomain=sip.sipmedia.com > dtmfmode=rfc2833 > canreinvite=no > insecure=very > > > > Here is my extensions.conf > > [general] > static=yes > writeprotect=yes > > [ServerHighway] > ;Play Server Highway IVR > > > Exten => s,1,Background(server-highway-ivr) > Exten => s,2,Background(blank-file-10) > > Exten => 1,1,Ringing() > Exten => 1,2,Wait(15) > Exten => 1,3,Macro(stdexten,9511,9511) > Exten => 2,1,Ringing() > Exten => 2,2,Wait(15) > Exten => 2,3,Macro(stdexten,9512,9512) > Exten => 3,1,Ringing() > Exten => 3,2,Wait(15) > Exten => 3,3,Macro(stdexten,9513,9513) > Exten => 4,1,Ringing() > Exten => 4,2,Wait(15) > Exten => 4,3,Macro(stdexten,9514,9514) > Exten => i,1,Background(invalid) > Exten => i,2,Goto(s,1) > > Exten => t,1,Goto(s,1) > > exten => 9,1,Goto(s,1) > ;Extension To Record Main IVR Message > exten => 500,1,Authenticate(XXX) > exten => 500,2,Record(ServerHighwayIvr:gsm) > > _____ > > Yahoo! Mail > Bring photos to life! New ><http://pa.yahoo.com/*http:/us.rd.yahoo.com/evt=39174/*http:/photomail.mail.> yahoo.com> PhotoMail makes sharing a breeze. > > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com > -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > >http://lists.digium.com/mailman/listinfo/asterisk-users>__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Skipped content of type multipart/alternative-------------- next part -------------- An embedded message was scrubbed... From: "Mark Edwards" <mark@switchnet.com.au> Subject: RE: [Asterisk-Users] No DTMF Date: Thu, 9 Mar 2006 04:47:59 +0000 Size: 797 Url: http://lists.digium.com/pipermail/asterisk-users/attachments/20060422/bb55253c/attachment.eml