Damon Estep
2005-Dec-06 10:35 UTC
[Asterisk-Users] can * translate DTMF from rfc2833 to inband?
I have some phones that perform better with rfc2833 for DTMF, but a termination provider that only supports INBAND. Is this possible; Phone <G.711u/SIP/RFC2833 DTMF> Asterisk <G.711u/SIP/INBAND DTMF> provider If so what are the relevant things to check, right now it fails, assuming it is because the rfc2833 is being passed on to the provider. Thx! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20051206/a4d77b7c/attachment.htm
tracinet
2005-Dec-06 13:43 UTC
[Asterisk-Users] can * translate DTMF from rfc2833 to inband?
This can be done. Just make sure you specify the DTMF mode you are using per SIP account. for example: [sipuser] type=friend secret=blahblah qualify=yes nat=yes disallow=all allow=ulaw dtmfmode=rfc2833 etc. etc. [sipprovider] type=friend secret=blahblah qualify=yes nat=yes disallow=all allow=ulaw dtmfmode=inband etc. etc. On 12/6/05, Damon Estep <damon@suburbanbroadband.net> wrote:> > I have some phones that perform better with rfc2833 for DTMF, but a > termination provider that only supports INBAND. > > > > Is this possible; > > > > Phone <G.711u/SIP/RFC2833 DTMF> Asterisk <G.711u/SIP/INBAND DTMF> provider > > > > If so what are the relevant things to check, right now it fails, assuming > it is because the rfc2833 is being passed on to the provider. > > > > Thx! > > _______________________________________________ > --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 > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20051206/2cec43b3/attachment.htm
Eric "ManxPower" Wieling
2005-Dec-06 19:02 UTC
[Asterisk-Users] can * translate DTMF from rfc2833 to inband?
Damon Estep wrote:> > I have some phones that perform better with rfc2833 for DTMF, but a > termination provider that only supports INBAND. > > Is this possible;Yes. It happens automagically. BTW, pretty much all phones will have more reliable DTMF if you are using RFC2833.