[Home]

Summary:ASTERISK-02752: oneway audio with iaxy due to CODEC mismatch caused by iax.conf
Reporter:heison (heison)Labels:
Date Opened:2004-11-06 12:49:25.000-0600Date Closed:2011-06-07 14:10:01
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Asterisk CVS-HEAD-10/21/04-22:29:48 built by root@pbx.ykz.zealnetworks.com on a i686 running Linux

iaxy.conf:
codec: ulaw

iax.conf:
[iaxy]
host=dynamic
allow=all
type=friend
secret=iaxy
qualify=yes
context=zeal

With allow=all in iax.conf, IAXy has one way audio (only inbound audio) when calls are coming in from the PSTN via X100P -- the CLI complains about GSM frames being dropped due to mismatched codecs.

If the call originates from IAXy, the problem is not there.

After changing iax.conf to only allow ulaw, the problem goes away:
disallow=all
allow=ulaw


Comments:By: Brian West (bkw918) 2004-11-06 13:07:53.000-0600

This is not a bug.. You never do allow=all.

bkw

By: Mark Spencer (markster) 2004-11-06 14:36:36.000-0600

You gotta have the codec match on both ends.  I don't think this is a bug...