bkruse: branch 2.0 r3671 - in /branches/2.0: ./ config/

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Fri Aug 15 14:42:22 CDT 2008


Author: bkruse
Date: Fri Aug 15 14:42:22 2008
New Revision: 3671

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=3671
Log:
Updated the requests.txt with some new future ideas.

Fix an misdn issue from the mailing list, I think.

Added an auto cli command just to get the users attention, like the old gui.

Modified:
    branches/2.0/config/cli.html
    branches/2.0/config/misdn.html
    branches/2.0/requests.txt

Modified: branches/2.0/config/cli.html
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/cli.html?view=diff&rev=3671&r1=3670&r2=3671
==============================================================================
--- branches/2.0/config/cli.html (original)
+++ branches/2.0/config/cli.html Fri Aug 15 14:42:22 2008
@@ -81,6 +81,8 @@
 	top.document.title = "Asterisk CLI Emulator";
 	DOM_CLI_CMD = document.getElementById('cli_cmd');
 	DOM_CLI_CMD.focus();
+	DOM_CLI_CMD.value = "core show version";
+	executeCommand(DOM_CLI_CMD.value);
 }
 
 </script>

Modified: branches/2.0/config/misdn.html
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/misdn.html?view=diff&rev=3671&r1=3670&r2=3671
==============================================================================
--- branches/2.0/config/misdn.html (original)
+++ branches/2.0/config/misdn.html Fri Aug 15 14:42:22 2008
@@ -426,7 +426,7 @@
 		x.new_action('append', newtrunkname , "context", "DID_" + newtrunkname);
 		x.new_action('append', newtrunkname , "ports", _$('edit_MTrunk_ports').value);
 		x.new_action('append', newtrunkname , "hasmisdn", 'yes');
-		x.new_action('append' , c , newtrunkname , "msns", '*');
+		x.new_action('append', newtrunkname , "msns", '*');
 
 		x.callActions(function(){
 			var u = new listOfSynActions('extensions.conf') ;

Modified: branches/2.0/requests.txt
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/requests.txt?view=diff&rev=3671&r1=3670&r2=3671
==============================================================================
--- branches/2.0/requests.txt (original)
+++ branches/2.0/requests.txt Fri Aug 15 14:42:22 2008
@@ -8,6 +8,9 @@
  their order be an option in the future.  Some users don't need the
  hardware or mISDN sections...
 
+-- Graphs
+
+-- CDR
 
 ******----------------------Completed-------------------------******
 




More information about the asterisk-gui-commits mailing list