[asterisk-bugs] [Asterisk-GUI 0013774]: Patch to allow * and # in VoiceMenus Extension

Asterisk Bug Tracker noreply at bugs.digium.com
Tue Nov 18 09:51:19 CST 2008


The following issue has been CLOSED 
====================================================================== 
http://bugs.digium.com/view.php?id=13774 
====================================================================== 
Reported By:                riddlebox
Assigned To:                bkruse
====================================================================== 
Project:                    Asterisk-GUI
Issue ID:                   13774
Category:                   New/Feature
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     closed
Asterisk Version:           SVN 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 3989 
Disclaimer on File?:        N/A 
Request Review:              
Resolution:                 open
Fixed in Version:           
====================================================================== 
Date Submitted:             2008-10-23 09:23 CDT
Last Modified:              2008-11-18 09:51 CST
====================================================================== 
Summary:                    Patch to allow * and # in VoiceMenus Extension
Description: 
This patch will allow the use of * and # in VoiceMenus Extension fields
-------------------------------------------------------------------------

Index: menus.html
===================================================================
--- menus.html  (revision 3989)
+++ menus.html  (working copy)
@@ -897,7 +897,7 @@
                </tr>

                <tr>    <td align=right>Extension:</td>
-                       <td>    <input id='vmenu_ext' size=5 
field_name='Extension' validation='numeric'>
+                       <td>    <input id='vmenu_ext' size=5 
field_name='Extension'>
                                <img src="images/tooltip_info.gif"
tip="en,menus,5" class='tooltipinfo'>
                        </td>
                </tr>
Index: preferences.html
===================================================================
--- preferences.html    (revision 3989)
+++ preferences.html    (working copy)
@@ -317,8 +317,8 @@
                        </td>
                </tr>
                <tr>    <td align=right>VoiceMenu Extensions :</td>
-                       <td><input id='vme_start' size=4
validation='numeric' required='yes'> to
-                               <input id='vme_end' size=4
validation='numeric' required='yes'>
+                       <td><input id='vme_start' size=4  required='yes'>
to
+                               <input id='vme_end' size=4
required='yes'>
                                <span id='vme_label'></span>
                        </td>
                </tr>


====================================================================== 

---------------------------------------------------------------------- 
 (0094980) bkruse (manager) - 2008-11-18 09:51
 http://bugs.digium.com/view.php?id=13774#c94980 
---------------------------------------------------------------------- 
I suppose internally we decided not to do this (sorry).
I will still give karma to the both of you.

-bk 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2008-11-18 09:51 bkruse         Note Added: 0094980                          
2008-11-18 09:51 bkruse         Status                   assigned => closed  
======================================================================




More information about the asterisk-bugs mailing list