[Asterisk-Users] :: Migrating to 1.0.3 => Attention. ::
Brian West
brian at bkw.org
Tue Dec 7 18:56:29 MST 2004
> If u used
>
> allow=G723.1 , now u have to use : allow=g723 * ( NO CAPS ) !!!
> allow=G729 , now u have to use : allow=g729 * ( NO CAPS ) !!!
> allow=iLBC , now u have to use : allow=ilbc * ( NO CAPS ) !!!
>
> Please , verify all configurations files ( sip.conf , iax.conf ) before
> upgrade.
> If u see some message like , codec error , is it.
It maybe a bug on this part.
allow=g723
And
allow=g723.1
BOTH should work now. Case should not matter as it never did in the past.
We have a codec alias table in frame.c
} ast_codec_alias_table[] = {
{"slinear","slin"},
{"g723.1","g723"},
};
bkw
More information about the asterisk-users
mailing list