bkruse: trunk r1585 - in /trunk: ./ config/queues.html
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Wed Sep 12 16:13:47 CDT 2007
Author: bkruse
Date: Wed Sep 12 16:13:47 2007
New Revision: 1585
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1585
Log:
Merged revisions 1584 via svnmerge from
https://origsvn.digium.com/svn/asterisk-gui/branches/1.4
........
r1584 | bkruse | 2007-09-12 16:12:36 -0500 (Wed, 12 Sep 2007) | 4 lines
Quick syntactical change for queues.html
Did not check when I applied that patch.
(Thanks Killfill!)
........
Modified:
trunk/ (props changed)
trunk/config/queues.html
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/config/queues.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/queues.html?view=diff&rev=1585&r1=1584&r2=1585
==============================================================================
--- trunk/config/queues.html (original)
+++ trunk/config/queues.html Wed Sep 12 16:13:47 2007
@@ -59,7 +59,7 @@
function delete_extension(a){
// delete extension 'a' in extensions.conf
- var uri = build_action('delete', 0, specialcontext ,'exten', '',a+',1,Answer();
+ var uri = build_action('delete', 0, specialcontext ,'exten', '',a+',1,Answer()');
uri += build_action('delete', 1, specialcontext ,'exten', '',a+',1,Queue(${EXTEN})');
makerequest('u','extensions.conf', uri, function(t){return true;});
}
More information about the asterisk-gui-commits
mailing list