asterisk@bortal.de
2004-Aug-24 03:17 UTC
[Asterisk-Users] Inband DTMF is not supported on codec G.711 u-law. Use RFC2833
Hello! I can connect to asterisk with kphone (sip) with no problem. This is my extentions.conf [kphone] exten => 123,1,Answer() exten => 123,2,Playback(vm-goodbye) exten => 123,3,Hangup() So when i call "123" i expect to hear the Playback sound. However, when i dial "123" i get this at the astersisk output: Inband DTMF is not supported on codec G.711 u-law. Use RFC2833 Inband DTMF is not supported on codec G.711 u-law. Use RFC2833 Inband DTMF is not supported on codec G.711 u-law. Use RFC2833 Inband DTMF is not supported on codec G.711 u-law. Use RFC2833 Inband DTMF is not supported on codec G.711 u-law. Use RFC2833 Inband DTMF is not supported on codec G.711 u-law. Use RFC2833 What am i doing wrong? Am i missing a codec somewhere? Thanks, Mario
Steven Critchfield
2004-Aug-24 10:03 UTC
[Asterisk-Users] Inband DTMF is not supported on codec G.711 u-law. Use RFC2833
On Tue, 2004-08-24 at 05:17, asterisk@bortal.de wrote:> Hello! > > I can connect to asterisk with kphone (sip) with no problem. > This is my extentions.conf> > Inband DTMF is not supported on codec G.711 u-law. Use RFC2833 > Inband DTMF is not supported on codec G.711 u-law. Use RFC2833 > Inband DTMF is not supported on codec G.711 u-law. Use RFC2833 > Inband DTMF is not supported on codec G.711 u-law. Use RFC2833 > Inband DTMF is not supported on codec G.711 u-law. Use RFC2833 > Inband DTMF is not supported on codec G.711 u-law. Use RFC2833Lets simplify your error message... Inband DTMF is not supported, Use RFC2833 Go search your kphone configs and fic it to use some out of band signalling of DTMF. -- Steven Critchfield <critch@basesys.com>
Eric Wieling
2004-Aug-24 12:00 UTC
[Asterisk-Users] Inband DTMF is not supported on codec G.711 u-law. Use RFC2833
On Tue, 2004-08-24 at 12:03, Steven Critchfield wrote:> Inband DTMF is not supported, Use RFC2833 > > Go search your kphone configs and fic it to use some out of band > signalling of DTMF.kphone does not support RFC2833 DTMF, only inband DTMF. -- Eric Wieling * BTEL Consulting * 504-899-1387 x2111 "In a related story, the IRS has recently ruled that the cost of Windows upgrades can NOT be deducted as a gambling loss."
Linterra
2004-Aug-24 14:18 UTC
[Asterisk-Users] Inband DTMF is not supported on codec G.711 u-law. Use RFC2833
If your phone does support RFC2833, edit your sip.conf and add something like this: [sip1] type=friend host=dynamic dtmfmode=rfc2833 context=sip On Tue, 24 Aug 2004 14:00:01 -0500, Eric Wieling <eric@fnords.org> wrote:> On Tue, 2004-08-24 at 12:03, Steven Critchfield wrote: > > > Inband DTMF is not supported, Use RFC2833 > > > > Go search your kphone configs and fic it to use some out of band > > signalling of DTMF. > > kphone does not support RFC2833 DTMF, only inband DTMF. > > -- > Eric Wieling * BTEL Consulting * 504-899-1387 x2111 > "In a related story, the IRS has recently ruled that the cost of Windows > upgrades can NOT be deducted as a gambling loss." > > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >