Hi,
I would like to enter an extension to the dialplan which contains a "*" (for
example *98 for reading the voicemail). For some reason the GUI prevents it
from me. A trivial patch which fixes this is attached here.
However, I am not sure if this is a bug, or it was done intentionally. Can
anyone comment on this subject?
- diego
Index: config/voicemail.html
===================================================================
--- config/voicemail.html (revision 1459)
+++ config/voicemail.html (working copy)
@@ -319,7 +319,7 @@
<div>
<table cellspacing='0' cellpadding='0' width=300>
<tr> <td class="field_text" tip="en,voicemail,0">Extension for checking messages:</td>
- <td> <input size='5' id='name' pattern='^\d*$' onKeyUp="$('cancel').disabled=false;" class="input8" ></td>
+ <td> <input size='5' id='name' pattern='^[\d*]*$' onKeyUp="$('cancel').disabled=false;" class="input8" ></td>
</tr>
<tr> <td class="field_text" tip="en,voicemail,1">Attach recordings to e-mail:</td>
<td><input type='checkbox' id='attach'></td>
_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--
asterisk-gui mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-gui