rbrindley: branch 2.0 r4962 - /branches/2.0/config/js/index.js

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Thu Jul 2 14:39:06 CDT 2009


Author: rbrindley
Date: Thu Jul  2 14:39:02 2009
New Revision: 4962

URL: http://svn.asterisk.org/svn-view/asterisk-gui?view=rev&rev=4962
Log:

- fixed an issue that was causing the GUI to not load in certain cases

(closes issue #15443)
Reported by: jacco


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

Modified: branches/2.0/config/js/index.js
URL: http://svn.asterisk.org/svn-view/asterisk-gui/branches/2.0/config/js/index.js?view=diff&rev=4962&r1=4961&r2=4962
==============================================================================
--- branches/2.0/config/js/index.js (original)
+++ branches/2.0/config/js/index.js Thu Jul  2 14:39:02 2009
@@ -119,7 +119,6 @@
 				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>))';
-		sbcid_2 : 's,2,ExecIf($[ "${CALLERID(num)}"="" ],Set,CALLERID(all)=unknown <0000000>)',
 			} else { /* if system is either 1.4 or unknown */
 				sessionData.PLATFORM.isAST_1_4 = true ;
 				sessionData.PLATFORM.isAST_1_6 = false ;




More information about the asterisk-gui-commits mailing list