[asterisk-commits] russell: trunk r184043 - /trunk/main/channel.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Mar 24 17:01:02 CDT 2009
Author: russell
Date: Tue Mar 24 17:00:58 2009
New Revision: 184043
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=184043
Log:
Put siren7 and siren14 in ast_best_codec() just so they're in there somewhere.
Modified:
trunk/main/channel.c
Modified: trunk/main/channel.c
URL: http://svn.digium.com/svn-view/asterisk/trunk/main/channel.c?view=diff&rev=184043&r1=184042&r2=184043
==============================================================================
--- trunk/main/channel.c (original)
+++ trunk/main/channel.c Tue Mar 24 17:00:58 2009
@@ -718,6 +718,8 @@
AST_FORMAT_ULAW,
/*! Unless of course, you're a silly European, so then prefer ALAW */
AST_FORMAT_ALAW,
+ AST_FORMAT_SIREN14,
+ AST_FORMAT_SIREN7,
/*! G.722 is better then all below, but not as common as the above... so give ulaw and alaw priority */
AST_FORMAT_G722,
/*! Okay, well, signed linear is easy to translate into other stuff */
More information about the asterisk-commits
mailing list