rbrindley: branch rbrindley/vmenus_revamp r4367 - in /team/rbrindley/vmenus_r...

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Thu Dec 18 13:31:22 CST 2008


Author: rbrindley
Date: Thu Dec 18 13:31:21 2008
New Revision: 4367

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=4367
Log:

- added menus2.html
- added js/menus2.js
- modifed index.html to point voice menus to menus2.html


Added:
    team/rbrindley/vmenus_revamp/config/js/menus2.js
    team/rbrindley/vmenus_revamp/config/menus2.html
Modified:
    team/rbrindley/vmenus_revamp/config/index.html

Modified: team/rbrindley/vmenus_revamp/config/index.html
URL: http://svn.digium.com/view/asterisk-gui/team/rbrindley/vmenus_revamp/config/index.html?view=diff&rev=4367&r1=4366&r2=4367
==============================================================================
--- team/rbrindley/vmenus_revamp/config/index.html (original)
+++ team/rbrindley/vmenus_revamp/config/index.html Thu Dec 18 13:31:21 2008
@@ -151,7 +151,7 @@
 			<div class="ui-accordion-link">Call Queues</div>
 			<div class="ui-accordion-desc">Call queues allow calls to be sequenced to one or more agents.</div>
 		</div>
-		<div page='menus.html'>
+		<div page='menus2.html'>
 			<div class="ui-accordion-link">Voice Menus</div>
 			<div class="ui-accordion-desc">Menus allow for more efficient routing of calls from incoming callers. Also known as IVR (Interactive Voice Response) menus or Digital Receptionist.</div>
 		</div>

Added: team/rbrindley/vmenus_revamp/config/js/menus2.js
URL: http://svn.digium.com/view/asterisk-gui/team/rbrindley/vmenus_revamp/config/js/menus2.js?view=auto&rev=4367
==============================================================================
--- team/rbrindley/vmenus_revamp/config/js/menus2.js (added)
+++ team/rbrindley/vmenus_revamp/config/js/menus2.js Thu Dec 18 13:31:21 2008
@@ -1,0 +1,20 @@
+/*
+ * Asterisk-GUI	- an Asterisk configuration interface
+ *
+ * menus2.html functions
+ *
+ * Copyright (C) 2006-2008, Digium, Inc.
+ *
+ * Ryan Brindley <rbrindley at digium.com>
+ *
+ * See http://www.asterisk.org for more information about
+ * the Asterisk project. Please do not directly contact
+ * any of the maintainers of this project for assistance;
+ * the project provides a web site, mailing lists and IRC
+ * channels for your use.
+ *
+ * This program is free software, distributed under the terms of
+ * the GNU General Public License Version 2. See the LICENSE file
+ * at the top of the source tree.
+ *
+ */

Added: team/rbrindley/vmenus_revamp/config/menus2.html
URL: http://svn.digium.com/view/asterisk-gui/team/rbrindley/vmenus_revamp/config/menus2.html?view=auto&rev=4367
==============================================================================
--- team/rbrindley/vmenus_revamp/config/menus2.html (added)
+++ team/rbrindley/vmenus_revamp/config/menus2.html Thu Dec 18 13:31:21 2008
@@ -1,0 +1,20 @@
+<!--
+ * Asterisk-GUI	- an Asterisk configuration interface
+ *
+ * Voice Menus
+ *
+ * Copyright (C) 2006-2008, Digium, Inc.
+ *
+ * Ryan Brindley <rbrindley at digium.com>
+ *
+ * See http://www.asterisk.org for more information about
+ * the Asterisk project. Please do not directly contact
+ * any of the maintainers of this project for assistance;
+ * the project provides a web site, mailing lists and IRC
+ * channels for your use.
+ *
+ * This program is free software, distributed under the terms of
+ * the GNU General Public License Version 2. See the LICENSE file
+ * at the top of the source tree.
+ *
+-->




More information about the asterisk-gui-commits mailing list