git-svn-id: https://svn.code.sf.net/p/freetel/code@1003 01035d8c-6547-0410-b346-abe4f...
authorhorse69 <horse69@01035d8c-6547-0410-b346-abe4f91aad63>
Sat, 17 Nov 2012 02:20:54 +0000 (02:20 +0000)
committerhorse69 <horse69@01035d8c-6547-0410-b346-abe4f91aad63>
Sat, 17 Nov 2012 02:20:54 +0000 (02:20 +0000)
mini-asterisk-gui2/voiplines.js

index 4c50780b3a94dc5ec5ce884109b15312aa4b6c01..9e6771dcf47dc753b27903dbde5be8acf25b0007 100644 (file)
@@ -165,6 +165,11 @@ function loadSipConf(doc,status) {
                        }
                }
                
+
+               
+       }
+       );
+       
                // sip info now loaded
 
                if(siprego_line[0] == ';') { 
@@ -198,11 +203,7 @@ function loadSipConf(doc,status) {
                        document.getElementById('host').value = sipjazmin_host;
                        document.getElementById('pass').value = sipjazmin_secret;
                        document.getElementById('info').textContent = sipjazmin_info;
-               }               
-               
-       }
-       );
-       
+               }                       
 }