twilson: branch 2.0 r4991 - /branches/2.0/config/js/pbx.js

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Thu Oct 22 11:52:10 CDT 2009


Author: twilson
Date: Thu Oct 22 11:52:06 2009
New Revision: 4991

URL: http://svnview.digium.com/svn/asterisk-gui?view=rev&rev=4991
Log:
Fix missing quote

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

Modified: branches/2.0/config/js/pbx.js
URL: http://svnview.digium.com/svn/asterisk-gui/branches/2.0/config/js/pbx.js?view=diff&rev=4991&r1=4990&r2=4991
==============================================================================
--- branches/2.0/config/js/pbx.js (original)
+++ branches/2.0/config/js/pbx.js Thu Oct 22 11:52:06 2009
@@ -33,7 +33,7 @@
 					'default' : {},
 					'macro-stdexten' : [
 						'exten=s,1,Set(__DYNAMIC_FEATURES=${FEATURES})',
-						'exten=s,2,Set(ORIG_ARG1=${ARG1})
+						'exten=s,2,Set(ORIG_ARG1=${ARG1})',
 						'exten=s,3,GotoIf($["${FOLLOWME_${ARG1}}" = "1"]?6:4)',
 						'exten=s,4,Dial(${ARG2},${RINGTIME},${DIALOPTIONS})',
 						'exten=s,5,Goto(s-${DIALSTATUS},1)',




More information about the asterisk-gui-commits mailing list