bkruse: branch asterisknow r1591 - /branches/asterisknow/config/trunks.html
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Thu Sep 13 15:01:36 CDT 2007
Author: bkruse
Date: Thu Sep 13 15:01:36 2007
New Revision: 1591
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1591
Log:
fixes for voicepulse
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=1591&r1=1590&r2=1591
==============================================================================
--- branches/asterisknow/config/trunks.html (original)
+++ branches/asterisknow/config/trunks.html Thu Sep 13 15:01:36 2007
@@ -226,6 +226,13 @@
}
}
+ if(_$('provider').value == "VoicePulse-sip" && _tsv.checked) {
+ /* save our fromuser field has the username field. */
+ _$('fromuser').value = _$('username').value;
+ widgets['fromuser'] = _$('username');
+ _$('insecure').value = "port,invite";
+ }
+
if ( _tsa.checked ) {
var _zapchan = _$('zapchan');
if( _zapchan.options.length == 0 ){ gui_alert(_msg2); return false; }
More information about the asterisk-gui-commits
mailing list