git-svn-id: https://svn.code.sf.net/p/freetel/code@530 01035d8c-6547-0410-b346-abe4f9...
authorhorse69 <horse69@01035d8c-6547-0410-b346-abe4f91aad63>
Sun, 3 Jun 2012 23:57:16 +0000 (23:57 +0000)
committerhorse69 <horse69@01035d8c-6547-0410-b346-abe4f91aad63>
Sun, 3 Jun 2012 23:57:16 +0000 (23:57 +0000)
mini-asterisk-gui2/at-620r.png [new file with mode: 0644]
mini-asterisk-gui2/ipphones.html
mini-asterisk-gui2/ipphones.js

diff --git a/mini-asterisk-gui2/at-620r.png b/mini-asterisk-gui2/at-620r.png
new file mode 100644 (file)
index 0000000..a2e5b0b
Binary files /dev/null and b/mini-asterisk-gui2/at-620r.png differ
index 5a53f878afae985ec398873f6997cb81990dd714..7f14e26128c1c81661d04bfe49bbe763d1855ef3 100644 (file)
   <table align="center" width=800>
   <tr>
     <td><div id="menu"></div></td>
-    <td><div id="ipphones"></div></td>
+    <td><div id="ipphones"></div>
+      <h2>&nbsp;<br>How to Configure IP Phones</h2>
+      <h3>1. Atcom AT-530</h3>
+
+       <ol>
+       <li>Connect the WAN port of the AT-530 to your network, it will boot and obtain an IP via DHCP.  
+       <li>Find the <strong>IP</strong> of the phone by pressing the <strong>Sysinfo</strong> button a few times.  
+       <li>Open another browser window.  Go to the phones <strong>IP</strong>, for example <strong>http://192.168.1.160</strong>
+       <li>Login to the phone using the username/password <strong>admin/admin</strong>.  
+       <li>Optional: set a static IP using the WAN menu (I like static IPs for SIP phones).  
+       <li>Go to the phone <strong>SIP Config</strong> menu.
+       <li>Set <strong>Register Server Address</strong> to your Phone System IP Address.
+       <li>Set <strong>Register Username</strong> to the phone number (e.g. 6011).
+       <li>Also set </strong>Register Password</strong> to the phone number (e.g. 6011) and
+       the </strong>Phone Number</strong> to the phone number (e.g. 6011).
+       <li>Check the <strong>Enable Register</strong> box.
+       <li>Then click on <strong>Apply</strong>. 
+       <li>On your browser refresh this page to see if the phone is connected to your phone system.
+       </ol>
+
+      <h3>2. Atcom AT-620R</h3>
+
+       <ol>
+       <li>Connect the WAN port of the AT-620R to your network, it will boot and obtain an IP via DHCP.  
+       <li>Press the <strong>Menu</strong> button.  Enter <strong>123</strong> for the password, and press the <strong>OK</strong> soft button.  
+       <li>Using the <strong>down</strong> direction button (just beneath the menu key) move to the <strong>Product Info</strong> menu.  Then press the down button again and select <strong>Network Status</strong>.  The IP of the phone will be displayed at the top of the screen, for example 192.168.1.160.
+       <li>On your PC open another browser window.  Go to the phones <strong>IP</strong>, for example <strong>http://192.168.1.160</strong>
+       <li>Login to the phone using the username/password <strong>admin/admin</strong>.  
+       <li>Go to the phone <strong>VOIP</strong> menu.
+       <li>Set <strong>Server Address</strong> to your Phone System IP Address.
+       <li>Set <strong>Account Name</strong> to the phone number (e.g. 6011).
+       <li>Also set </strong>Password</strong> to the phone number (e.g. 6011) and <strong>Phone Number</strong> and <strong>Display Name</strong> to the phone number (e.g. 6011).
+       <img src="at-620r.png" />
+       <li>Check the <strong>Enable Register</strong> box.
+       <li>Then click on <strong>Apply</strong>. 
+       <li>On your browser refresh this page to see if the phone is connected to your phone system.
+       </ol>
+
+
+    </td>
   </tr>
 
   </table>
index b2bdbdb9cd5e2933ec264bcc16866064643348e2..a6b0499ce82a7c4b491be1072c4908186d03141a 100644 (file)
@@ -37,7 +37,7 @@ function initialisePage() {
  
     html += '</table>';
 
-    document.getElementById("ipphones").innerHTML += html;
+//    document.getElementById("ipphones").innerHTML += html;
 
 }