pari: branch asterisknow r2071 -	/branches/asterisknow/scripts/networking.sh
    SVN commits to the Asterisk-GUI project 
    asterisk-gui-commits at lists.digium.com
       
    Wed Jan  2 16:40:13 CST 2008
    
    
  
Author: pari
Date: Wed Jan  2 16:40:12 2008
New Revision: 2071
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=2071
Log:
set 8088 as default port for serving firmware 
Modified:
    branches/asterisknow/scripts/networking.sh
Modified: branches/asterisknow/scripts/networking.sh
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/scripts/networking.sh?view=diff&rev=2071&r1=2070&r2=2071
==============================================================================
--- branches/asterisknow/scripts/networking.sh (original)
+++ branches/asterisknow/scripts/networking.sh Wed Jan  2 16:40:12 2008
@@ -21,7 +21,7 @@
 else
 	echo "Configuring interface for the first time, or after configuration loss."
 	DHCP_WAN_PROVISION=off
-	TFTP_LAN=http://0.0.0.0/phoneprov
+	TFTP_LAN=http://0.0.0.0:8088/phoneprov
 fi
 
 # Now for the real logic in the script.
    
    
More information about the asterisk-gui-commits
mailing list