Areski
2004-Jan-16 09:59 UTC
[Asterisk-Users] NO DTMF detection in the Outgoing call with GW Cisco5300
Hello all, When I generate an out-going call from *, the DTMF detection is not working ? ASTERISK --> GW AS5300 --> PSTN But the DTMF is working correctly when it's an incoming call. PSTN - -> GW AS5300 - -> ASTERISK Well, I tried with the 3 dtmfmode of asterisk inband, rfc2833 and info, no way !!! Is it normal that asterisk try to setup the outgoing-call using ULAW ? if I disable ulaw the outgoing call doesn't work. disallow=all ;allow=ulaw allow=alaw debug message: File chan_sip.c, Line 5590 (sip_request): Asked to get a channel of unsupported format ULAW while capability is ALAW Why Asterisk doesn't use the SAME codec with outgoing & incoming calls ? In my AS5300, dtmf is configured as dtmf-relay rtp-nte perhaps I should try with h245-signal or h245-alphanumeric ? ALL ideas will be really appreciated ! Cheers, Areski
Steve Dolloff
2004-Jan-16 10:57 UTC
[Asterisk-Users] NO DTMF detection in the Outgoing call with GW Cisco5300
In terms of your dtmf settings, you need to make sure that the 5300 is configured with the same dtmf-relay method and codec as Asterisk. I am also trying to do this using SIP ATAs. It works fine for most calls, but certain ones do not. I have been working with Cisco on this and it appears that the problem is that some IVR systems do not correctly send the PRI "Connect" status message. Because of this, the AS5300 does not tell * that the call is connected and so SIP info messages are never sent from the ATA. My concern is that this also happens with inband even when the rtp stream is up. Asterisk people, pay attention here. If I connect either a Cisco or a Sipura device directly to the AS5350, it works fine. If I try to connect through *, the DTMF never appears to be sent. I have tried this with INFO, inband and rfc2833 modes and have changes the dtmfmode settings on all 3 devices for each. Stephen> -----Original Message----- > From: Areski [mailto:areski@e-group.org] > Sent: Friday, January 16, 2004 10:59 AM > To: Asterisk-Users Mailing-list > Subject: [Asterisk-Users] NO DTMF detection in the Outgoing call withGW> Cisco5300 > > Hello all, > > > When I generate an out-going call from *, the DTMF detection is not > working ? ASTERISK --> GW AS5300 --> PSTN > > But the DTMF is working correctly when it's an incoming call. > PSTN - -> GW AS5300 - -> ASTERISK > > Well, I tried with the 3 dtmfmode of asterisk inband, rfc2833 andinfo,> no way !!! > > > Is it normal that asterisk try to setup the outgoing-call using ULAW?> if I disable ulaw the outgoing call doesn't work. > disallow=all > ;allow=ulaw > allow=alaw > debug message: > File chan_sip.c, Line 5590 (sip_request): Asked to get a channel of > unsupported format ULAW while capability is ALAW > > Why Asterisk doesn't use the SAME codec with outgoing & incoming calls?> > In my AS5300, dtmf is configured as dtmf-relay rtp-nte > perhaps I should try with h245-signal or h245-alphanumeric ? > > > ALL ideas will be really appreciated ! > Cheers, > Areski > > _______________________________________________ > 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
mattf
2004-Jan-16 11:44 UTC
[Asterisk-Users] NO DTMF detection in the Outgoing call with GW Cisco5300
Hello, I noticed this as well on a supira connected phone through Asterisk when I upgraded from CVS 10-10-2003 to CVS 01-10-2004, nothing else changed in the setup. MATT--- -----Original Message----- From: Steve Dolloff [mailto:sdolloff@noc.dls.net] Sent: Friday, January 16, 2004 12:57 PM To: asterisk-users@lists.digium.com Subject: RE: [Asterisk-Users] NO DTMF detection in the Outgoing call with GW Cisco5300 In terms of your dtmf settings, you need to make sure that the 5300 is configured with the same dtmf-relay method and codec as Asterisk. I am also trying to do this using SIP ATAs. It works fine for most calls, but certain ones do not. I have been working with Cisco on this and it appears that the problem is that some IVR systems do not correctly send the PRI "Connect" status message. Because of this, the AS5300 does not tell * that the call is connected and so SIP info messages are never sent from the ATA. My concern is that this also happens with inband even when the rtp stream is up. Asterisk people, pay attention here. If I connect either a Cisco or a Sipura device directly to the AS5350, it works fine. If I try to connect through *, the DTMF never appears to be sent. I have tried this with INFO, inband and rfc2833 modes and have changes the dtmfmode settings on all 3 devices for each. Stephen> -----Original Message----- > From: Areski [mailto:areski@e-group.org] > Sent: Friday, January 16, 2004 10:59 AM > To: Asterisk-Users Mailing-list > Subject: [Asterisk-Users] NO DTMF detection in the Outgoing call withGW> Cisco5300 > > Hello all, > > > When I generate an out-going call from *, the DTMF detection is not > working ? ASTERISK --> GW AS5300 --> PSTN > > But the DTMF is working correctly when it's an incoming call. > PSTN - -> GW AS5300 - -> ASTERISK > > Well, I tried with the 3 dtmfmode of asterisk inband, rfc2833 andinfo,> no way !!! > > > Is it normal that asterisk try to setup the outgoing-call using ULAW?> if I disable ulaw the outgoing call doesn't work. > disallow=all > ;allow=ulaw > allow=alaw > debug message: > File chan_sip.c, Line 5590 (sip_request): Asked to get a channel of > unsupported format ULAW while capability is ALAW > > Why Asterisk doesn't use the SAME codec with outgoing & incoming calls?> > In my AS5300, dtmf is configured as dtmf-relay rtp-nte > perhaps I should try with h245-signal or h245-alphanumeric ? > > > ALL ideas will be really appreciated ! > Cheers, > Areski > > _______________________________________________ > 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_______________________________________________ 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