bkruse: trunk r1078 - in /trunk: config/ configs/

asterisk-gui-commits at lists.digium.com asterisk-gui-commits at lists.digium.com
Wed Jun 13 17:13:14 CDT 2007


Author: bkruse
Date: Wed Jun 13 17:13:14 2007
New Revision: 1078

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1078
Log:
More changes for bandwidth.com. Time to start testing.... After this we will edit the incoming and outgoing rules to do the appending and stripping of the + sign...

Modified:
    trunk/config/trunks.html
    trunk/configs/providers.conf.sample

Modified: trunk/config/trunks.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/trunks.html?view=diff&rev=1078&r1=1077&r2=1078
==============================================================================
--- trunk/config/trunks.html (original)
+++ trunk/config/trunks.html Wed Jun 13 17:13:14 2007
@@ -197,9 +197,6 @@
 	if( !_tsv.checked && !_tsa.checked && !_tscv.checked ){ gui_alert("A trunk must be Analog or VoIP or Custom VOIP"); return false; }
 
 	if(_dvcs_v.length ==0 ){
-		if (!_$('host').value && _$('trunkstylevoip').checked) {
-			isdouble = 1;
-		}
 		ifnewtrunk();
 	}else{
 		ifedit_existing();

Modified: trunk/configs/providers.conf.sample
URL: http://svn.digium.com/view/asterisk-gui/trunk/configs/providers.conf.sample?view=diff&rev=1078&r1=1077&r2=1078
==============================================================================
--- trunk/configs/providers.conf.sample (original)
+++ trunk/configs/providers.conf.sample Wed Jun 13 17:13:14 2007
@@ -21,6 +21,6 @@
 port = 5060
 registeriax = no
 registersip = no
-host_in = 4.79.212.236
-host_out = 216.82.224.202 
+host = 4.79.212.236
+;host_out = 216.82.224.202 
 regurl = http://bandwidth.com



More information about the asterisk-gui-commits mailing list