From: horse69 Date: Wed, 31 Oct 2012 23:57:55 +0000 (+0000) Subject: git-svn-id: https://svn.code.sf.net/p/freetel/code@904 01035d8c-6547-0410-b346-abe4f9... X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=f4994972e10a003c596a220224ee79707c0ef6e7;p=freetel-svn-tracking.git git-svn-id: https://svn.code.sf.net/p/freetel/code@904 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/mini-asterisk-gui2/voiplines.js b/mini-asterisk-gui2/voiplines.js index d6f53125..e5cbc85f 100644 --- a/mini-asterisk-gui2/voiplines.js +++ b/mini-asterisk-gui2/voiplines.js @@ -73,14 +73,14 @@ function onClickApply() { var host = ""; var passwd = ""; - - // 1. Save sip.conf - selection = document.getElementById('provider').value; user = document.getElementById('user').value; host = document.getElementById('host').value; passwd = document.getElementById('pass').value; + // 1. Save sip.conf + + // 2. Update sip.conf @@ -89,7 +89,7 @@ function onClickApply() { downloadUrl(url,uncommentregReturn); - +}