bkruse: branch asterisknow r1586 - in /branches/asterisknow: ./ config/

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Wed Sep 12 16:14:11 CDT 2007


Author: bkruse
Date: Wed Sep 12 16:14:11 2007
New Revision: 1586

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1586
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:
    branches/asterisknow/   (props changed)
    branches/asterisknow/config/queues.html

Propchange: branches/asterisknow/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: branches/asterisknow/config/queues.html
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/queues.html?view=diff&rev=1586&r1=1585&r2=1586
==============================================================================
--- branches/asterisknow/config/queues.html (original)
+++ branches/asterisknow/config/queues.html Wed Sep 12 16:14:11 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