git-svn-id: https://svn.code.sf.net/p/freetel/code@847 01035d8c-6547-0410-b346-abe4f9...
authorhorse69 <horse69@01035d8c-6547-0410-b346-abe4f91aad63>
Sun, 28 Oct 2012 01:51:46 +0000 (01:51 +0000)
committerhorse69 <horse69@01035d8c-6547-0410-b346-abe4f91aad63>
Sun, 28 Oct 2012 01:51:46 +0000 (01:51 +0000)
mini-asterisk-gui2/voiplines.html
mini-asterisk-gui2/voiplines.js

index 75047608cb9b8f4339d0c4c4a79716dd4375513a..58c17b8263ea552628ab7c21c234b5827e356082 100644 (file)
@@ -28,7 +28,7 @@
 
     <table align="right" width=600>
       <tr><td>&nbsp;</td></tr>
-      <tr><td onMouseOver="popUp(event,'voiplines_voiplines')" onmouseout="popUp(event,'voiplines_voiplines')" align="left" valign="top" colspan="2"><h2>VOIP Line</h2></td></tr>
+      <tr><td align="left" valign="top" colspan="2"><h2>VOIP Line</h2></td></tr>
 
       <tr><td>&nbsp;</td></tr>
 
index b5d8846308991652ddfd6a6adf9c57f8b16e78ce..1c2a362c80fea4371bc1e6878befda9ed759ceef 100644 (file)
@@ -42,22 +42,23 @@ function initialisePage() {
 
 function onClickApply() {
 
-//take provider, username, password and host. 
+       // All this stuff is synchronous. Must happen in order specified.
+       // You will need to cascade calls to downloadUrl
 
-// Save old sip.conf
-// Make new sip.conf with provider uncommented
+       // take provider, username, password and host. 
 
-// Modify extensions.conf for new provider
-// asterisk dialplan reload
-
-// asterisk sip reload
+       // 1. Save old sip.conf
+       // 2. Make new sip.conf with provider uncommented
+       // 3. Modify extensions.conf for new provider
+       // 4. asterisk dialplan reload
+       // 5. asterisk sip reload
 
 
 }
 
 function changeProvider() {
 
-// fill the host and username fields based on selection
+       // fill the host and username fields based on selection
 
        var selection = document.getElementById('provider').value;