I've downloaded diax-0.9.6b and configured for IAX2. Calls from Diax to * are perfect. However, when calling from * to Diax, I get the following: channel.c:1097 ast_read: Dropping incompatible voice frame on IAX2[mike]/3 of format GSM since our native format has changed to ULAW In iax.conf I have: allow=all disallow=g723.1 disallow=lpc10 allow gsm Has anyone else seen this? Thanks, Mike
disallow=al allow=gsm bkw On Wed, 21 Jan 2004, Michael Welter wrote:> I've downloaded diax-0.9.6b and configured for IAX2. Calls from Diax to > * are perfect. However, when calling from * to Diax, I get the following: > > channel.c:1097 ast_read: Dropping incompatible voice frame on > IAX2[mike]/3 of format GSM since our native format has changed to ULAW > > In iax.conf I have: > allow=all > disallow=g723.1 > disallow=lpc10 > allow gsm > > Has anyone else seen this? > > Thanks, > Mike > > > _______________________________________________ > 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 >
Hi Mike, ----- Original Message ----- From: "Michael Welter" <mike@introspect.com>> I've downloaded diax-0.9.6b and configured for IAX2. Calls from Diax to > * are perfect. However, when calling from * to Diax, I get thefollowing:> > channel.c:1097 ast_read: Dropping incompatible voice frame on > IAX2[mike]/3 of format GSM since our native format has changed to ULAW > > In iax.conf I have: > allow=all > disallow=g723.1 > disallow=lpc10 > allow gsmIn this way you accept ULAW (G.711) as a valid codec for IAX, which is not the case. I am not aware of any IAX phone with another codec support than GSM. So the correct way to do it is: disallow=all allow=gsm Best regards, Dan