git-svn-id: https://svn.code.sf.net/p/freetel/code@893 01035d8c-6547-0410-b346-abe4f9...
authorhorse69 <horse69@01035d8c-6547-0410-b346-abe4f91aad63>
Mon, 29 Oct 2012 04:34:44 +0000 (04:34 +0000)
committerhorse69 <horse69@01035d8c-6547-0410-b346-abe4f91aad63>
Mon, 29 Oct 2012 04:34:44 +0000 (04:34 +0000)
mini-asterisk-gui2/voiplines.js

index 170ada11125b0705becda2121e33ba91d1f67eef..b3d2063296f4973f508e4ef6f7005dd71a3ea2c5 100644 (file)
@@ -130,7 +130,7 @@ function registerReturn(doc,status) {
     //   need to switch keywords based on selection
        var url = '/cgi-bin/setlinekey2.cgi?file=/etc/asterisk/sip.conf&this=username=&that=' 
                        + document.getElementById('user').value 
-                       + '&key=; '+ selection + '-mini-asterisk';
+                       + '&key='+ selection + '-mini-ast';
 
        downloadUrl(url,usernameReturn);
 }