espiceland: branch 2.0 r5086 - /branches/2.0/config/js/index.js

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Tue Sep 21 13:57:54 CDT 2010


Author: espiceland
Date: Tue Sep 21 13:57:51 2010
New Revision: 5086

URL: http://svnview.digium.com/svn/asterisk-gui?view=rev&rev=5086
Log:
Fix error with dialplan extension priorities.

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

Modified: branches/2.0/config/js/index.js
URL: http://svnview.digium.com/svn/asterisk-gui/branches/2.0/config/js/index.js?view=diff&rev=5086&r1=5085&r2=5086
==============================================================================
--- branches/2.0/config/js/index.js (original)
+++ branches/2.0/config/js/index.js Tue Sep 21 13:57:51 2010
@@ -118,7 +118,7 @@
 				sessionData.PLATFORM.isAST_1_6 = true ;
 				sessionData.PLATFORM.isAST_1_6_1 = resp_lower.contains('1.6.1') ? true : false;
 				ASTGUI.globals.sbcid_1 = 's,1,ExecIf($[ "${CALLERID(num)}"="" ]?SetCallerPres(unavailable))';
-				ASTGUI.globals.sbcid_2 = 's,1,ExecIf($[ "${CALLERID(num)}"="" ]?Set(CALLERID(all)=unknown <0000000>))';
+				ASTGUI.globals.sbcid_2 = 's,2,ExecIf($[ "${CALLERID(num)}"="" ]?Set(CALLERID(all)=unknown <0000000>))';
 				sessionData.listOfCodecs = { // sessionData.listOfCodecs
 					'ulaw' : 'u-law' ,
 					'alaw' : 'a-law' ,




More information about the asterisk-gui-commits mailing list