Ronald Wiplinger
2005-Jun-11 07:55 UTC
[Asterisk-Users] No path to translate from SIP/615-25c8(256) to SIP/601-27b6(4)
No path to translate from SIP/615-25c8(256) to SIP/601-27b6(4) Jun 11 22:24:30 WARNING[17723]: app_dial.c:1324 dial_exec_full: Had to drop call because I couldn't make SIP/615-25c8 compatible with SIP/601-27b6 ??? bye Ronald
Joshua Colp
2005-Jun-11 08:46 UTC
[Asterisk-Users] No path to translate from SIP/615-25c8(256) toSIP/601-27b6(4)
One side is using G729, the other is using ULAW. Asterisk is having to convert between the two and can not, probably because you do not have the G729 codec with the proper license ($10/channel from Digium). - Joshua Colp. -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Ronald Wiplinger Sent: Saturday, June 11, 2005 11:55 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [Asterisk-Users] No path to translate from SIP/615-25c8(256) toSIP/601-27b6(4) No path to translate from SIP/615-25c8(256) to SIP/601-27b6(4) Jun 11 22:24:30 WARNING[17723]: app_dial.c:1324 dial_exec_full: Had to drop call because I couldn't make SIP/615-25c8 compatible with SIP/601-27b6 ??? bye Ronald _______________________________________________ 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
Ronald Wiplinger
2005-Jun-11 09:20 UTC
[Asterisk-Users] No path to translate from SIP/615-25c8(256) toSIP/601-27b6(4)
Joshua Colp wrote:>One side is using G729, the other is using ULAW. Asterisk is having to >convert between the two and can not, probably because you do not have the >G729 codec with the proper license ($10/channel from Digium). > > >You are right! I removed g729, but I still wonder, why it did not go to the next line!!!! [snom-190] ... disallow=all allow=g729 allow=ulaw allow=alaw bye Ronald
Joshua Colp
2005-Jun-11 09:33 UTC
[Asterisk-Users] No path to translate from SIP/615-25c8(256)toSIP/601-27b6(4)
Codecs are negotiated between asterisk and the device, not device to device... So since you specify G729, one side negotiated to G729 first... Then when you dialed the other device, that one negotiated at ULAW... And then when they attempted to be bridged together - voila, failure. - Joshua Colp. -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Ronald Wiplinger Sent: Saturday, June 11, 2005 1:20 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] No path to translate from SIP/615-25c8(256)toSIP/601-27b6(4) Joshua Colp wrote:>One side is using G729, the other is using ULAW. Asterisk is having to >convert between the two and can not, probably because you do not have >the >G729 codec with the proper license ($10/channel from Digium). > > >You are right! I removed g729, but I still wonder, why it did not go to the next line!!!! [snom-190] ... disallow=all allow=g729 allow=ulaw allow=alaw bye Ronald _______________________________________________ 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