git-svn-id: https://svn.code.sf.net/p/freetel/code@972 01035d8c-6547-0410-b346-abe4f9...
authorhorse69 <horse69@01035d8c-6547-0410-b346-abe4f91aad63>
Thu, 15 Nov 2012 23:31:21 +0000 (23:31 +0000)
committerhorse69 <horse69@01035d8c-6547-0410-b346-abe4f91aad63>
Thu, 15 Nov 2012 23:31:21 +0000 (23:31 +0000)
mini-asterisk-gui2/todo 2012_11.txt [new file with mode: 0644]
mini-asterisk-gui2/voiplines.js

diff --git a/mini-asterisk-gui2/todo 2012_11.txt b/mini-asterisk-gui2/todo 2012_11.txt
new file mode 100644 (file)
index 0000000..ec0450c
--- /dev/null
@@ -0,0 +1,33 @@
+IP04 GUI2 To do notes\r
+Ian Roberts \r
+\r
+*************************************************************************\r
+\r
+Nov 16 2012\r
+\r
+Dave added new cgis to use perl instead of sed.\r
+       - sed is broken under busybox 1.4.1\r
+       - perl is working fine.\r
+    - comment.cgi\r
+       - uncomment.cgi\r
+       - setlinekey2.cgi\r
+\r
+voip provider page\r
+\r
+  Test sip\r
+     - registering successfully with another asterisk box (use host=dynamic)\r
+        - out bound calls ?\r
+        - inbound calls ?\r
+  \r
+  Test jazmin\r
+       - do we get a successful registration ?\r
+       - can we make outbound voip calls ?\r
+       - are inbound voip calls working ?\r
+  \r
+  \r
+*****************************************************************************  \r
+  \r
+\r
+\r
+*************************************************************************************\r
+\r
index 86a651463c819d1c7eac2e6b609d566f2abf0144..c7cb994e2d1456b9e32799713270c110b80ca287 100644 (file)
@@ -50,7 +50,10 @@ function OnSipshowReturn(doc,status) {
     if (doc.indexOf("Registered") != -1) {
                // provider is registered
                providerfound = 1;
+               // Find the provider ip add
 
+               // Get details from sip.conf
+               //document.getElementById('provider').value = sip or sipnat or jazmin
                html += tickicon;
                // get provider details from doc
                var user = "";