From 5f7082e9b605207cb60c06ea5deaddba1ec6d1d8 Mon Sep 17 00:00:00 2001 From: horse69 Date: Sun, 28 Oct 2012 23:10:29 +0000 Subject: [PATCH] git-svn-id: https://svn.code.sf.net/p/freetel/code@872 01035d8c-6547-0410-b346-abe4f91aad63 --- mini-asterisk-gui2/voiplines.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mini-asterisk-gui2/voiplines.js b/mini-asterisk-gui2/voiplines.js index 91296c3b..11a32013 100644 --- a/mini-asterisk-gui2/voiplines.js +++ b/mini-asterisk-gui2/voiplines.js @@ -88,7 +88,7 @@ function onClickApply() { var new_register = "register => "+user+":"+passwd+"@"+host; // var url = '/cgi-bin/setword.cgi?file=/etc/asterisk/sip.conf&this=;register=>1234:password@mysipprovider.com&that=' + new_register ; - var url = '/cgi-bin/setword.cgi?file=/etc/asterisk/sip.conf&this=;register=&that=register'; + var url = '/cgi-bin/setword.cgi?file=/etc/asterisk/sip.conf&this=;register=>&that=register=>'; downloadUrl(url,registerReturn); -- 2.25.1