pari: trunk r352 - /trunk/config/trunks.html

asterisk-gui-commits at lists.digium.com asterisk-gui-commits at lists.digium.com
Fri Feb 16 11:24:29 MST 2007


Author: pari
Date: Fri Feb 16 12:24:29 2007
New Revision: 352

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=352
Log:
Added fromuser and contact fields - requested in http://bugs.digium.com/view.php?id=8854 

Modified:
    trunk/config/trunks.html

Modified: trunk/config/trunks.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/trunks.html?view=diff&rev=352&r1=351&r2=352
==============================================================================
--- trunk/config/trunks.html (original)
+++ trunk/config/trunks.html Fri Feb 16 12:24:29 2007
@@ -38,10 +38,10 @@
 				'delete', 'status', 'new', 'save', 'cancel','secret', 'provider', 'zapchan',
 				'trunkstyleanalog','trunkstylevoip','trunkstylecustomvoip', 'name', 'username', 'trunkname', 'callerid',
 				'hasexten', 'hassip', 'hasiax','registeriax','registersip','host','dialformat','context','group',
-				'insecure', 'host', 'fromuser', 'fromdomain');
+				'insecure', 'host', 'fromuser', 'fromdomain','contact');
 	var provfieldnames = new Array('providerdesc', 'providerlogo');
 	var focus_fields = new Array('provider','username','secret','customvoip_name','customvoip_protocol',
-	'customvoip_host','customvoip_username','customvoip_secret');
+	'customvoip_host','customvoip_username','customvoip_secret','fromuser','contact');
 
 	var isnewtrunk;
 	var dids_array = [];
@@ -758,7 +758,6 @@
 									<input id="group" type="hidden">
 									<input id="insecure" type="hidden">
 									<input id="port" type="hidden">
-									<input id="fromuser" type="hidden">
 									<input id="fromdomain" type="hidden">
 									<tr>
 										<td height=10></td>
@@ -783,7 +782,6 @@
 										<td class="field_text">Host:</td>
 										<td><input type="text" id="customvoip_host" size=14 onkeyup=" $('cancel').disabled= false;$('save').disabled= false;"  class="input8"></td>
 									</tr>
-
 									<tr>
 										<td class="field_text">Username:</td>
 										<td><input type="text" id="customvoip_username" size=14 onkeyup=" $('cancel').disabled= false;$('save').disabled= false;"  class="input8"></td>
@@ -791,6 +789,14 @@
 									<tr>
 										<td class="field_text">Password:</td>
 										<td><input type="password" id="customvoip_secret" size=14 onkeyup=" $('cancel').disabled= false;$('save').disabled= false;"  class="input8"></td>
+									</tr>
+									<tr>
+										<td class="field_text">From User:</td>
+										<td><input type="text" id="fromuser" size=14 onkeyup=" $('cancel').disabled= false;$('save').disabled= false;"  class="input8"></td>
+									</tr>
+									<tr>
+										<td class="field_text">Contact:</td>
+										<td><input type="text" id="contact" size=14 onkeyup=" $('cancel').disabled= false;$('save').disabled= false;"  class="input8"></td>
 									</tr>
 						</table>
 				</div>



More information about the asterisk-gui-commits mailing list