From: horse69 Date: Sun, 3 Jun 2012 23:39:28 +0000 (+0000) Subject: git-svn-id: https://svn.code.sf.net/p/freetel/code@529 01035d8c-6547-0410-b346-abe4f9... X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=298956631abd9de7e0cbd7a8a231fbca25c17b8a;p=freetel-svn-tracking.git git-svn-id: https://svn.code.sf.net/p/freetel/code@529 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/mini-asterisk-gui2/faq.html b/mini-asterisk-gui2/faq.html index 7384f22a..8cc78331 100644 --- a/mini-asterisk-gui2/faq.html +++ b/mini-asterisk-gui2/faq.html @@ -21,7 +21,54 @@ - +
+ +

FAQ

+
    + +
  1. 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. +
    +
  2. + +
  3. Where can I find out more about Mini Asterisk: The Mini Asterisk Home Page. + +
  4. Where can I get Support: You can try the + Free Telephony Project Mailing List. + +
  5. Answer a call on another ringing phone: If you + hear another phone ringing and want to answer the call on your + phone, just pick up your phone and dial *8. Note an IP phone can + pick up a call on a ringing IP phone but not an Analog phone. An + Analog pohone can pick up another ringing Analog phone but not an + IP phone. + +
  6. Put a call on hold/transfer: On an IP Phone try + the recall or transfer button. On an Analog Phone hold down the + hook button for 1 second then dial the new number. + +
  7. Why another Asterisk GUI I had some specific + needs for a light weight, very easy to use GUI for + the IP0X + line of products. So I scratched the itch. More + information here. + +
+ +

Resources and Links

+
    +
  1. If you want to learn more about Asterisk a good on-line book is Asterisk - The Future of Telephony +
+ +
diff --git a/mini-asterisk-gui2/faq.js b/mini-asterisk-gui2/faq.js index 509ed147..762695c1 100644 --- a/mini-asterisk-gui2/faq.js +++ b/mini-asterisk-gui2/faq.js @@ -19,26 +19,7 @@ function initialise() { function initialisePage() { - // - - var icon = 'Analog Phone OK'; - var html = ''; - - html += ''; - - // print out info - - html += ''; - html += ''; - html += ''; - // this image will only come up if internet connection is present - html += ''; - html += ''; - html += '

FAQ

Mini Asterisk GUI2 Revision XXX
Brought to you by the Free Telephony Project
 
'; - - document.getElementById("faq").innerHTML += html; - }