Steven Ringwald
2006-Mar-24 17:47 UTC
[Asterisk-Users] [1.2.5] DTMF not being set correctly (RESEND)
I apologize if this gets posted twice. Tried once about 5 or so hours ago, and still have not seen the message on the list.... -------------------------------- I am having trouble getting DTMF mode to be set to inband on incoming calls. I have the following set, and for some reason the connection is still negotiated with rfc2833. [outbound] type=friend secret=XXXXXXX username=XXXXXXX authuser=XXXXXXX host=XXX.XXX.XXX.XXX context=inbound qualify=200 insecure=very disallow=all allow=ulaw dtmfmode=inband dtmf=inband canreinvite=no nat=no Is there something that you can recommend that I add to get this to work? I am running 1.2.5, and the rfc2833 mode works like a champ, but I would like to be able to support inband, too. Thanks in advance! Steve
Rich Adamson
2006-Mar-25 02:20 UTC
[Asterisk-Users] [1.2.5] DTMF not being set correctly (RESEND)
> I am having trouble getting DTMF mode to be set to inband on incoming > calls. > > I have the following set, and for some reason the connection is still > negotiated with rfc2833. > > [outbound] > type=friend > secret=XXXXXXX > username=XXXXXXX > authuser=XXXXXXX > host=XXX.XXX.XXX.XXX > context=inbound > qualify=200 > insecure=very > disallow=all > allow=ulaw > dtmfmode=inband > dtmf=inband > canreinvite=no > nat=noSince you didn't mention what device/itsp is generating the incoming call, I'll have to assume you are trying to use sip with an external itsp. If that's a correct assumption, the itsp may not support inband, suggesting the session is rfc2833 only. You might want to try 'sip debug' and see what's happening, or 'set verbose xx' where xx is some large number like 30 or so. One or the other should provide more detail.