added set up entry to FAQ
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Thu, 11 Feb 2010 03:37:14 +0000 (03:37 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Thu, 11 Feb 2010 03:37:14 +0000 (03:37 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@155 01035d8c-6547-0410-b346-abe4f91aad63

mini-asterisk-gui/cgi-bin/about.sh
mini-asterisk-gui/cgi-bin/faq.html
mini-asterisk-gui/cgi-bin/network.sh

index 382f91b93d26ad6dc5192555969a39206d215b37..4eb45c16d60c30f6626d7ee47e9eb7a4c9f416ea 100644 (file)
@@ -40,7 +40,7 @@ cat <<EOF
     <table align="right" width=600>
       <tr><td align="left" valign="top"><h2>About</h2></td></tr>
 EOF
-echo '      <tr><td><a href="http://rowetel.com/ucasterisk/mini.html">Mini Asterisk</a> Revision: 144 </td></tr> '
+echo '      <tr><td><a href="http://rowetel.com/ucasterisk/mini.html">Mini Asterisk</a> Revision: 154 </td></tr> '
 echo '      <tr><td>&nbsp;</td></tr>'
 echo '      <tr><td>Brought to you by the <a href="http://rowetel.com/ucasterisk/index.html">Free Telephony Project</a></td></tr>'
 echo '      <tr><td><a href="http://rowetel.com/ucasterisk/ip04.html"><img src="http://rowetel.com/images/ip04/ip04_case.jpg" border="0" /></a></td></tr>'
index 2afa7e0e94f698a9b729423e3792de378a002863..ab80633ef88d40f3bd6ddbbc73642b79637650ea 100644 (file)
@@ -1,6 +1,19 @@
 <ol>
 
-<li><strong>Where can I find out more about Mini Asterisk:</strong> <a href="http://rowetel.com/ucasterisk/mini.html">Mini Asterisk Home Page</a>.
+<li><strong>How do I set up my Phone system?</strong> 
+    <ol>
+    <li> Hover your mouse to get instructions (try the menu to the left).</li>
+    <li> Analog Ports are detected automatically.</li>
+    <li> Set up your <a href="network.sh">Network</a>.</li>
+    <li> Add your <a href="ipphones.sh">IP Phones</a>.</li>
+    <li> Configure your <a href="voiplines.sh">Voip Line</a>.</li>
+    <li> The <a href="phones.sh">Phone System</a> page gives you a 
+         summary of your phone system and tells you how to make calls 
+         (hover your mouse).</li>
+    </ol>
+</li>
+
+<li><strong>Where can I find out more about Mini Asterisk:</strong> The <a href="http://rowetel.com/ucasterisk/mini.html">Mini Asterisk Home Page</a>.
 
 <li><strong>Where can I get Support:</strong> You can try the
     <a href="https://lists.sourceforge.net/lists/listinfo/freetel-discuss">Free Telephony Project</a> Mailing List.
index 26931b7ac7a5f78d8cc72a6449795cedecbcd518..6d1eb4a2c745a4712bcd87e5d8b3ca5451ee99ba 100644 (file)
@@ -20,7 +20,12 @@ fi
 
 cat /proc/cpuinfo | grep "CPU:.*ADSP" > /dev/null
 if [ ! $? -eq 0 ]; then
-    echo "<html>Sorry, Network configuration is only supported on the IP0X</html>"
+cat <<EOF
+    <html>
+    Sorry, Network configuration is only supported on the IP0X.  Anyway you 
+    probably have a good way of setting up your network already.
+    </html>
+EOF
     exit
 fi