bkruse: branch 2.0 r3824 - /branches/2.0/config/preferences.html

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Tue Sep 16 11:44:56 CDT 2008


Author: bkruse
Date: Tue Sep 16 11:44:56 2008
New Revision: 3824

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=3824
Log:
Quick fix for a macro update call that was lost in the dust.

(Would only fail in internet explorer as FF would ignore the null variable)

(closes issue #13484)

Modified:
    branches/2.0/config/preferences.html

Modified: branches/2.0/config/preferences.html
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/preferences.html?view=diff&rev=3824&r1=3823&r2=3824
==============================================================================
--- branches/2.0/config/preferences.html (original)
+++ branches/2.0/config/preferences.html Tue Sep 16 11:44:56 2008
@@ -177,7 +177,6 @@
 
 		u.new_action('delete', 'default', 'exten','' ,'o,1,' + OPEXTENSION );
 		u.new_action('append', 'default', 'exten', 'o,1,' + ASTGUI.getFieldValue(DOM_op_ext) );
-		u.new_action('update', 'macro-stdexten', 'exten', 's,1,Dial(${ARG2},' + _$('op_ringTimeOut_Voicemail').value +')' , STDEXTEN_RINGINTERFACE_LINE );
 	u.callActions();
 
 	if( parent.sessionData.PLATFORM.isAST_1_6 || parent.sessionData.PLATFORM.isAA50 ){




More information about the asterisk-gui-commits mailing list