[Asterisk-Users] :: Migrating to 1.0.3 => Attention. ::
    Brian West 
    brian at bkw.org
       
    Tue Dec  7 19:04:26 MST 2004
    
    
  
Fix was just but in CVS for this btw.. should be in stable.. strcmp instead
we should have done a strcasecmp.
bkw
> -----Original Message-----
> From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-
> bounces at lists.digium.com] On Behalf Of Brian West
> Sent: Tuesday, December 07, 2004 7:56 PM
> To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
> Subject: RE: [Asterisk-Users] :: Migrating to 1.0.3 => Attention. ::
> 
> > 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
> 
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at 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
    
    
More information about the asterisk-users
mailing list