git-svn-id: https://svn.code.sf.net/p/freetel/code@1089 01035d8c-6547-0410-b346-abe4f...
authorhorse69 <horse69@01035d8c-6547-0410-b346-abe4f91aad63>
Fri, 30 Nov 2012 02:30:52 +0000 (02:30 +0000)
committerhorse69 <horse69@01035d8c-6547-0410-b346-abe4f91aad63>
Fri, 30 Nov 2012 02:30:52 +0000 (02:30 +0000)
mini-asterisk-gui2/configure_AT-530.html [new file with mode: 0644]
mini-asterisk-gui2/configure_AT-620R.html [new file with mode: 0644]
mini-asterisk-gui2/ipphones.html

diff --git a/mini-asterisk-gui2/configure_AT-530.html b/mini-asterisk-gui2/configure_AT-530.html
new file mode 100644 (file)
index 0000000..7420c81
--- /dev/null
@@ -0,0 +1,49 @@
+<!DOCTYPE html>\r
+<html>\r
+<head>\r
+<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>\r
+<title>ipPhones</title>\r
+\r
+<link rel="stylesheet" type="text/css" href="ministyle.css">\r
+<link rel="stylesheet" href="tooltip.css" type="text/css" />\r
+<script type="text/javascript" src="minicommon.js"></script>\r
+<script type="text/javascript" src="tooltip.js"></script>\r
+<script type="text/javascript" src="menu.js"></script>\r
+<script type="text/javascript" src="ipphones.js"></script>\r
+<script type="text/javascript">\r
+\r
+</script>\r
+\r
+</head>\r
+\r
+<body onload="initialise()">\r
+\r
+  <table align="center" width=800>\r
+  <tr>\r
+    <td><div id="menu"></div></td>\r
+    <td><div id="ipphones"></div>\r
+      <h2>&nbsp;<br>How to Configure IP Phones</h2>\r
+      <h3>1. Atcom AT-530</h3>\r
+\r
+       <ol>\r
+       <li>Connect the WAN port of the AT-530 to your network, it will boot and obtain an IP via DHCP.  \r
+       <li>Find the <strong>IP</strong> of the phone by pressing the <strong>Sysinfo</strong> button a few times.  \r
+       <li>Open another browser window.  Go to the phones <strong>IP</strong>, for example <strong>http://192.168.1.160</strong>\r
+       <li>Login to the phone using the username/password <strong>admin/admin</strong>.  \r
+       <li>Optional: set a static IP using the WAN menu (I like static IPs for SIP phones).  \r
+       <li>Go to the phone <strong>SIP Config</strong> menu.\r
+       <li>Set <strong>Register Server Address</strong> to your Phone System IP Address.\r
+       <li>Set <strong>Register Username</strong> to the phone number (e.g. 6011).\r
+       <li>Also set <strong>Register Password</strong> to the phone number (e.g. 6011) and\r
+       the <strong>Phone Number</strong> to the phone number (e.g. 6011).\r
+       <li>Check the <strong>Enable Register</strong> box.\r
+       <li>Then click on <strong>Apply</strong>. \r
+       <li>On your browser refresh this page to see if the phone is connected to your phone system.\r
+       </ol>\r
+\r
+    </td>\r
+  </tr>\r
+\r
+  </table>\r
+</body>\r
+</html>\r
diff --git a/mini-asterisk-gui2/configure_AT-620R.html b/mini-asterisk-gui2/configure_AT-620R.html
new file mode 100644 (file)
index 0000000..4f93e92
--- /dev/null
@@ -0,0 +1,51 @@
+<!DOCTYPE html>\r
+<html>\r
+<head>\r
+<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>\r
+<title>ipPhones</title>\r
+\r
+<link rel="stylesheet" type="text/css" href="ministyle.css">\r
+<link rel="stylesheet" href="tooltip.css" type="text/css" />\r
+<script type="text/javascript" src="minicommon.js"></script>\r
+<script type="text/javascript" src="tooltip.js"></script>\r
+<script type="text/javascript" src="menu.js"></script>\r
+<script type="text/javascript" src="ipphones.js"></script>\r
+<script type="text/javascript">\r
+\r
+</script>\r
+\r
+</head>\r
+\r
+<body onload="initialise()">\r
+\r
+  <table align="center" width=800>\r
+  <tr>\r
+    <td><div id="menu"></div></td>\r
+    <td><div id="ipphones"></div>\r
+      <h2>&nbsp;<br>How to Configure IP Phones</h2>\r
+\r
+      <h3>2. Atcom AT-620R</h3>\r
+\r
+       <ol>\r
+       <li>Connect the WAN port of the AT-620R to your network, it will boot and obtain an IP via DHCP.  \r
+       <li>Press the <strong>Menu</strong> button.  Enter <strong>123</strong> for the password, and press the <strong>OK</strong> soft button.  \r
+       <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.\r
+       <li>On your PC open another browser window.  Go to the phones <strong>IP</strong>, for example <strong>http://192.168.1.160</strong>\r
+       <li>Login to the phone using the username/password <strong>admin/admin</strong>.  \r
+       <li>Go to the phone <strong>VOIP</strong> menu.\r
+       <li>Set <strong>Server Address</strong> to your Phone System IP Address.\r
+       <li>Set <strong>Account Name</strong> to the phone number (e.g. 6011).\r
+       <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).\r
+       <img src="at-620r.png" alt="at-620r"/>\r
+       <li>Check the <strong>Enable Register</strong> box.\r
+       <li>Then click on <strong>Apply</strong>. \r
+       <li>On your browser refresh this page to see if the phone is connected to your phone system.\r
+       </ol>\r
+\r
+\r
+    </td>\r
+  </tr>\r
+\r
+  </table>\r
+</body>\r
+</html>\r
index da37f126174c8b312374885bcf123d9ce2dc637b..261a140eee7c5d37af0185a3c07a259802da8bf7 100644 (file)
   <table align="center" width=800>
   <tr>
     <td><div id="menu"></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" alt="at-620r"/>
-       <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>
+    <td>
+      <h2>&nbsp;<br>IP Phones</h2>
+               <table>
+         <tr><td>
+            <div id="ipphones"></div> Phone list goes here
+               </td></tr>
+
+               <tr><td>
+           &nbsp;
+               </td></tr>
+        
+       
+         <tr><td>
+         <a href=configure_AT-530.html>Configure AT-530</a>
+               </td></tr>
+
+         <tr><td>
+         <a href=configure_AT-620R.html>Configure AT-620R</a>
+               </td></tr>
+
+               </table>
+         </td>
   </tr>
 
   </table>