pari: branch 2.0 r4088 - /branches/2.0/config/menuprompts_record.html
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Mon Nov 10 12:45:20 CST 2008
Author: pari
Date: Mon Nov 10 12:45:20 2008
New Revision: 4088
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=4088
Log:
Close AA50-2005 : Add option to specify what format to record prompts in
Modified:
branches/2.0/config/menuprompts_record.html
Modified: branches/2.0/config/menuprompts_record.html
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/menuprompts_record.html?view=diff&rev=4088&r1=4087&r2=4088
==============================================================================
--- branches/2.0/config/menuprompts_record.html (original)
+++ branches/2.0/config/menuprompts_record.html Mon Nov 10 12:45:20 2008
@@ -235,7 +235,7 @@
</div>
</div>
-<div id="recordnew_content" STYLE="max-width:575; height:150; display:none;" class='dialog'>
+<div id="recordnew_content" STYLE="max-width:575; height:190; display:none;" class='dialog'>
<TABLE width="100%" cellpadding=0 cellspacing=0>
<TR class="dialog_title_tr">
<TD class="dialog_title" onmousedown="ASTGUI.startDrag(event);">Record a new Voice Menu prompt</TD>
@@ -249,6 +249,13 @@
<input type="hidden" id="newvmenu_format" value=".gsm">
</td>
</tr>
+ <tr> <td class="field_text" align=right>Format:</td>
+ <td> <select id="newvmenu_format">
+ <option value='.gsm'>GSM</option>
+ <option value='.wav'>WAV</option>
+ </select>
+ </td>
+ </tr>
<tr> <td class="field_text">dial this User Extension to record a new voice prompt:</td>
<td><select id='newvmenu_ext'></select></td>
</tr>
More information about the asterisk-gui-commits
mailing list