pari: branch asterisknow r2070 - /branches/asterisknow/config/provisioning.html
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Wed Jan 2 16:36:34 CST 2008
Author: pari
Date: Wed Jan 2 16:36:33 2008
New Revision: 2070
URL: http://svn.digium.com/view/asterisk-gui?view=rev&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/phoneprov' ;
_$('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';
More information about the asterisk-gui-commits
mailing list