From 57829569e4b38b43b43c6c97f588b710c6dd1420 Mon Sep 17 00:00:00 2001 From: drowe67 Date: Thu, 11 Feb 2010 03:37:14 +0000 Subject: [PATCH] added set up entry to FAQ git-svn-id: https://svn.code.sf.net/p/freetel/code@155 01035d8c-6547-0410-b346-abe4f91aad63 --- mini-asterisk-gui/cgi-bin/about.sh | 2 +- mini-asterisk-gui/cgi-bin/faq.html | 15 ++++++++++++++- mini-asterisk-gui/cgi-bin/network.sh | 7 ++++++- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/mini-asterisk-gui/cgi-bin/about.sh b/mini-asterisk-gui/cgi-bin/about.sh index 382f91b9..4eb45c16 100644 --- a/mini-asterisk-gui/cgi-bin/about.sh +++ b/mini-asterisk-gui/cgi-bin/about.sh @@ -40,7 +40,7 @@ cat <

About

EOF -echo ' Mini Asterisk Revision: 144 ' +echo ' Mini Asterisk Revision: 154 ' echo '  ' echo ' Brought to you by the Free Telephony Project' echo ' ' diff --git a/mini-asterisk-gui/cgi-bin/faq.html b/mini-asterisk-gui/cgi-bin/faq.html index 2afa7e0e..ab80633e 100644 --- a/mini-asterisk-gui/cgi-bin/faq.html +++ b/mini-asterisk-gui/cgi-bin/faq.html @@ -1,6 +1,19 @@
    -
  1. Where can I find out more about Mini Asterisk: Mini Asterisk Home Page. +
  2. How do I set up my Phone system? +
      +
    1. Hover your mouse to get instructions (try the menu to the left).
    2. +
    3. Analog Ports are detected automatically.
    4. +
    5. Set up your Network.
    6. +
    7. Add your IP Phones.
    8. +
    9. Configure your Voip Line.
    10. +
    11. The Phone System page gives you a + summary of your phone system and tells you how to make calls + (hover your mouse).
    12. +
    +
  3. + +
  4. Where can I find out more about Mini Asterisk: The Mini Asterisk Home Page.
  5. Where can I get Support: You can try the Free Telephony Project Mailing List. diff --git a/mini-asterisk-gui/cgi-bin/network.sh b/mini-asterisk-gui/cgi-bin/network.sh index 26931b7a..6d1eb4a2 100644 --- a/mini-asterisk-gui/cgi-bin/network.sh +++ b/mini-asterisk-gui/cgi-bin/network.sh @@ -20,7 +20,12 @@ fi cat /proc/cpuinfo | grep "CPU:.*ADSP" > /dev/null if [ ! $? -eq 0 ]; then - echo "Sorry, Network configuration is only supported on the IP0X" +cat < + Sorry, Network configuration is only supported on the IP0X. Anyway you + probably have a good way of setting up your network already. + +EOF exit fi -- 2.25.1