pari: trunk r677 - /trunk/config/menus.html
asterisk-gui-commits at lists.digium.com
asterisk-gui-commits at lists.digium.com
Mon Apr 16 14:01:07 MST 2007
Author: pari
Date: Mon Apr 16 16:01:06 2007
New Revision: 677
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=677
Log:
as pointed by Alvaro Oliver
Modified:
trunk/config/menus.html
Modified: trunk/config/menus.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/menus.html?view=diff&rev=677&r1=676&r2=677
==============================================================================
--- trunk/config/menus.html (original)
+++ trunk/config/menus.html Mon Apr 16 16:01:06 2007
@@ -59,7 +59,7 @@
return "Play '" + temp[2] + "' & Listen for KeyPress";
}
if( temp[2].match("DigitTimeout") ){
- temp[2] = temp[2].replace(/DigitTimeout\(/, "");
+ temp[2] = temp[2].replace(/Set\(TIMEOUT\(digit\)\=/, "");
temp[2] = temp[2].replace(/\)/, "");
return "Wait '"+ temp[2] +"' sec for KeyPress";
}
@@ -345,7 +345,7 @@
action_string = "s,"+ newpriority+ ",Background(" + _nsv.value + ")";
break;
case 'DigitTimeout':
- action_string = "s,"+ newpriority+ ",DigitTimeout(" + _nsv.value + ")";
+ action_string = "s,"+ newpriority+ ",Set(TIMEOUT(digit)=" + _nsv.value + ")";
break;
case 'ResponseTimeout':
action_string = "s,"+ newpriority+ ",Set(TIMEOUT(response)=" + _nsv.value + ")";
More information about the asterisk-gui-commits
mailing list