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

index 2659157c8674afb287bd20d8fa70e9ecbf56a3d7..f1aa8ca8062ed44002b08928bc057054db27187a 100644 (file)
@@ -137,7 +137,7 @@ function passwordReturn(doc,status) {
        
        //          host=hostsip                         host=192.168.1.30
     //   need to switch keywords based on selection
-       var url = '/cgi-bin/setword.cgi?file=/etc/asterisk/sip.conf&this=hostsip&that=' + document.getElementById('host').value ;
+       var url = '/cgi-bin/setword.cgi?file=/etc/asterisk/sip.conf&this=hostsip&that=' + document.getElementById('host').value ;
 
        downloadUrl(url,hostReturn);
 }