pari: branch 2.0 r4074 - /branches/2.0/config/js/index.js

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Fri Nov 7 11:03:19 CST 2008


Author: pari
Date: Fri Nov  7 11:03:18 2008
New Revision: 4074

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=4074
Log:

 Add g729 to the list of available codecs on the AA50



Modified:
    branches/2.0/config/js/index.js

Modified: branches/2.0/config/js/index.js
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/js/index.js?view=diff&rev=4074&r1=4073&r2=4074
==============================================================================
--- branches/2.0/config/js/index.js (original)
+++ branches/2.0/config/js/index.js Fri Nov  7 11:03:18 2008
@@ -102,6 +102,7 @@
 					'ulaw' : 'u-law' ,
 					'alaw' : 'a-law' ,
 					'gsm'  : 'GSM' ,
+					'g729' : 'G.729A',
 					'g726' : 'G.726' ,
 					'g722' : 'G.722'
 				};




More information about the asterisk-gui-commits mailing list