[asterisk-bugs] [Asterisk-GUI 0013774]: Patch to allow * and # in VoiceMenus Extension
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Oct 23 09:23:43 CDT 2008
The following issue has been SUBMITTED.
======================================================================
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: assigned
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:
======================================================================
Date Submitted: 2008-10-23 09:23 CDT
Last Modified: 2008-10-23 09:23 CDT
======================================================================
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>
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2008-10-23 09:23 riddlebox Asterisk Version => SVN
2008-10-23 09:23 riddlebox SVN Branch (only for SVN checkouts, not tarball
releases) => trunk
2008-10-23 09:23 riddlebox SVN Revision (number only!) => 3989
======================================================================
More information about the asterisk-bugs
mailing list