Re: [asterisk-users] app_echo.c

2007-12-31 Thread Mojo with Horan Company, LLC
I would GUESS that if this line is removed, asterisk is settling on slin 
codec for the channel and does not try to negotiate anything better?  
Hence it will work without it.

Mojo

Bhrugu Mehta wrote:
 hi, all
 I have test echo application for just fun.
 I can'nt understand why this is used below in .c file,

 format = ast_best_codec(chan-nativeformats);
  ast_set_write_format(chan, format);
  ast_set_read_format(chan, format);

 without this this application work fine.
 then why this is used.

 any suggestion??

 Bhrugu mehta

 ___
 --Bandwidth and Colocation Provided by http://www.api-digital.com--

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
   


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] app_echo.c

2007-12-30 Thread Bhrugu Mehta
hi, all
I have test echo application for just fun.
I can'nt understand why this is used below in .c file,

format = ast_best_codec(chan-nativeformats);
 ast_set_write_format(chan, format);
 ast_set_read_format(chan, format);

without this this application work fine.
then why this is used.

any suggestion??

Bhrugu mehta

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users