bkruse: branch asterisknow r1836 - in /branches/asterisknow/config: ./ scripts/

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Mon Nov 26 16:20:09 CST 2007


Author: bkruse
Date: Mon Nov 26 16:20:08 2007
New Revision: 1836

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1836
Log:
Allow insecure settings to put allowed/disallowed on a per user basis.

Modified:
    branches/asterisknow/config/scripts/tooltip.js
    branches/asterisknow/config/users.html

Modified: branches/asterisknow/config/scripts/tooltip.js
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/scripts/tooltip.js?view=diff&rev=1836&r1=1835&r2=1836
==============================================================================
--- branches/asterisknow/config/scripts/tooltip.js (original)
+++ branches/asterisknow/config/scripts/tooltip.js Mon Nov 26 16:20:08 2007
@@ -43,6 +43,7 @@
 	tooltips['users'] .en[23] = "<B>DTMFMode:</B> Set default dtmfmode for sending DTMF. Default: rfc2833 <BR><B>Other options:</B><BR>info : SIP INFO messages<BR>inband : Inband audio (requires 64 kbit codec -alaw, ulaw)<BR>auto : Use rfc2833 if offered, inband otherwise";
 	tooltips['users'] .en[24] = "<B>Codecs:</B> Click to select the codecs that asterisk has to offer, for the particular user.";
 	tooltips['users'] .en[25] = "<B>Email Only:</B> Send Voicemail to email only, do not store in the mailbox.";
+	tooltips['users'] .en[26] = "<B>Insecure:</B> Matching of IP for a peer without matching port, do not require authentication of invites.<br><br>Options are:<br><ul><li>Port</li><li>Invite</li><li>port,invite</li></ul>";
 	tooltips['users'] .en[99] = "<B>Phone Serial:</B> Enter the serial number of a Polycom phone to enable phone provisioning." ;
 
 // Tooltips for Conferencing (meetme)

Modified: branches/asterisknow/config/users.html
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/users.html?view=diff&rev=1836&r1=1835&r2=1836
==============================================================================
--- branches/asterisknow/config/users.html (original)
+++ branches/asterisknow/config/users.html Mon Nov 26 16:20:08 2007
@@ -29,7 +29,7 @@
 var callbacks = new Object;
 var extencallbacks = new Object;
 var allcodecs = new Array;
-var fieldnames = ['callwaiting' ,'cancel' ,'cid_number' ,'context' ,'delete' ,'email' ,'fullname' ,'group' ,'hasagent' ,'hasdirectory' ,'hasiax' ,'hasmanager' ,'hassip' ,'hasvoicemail' ,'deletevoicemail' ,'host' ,'mailbox' ,'name' ,'new' ,'save' ,'secret' ,'threewaycalling' ,'vmsecret' ,'zapchan', 'registeriax', 'registersip','canreinvite','nat','dtmfmode', 'disallow','allow'];
+var fieldnames = ['callwaiting' ,'cancel' ,'cid_number' ,'context' ,'delete' ,'email' ,'fullname' ,'group' ,'hasagent' ,'hasdirectory' ,'hasiax' ,'hasmanager' ,'hassip' ,'hasvoicemail' ,'deletevoicemail' ,'host' ,'mailbox' ,'name' ,'new' ,'save' ,'secret' ,'threewaycalling' ,'vmsecret' ,'zapchan', 'registeriax', 'registersip','canreinvite','nat','dtmfmode', 'disallow','allow', 'insecure'];
 
 var localextenlength = 4;
 var allow_aliasextns = "no";
@@ -567,6 +567,10 @@
 				<tr>
 					<td align=right colspan=3><input id="dtmfmode" size=10 class="input8" dfalt="rfc2833"></td>
 					<td class="field_text" tip="en,users,23">DTMFMode</td>
+				</tr>
+				<tr>
+					<td align=right colspan=3><input id="insecure" size=10 class="input8"></td>
+					<td class="field_text" tip="en,users,26">Insecure</td>
 				</tr>
 				</table>
 				</fieldset>




More information about the asterisk-gui-commits mailing list