bkruse: branch asterisknow r1837 - /branches/asterisknow/config/trunks.html
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Wed Nov 28 15:14:17 CST 2007
Author: bkruse
Date: Wed Nov 28 15:14:17 2007
New Revision: 1837
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1837
Log:
Allow the "Can Reinvite" option for service providers
also (useful if behind nat)
Probably should add the nat and qualify options also
(if they are not already there)
Modified:
branches/asterisknow/config/trunks.html
Modified: branches/asterisknow/config/trunks.html
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/trunks.html?view=diff&rev=1837&r1=1836&r2=1837
==============================================================================
--- branches/asterisknow/config/trunks.html (original)
+++ branches/asterisknow/config/trunks.html Wed Nov 28 15:14:17 2007
@@ -26,7 +26,7 @@
var phonecallbacks = new Object;
var providercallbacks = new Object;
var globalvars = new Object;
-var fieldnames =[ 'disallow','allow','signalling','callerid','cancel','contact','context','delete','dialformat','fromdomain','fromuser','group','hasexten','hasiax','hassip','host','insecure',
+var fieldnames =[ 'disallow','allow','signalling','callerid','cancel','contact','context','delete','dialformat','fromdomain','fromuser','canreinvite','group','hasexten','hasiax','hassip','host','insecure',
'name','new','port','provider','registeriax','registersip','save','secret','trunkname','trunkstyleanalog','trunkstylecustomvoip',
'trunkstylevoip','username','zapchan'];
var provfieldnames = ['providerdesc', 'providerlogo'];
@@ -1546,7 +1546,7 @@
</div>
<!-- Codecs content DIV -->
<!-- Advanced content DIV -->
-<div id="advanced_content" STYLE="display:none; position: absolute; left: 20; top: 125; width:350; height:197; background-color:#F4EFE5; border-width: 1px; border-color: #7E5538; border-style: solid;z-index:7">
+<div id="advanced_content" STYLE="display:none; position: absolute; left: 20; top: 125; width:350; height:207; background-color:#F4EFE5; border-width: 1px; border-color: #7E5538; border-style: solid;z-index:7">
<table width="100%" cellpadding=0 cellspacing=0 onmousedown="ASTGUI.startDrag(event , 'advanced_content');">
<TR bgcolor="#7E5538" style="background-image:url('images/title_gradient.gif');">
<TD Height="20" align="center" style="cursor: move"><font style="color:#FFFFFF; font-size: 12px; font-weight:bold;">Advanced Settings</font></TD>
@@ -1576,6 +1576,9 @@
<tr> <td class="field_text">contact:</td>
<td><input type="text" id="contact" size=14 class="input8"></td>
</tr>
+ <tr>
+ <td class="field_text" tip="en,users,21">can reinvite:</td>
+ <td align=right><input type='checkbox' id='canreinvite'></td>
<tr><td colspan=2 align=Center>
<input type="button" class="buttonbold" value="update" onclick="advanced_save( )">
<input type="button" class="buttonbold" value="Cancel" onclick="advanced_cancel( )">
More information about the asterisk-gui-commits
mailing list