From: horse69 Date: Sun, 3 Jun 2012 23:57:16 +0000 (+0000) Subject: git-svn-id: https://svn.code.sf.net/p/freetel/code@530 01035d8c-6547-0410-b346-abe4f9... X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=57ef90cea02661834a49a2ef81e610b8764c9bee;p=freetel-svn-tracking.git git-svn-id: https://svn.code.sf.net/p/freetel/code@530 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/mini-asterisk-gui2/at-620r.png b/mini-asterisk-gui2/at-620r.png new file mode 100644 index 00000000..a2e5b0b6 Binary files /dev/null and b/mini-asterisk-gui2/at-620r.png differ diff --git a/mini-asterisk-gui2/ipphones.html b/mini-asterisk-gui2/ipphones.html index 5a53f878..7f14e261 100644 --- a/mini-asterisk-gui2/ipphones.html +++ b/mini-asterisk-gui2/ipphones.html @@ -21,7 +21,46 @@ - +
+

 
How to Configure IP Phones

+

1. Atcom AT-530

+ +
    +
  1. Connect the WAN port of the AT-530 to your network, it will boot and obtain an IP via DHCP. +
  2. Find the IP of the phone by pressing the Sysinfo button a few times. +
  3. Open another browser window. Go to the phones IP, for example http://192.168.1.160 +
  4. Login to the phone using the username/password admin/admin. +
  5. Optional: set a static IP using the WAN menu (I like static IPs for SIP phones). +
  6. Go to the phone SIP Config menu. +
  7. Set Register Server Address to your Phone System IP Address. +
  8. Set Register Username to the phone number (e.g. 6011). +
  9. Also set Register Password to the phone number (e.g. 6011) and + the Phone Number to the phone number (e.g. 6011). +
  10. Check the Enable Register box. +
  11. Then click on Apply. +
  12. On your browser refresh this page to see if the phone is connected to your phone system. +
+ +

2. Atcom AT-620R

+ +
    +
  1. Connect the WAN port of the AT-620R to your network, it will boot and obtain an IP via DHCP. +
  2. Press the Menu button. Enter 123 for the password, and press the OK soft button. +
  3. Using the down direction button (just beneath the menu key) move to the Product Info menu. Then press the down button again and select Network Status. The IP of the phone will be displayed at the top of the screen, for example 192.168.1.160. +
  4. On your PC open another browser window. Go to the phones IP, for example http://192.168.1.160 +
  5. Login to the phone using the username/password admin/admin. +
  6. Go to the phone VOIP menu. +
  7. Set Server Address to your Phone System IP Address. +
  8. Set Account Name to the phone number (e.g. 6011). +
  9. Also set Password to the phone number (e.g. 6011) and Phone Number and Display Name to the phone number (e.g. 6011). + +
  10. Check the Enable Register box. +
  11. Then click on Apply. +
  12. On your browser refresh this page to see if the phone is connected to your phone system. +
+ + +
diff --git a/mini-asterisk-gui2/ipphones.js b/mini-asterisk-gui2/ipphones.js index b2bdbdb9..a6b0499c 100644 --- a/mini-asterisk-gui2/ipphones.js +++ b/mini-asterisk-gui2/ipphones.js @@ -37,7 +37,7 @@ function initialisePage() { html += ''; - document.getElementById("ipphones").innerHTML += html; +// document.getElementById("ipphones").innerHTML += html; }