pari: branch 2.0 r4127 - /branches/2.0/config/js/pbx.js

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Tue Nov 18 09:41:45 CST 2008


Author: pari
Date: Tue Nov 18 09:41:44 2008
New Revision: 4127

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

 Fix for 
	[Asterisk-GUI] General 13920: wront syntax in macro-stdexten from asterisk-gui 2.0,
	Reported by linvinus,
	http://bugs.digium.com/view.php?id=13920



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

Modified: branches/2.0/config/js/pbx.js
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/js/pbx.js?view=diff&rev=4127&r1=4126&r2=4127
==============================================================================
--- branches/2.0/config/js/pbx.js (original)
+++ branches/2.0/config/js/pbx.js Tue Nov 18 09:41:44 2008
@@ -33,7 +33,7 @@
 					'default' : {},
 					'macro-stdexten' : [
 						'exten=s,1,Set(__DYNAMIC_FEATURES=${FEATURES})',
-						'exten=s,2,GotoIf($[${FOLLOWME_${ARG1}} = 1]?5:3)',
+						'exten=s,2,GotoIf($["${FOLLOWME_${ARG1}}" = "1"]?5:3)',
 						'exten=s,3,Dial(${ARG2},${RINGTIME},${DIALOPTIONS})',
 						'exten=s,4,Goto(s-${DIALSTATUS},1)',
 						'exten=s,5,Macro(stdexten-followme,${ARG1},${ARG2})',




More information about the asterisk-gui-commits mailing list