I have three Sipura 3000 FXO untis for incoming PSTN lines on a small pbx. There is an IVR to select the extension. The DTMF tones are not being sensed so the IVR does not work and incoming calls are not being answered. I have listed my sip.conf entries. Is there any solution to this? ;Sipura units [101] type=friend host=dynamic context=default secret=mysecret mailbox=101 dtmfmode=inband disallow=all allow=ulaw [3200] type=friend host=dynamic context=pstn-in secret=mysecret qualify=yes dtmfmode=inband disallow=all allow=ulaw insecure=very [pstn-spa3k1] type=peer auth=md5 host=192.168.101.11 port=5061 secret=mysecret username=asterisk fromuser=asterisk dtmfmode=inband context=pstn-in insecure=very -- Chris Mason NetConcepts (264) 497-5670 Fax: (264) 497-8463 Int: (305) 704-7249 Fax: (815)301-9759 UK 44.207.183.0271 Cell: 264-235-5670 Yahoo IM: netconcepts_anguilla@yahoo.com -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
Check for : dtmfmode=outband Good luck ! Francois BERGERET, France -----Message d'origine----- De : asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] De la part de Chris Mason (Lists) Envoy? : samedi 18 mars 2006 17:43 ? : Asterisk Users Mailing List - Non-Commercial Discussion Objet : [Asterisk-Users] Sipura 3000 DMTF I have three Sipura 3000 FXO untis for incoming PSTN lines on a small pbx. There is an IVR to select the extension. The DTMF tones are not being sensed so the IVR does not work and incoming calls are not being answered. I have listed my sip.conf entries. Is there any solution to this? ;Sipura units [101] type=friend host=dynamic context=default secret=mysecret mailbox=101 dtmfmode=inband disallow=all allow=ulaw [3200] type=friend host=dynamic context=pstn-in secret=mysecret qualify=yes dtmfmode=inband disallow=all allow=ulaw insecure=very [pstn-spa3k1] type=peer auth=md5 host=192.168.101.11 port=5061 secret=mysecret username=asterisk fromuser=asterisk dtmfmode=inband context=pstn-in insecure=very -- Chris Mason NetConcepts (264) 497-5670 Fax: (264) 497-8463 Int: (305) 704-7249 Fax: (815)301-9759 UK 44.207.183.0271 Cell: 264-235-5670 Yahoo IM: netconcepts_anguilla@yahoo.com -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. _______________________________________________ --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
Chris, I've had my spa3k set to "DTMF Tx Method: Auto" and no dtmf entry in the sip.conf, and it seems to work. I don't use the spa3k much, but the tests that I did some time ago I believed worked just fine. Asterisk is running svn trunk from a few weeks ago. Rich Chris Mason (Lists) wrote:> I have three Sipura 3000 FXO untis for incoming PSTN lines on a small > pbx. There is an IVR to select the extension. The DTMF tones are not > being sensed so the IVR does not work and incoming calls are not being > answered. I have listed my sip.conf entries. > > Is there any solution to this? > > ;Sipura units > [101] > type=friend > host=dynamic > context=default > secret=mysecret > mailbox=101 > dtmfmode=inband > disallow=all > allow=ulaw > > [3200] > type=friend > host=dynamic > context=pstn-in > secret=mysecret > qualify=yes > dtmfmode=inband > disallow=all > allow=ulaw > insecure=very > > [pstn-spa3k1] > type=peer > auth=md5 > host=192.168.101.11 port=5061 > secret=mysecret > username=asterisk > fromuser=asterisk > dtmfmode=inband > context=pstn-in > insecure=very >
Try with dtmfmode=auto and DTMF Tx Method: InBand+INFO, this was the best configuration for me, although still not 100% guarantee. If the dtmf tones are sent very fast without a 1 sec delay, in most of the cases asterisk won't detect half of them. There are a couple of patches for the trunk regarding this issue, but they didn't work for me. HTH, Vahan Chris Mason (Lists) wrote:> I have three Sipura 3000 FXO untis for incoming PSTN lines on a small > pbx. There is an IVR to select the extension. The DTMF tones are not > being sensed so the IVR does not work and incoming calls are not being > answered. I have listed my sip.conf entries. > > Is there any solution to this?[snip]