Author: pari
Date: Wed Jan 2 16:36:33 2008
New Revision: 2070
URL: http://svn.digium.com/view/asterisk-gui?view=rev&am
p;rev=2070
Log:
set 8088 as default port for serving firmware
Modified:
branches/asterisknow/config/provisioning.html
Modified: branches/asterisknow/config/provisioning.html
URL: http://svn.digium.com/view/asterisk-gui/
branches/asterisknow/config/provisioning.html?view=diff&
rev=2070&r1=2069&r2=2070
============================================================
==================
--- branches/asterisknow/config/provisioning.html
(original)
+++ branches/asterisknow/config/provisioning.html Wed Jan 2
16:36:33 2008
 -99,7
+99,7 
}
try{
- _$('TFTP_LAN').value = ( n.hasOwnProperty('general')
&& n['general']['TFTP_LAN'] ) ?
n['general']['TFTP_LAN'] : 'http://0.0.0.0/phoneprov
' ;
+ _$('TFTP_LAN').value = ( n.hasOwnProperty('general')
&& n['general']['TFTP_LAN'] ) ?
n['general']['TFTP_LAN'] : 'http://0.0.0.0:8088/pho
neprov' ;
_$('DHCP_WAN_PROVISION').checked = (
n.hasOwnProperty('general') &&
n['general']['DHCP_WAN_PROVISION'] &&
n['general']['DHCP_WAN_PROVISION'] =='on') ? true : false;
_$('NTP_ADDRESS').value = ( n.hasOwnProperty('general')
&& n['general']['NTP_ADDRESS'] ) ?
n['general']['NTP_ADDRESS'] : '';
_$('WAN_INTERFACE').value = (
n.hasOwnProperty('general') &&
n['general']['WAN_INTERFACE'] ) ?
n['general']['WAN_INTERFACE'] : 'eth0';
_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.c
om--
asterisk-gui-commits mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-g
ui-commits
|