From: horse69 Date: Sun, 28 Oct 2012 21:38:53 +0000 (+0000) Subject: git-svn-id: https://svn.code.sf.net/p/freetel/code@859 01035d8c-6547-0410-b346-abe4f9... X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=95a6820ab73f896222e96125ee8e93bc20a965a8;p=freetel-svn-tracking.git git-svn-id: https://svn.code.sf.net/p/freetel/code@859 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/mini-asterisk-gui2/voiplines.js b/mini-asterisk-gui2/voiplines.js index b8c58d74..3d26f97a 100644 --- a/mini-asterisk-gui2/voiplines.js +++ b/mini-asterisk-gui2/voiplines.js @@ -72,13 +72,14 @@ function onClickApply() { var user = ""; var host = ""; var passwd = ""; + var selection = ""; // 1. Save sip.conf - + selection = document.getElementById('provider').value; user = document.getElementById('user').value; host = document.getElementById('host').value; - passwd = document.getElementById('pass').value + passwd = document.getElementById('pass').value; // 2. Update sip.conf