From 95a6820ab73f896222e96125ee8e93bc20a965a8 Mon Sep 17 00:00:00 2001 From: horse69 Date: Sun, 28 Oct 2012 21:38:53 +0000 Subject: [PATCH] git-svn-id: https://svn.code.sf.net/p/freetel/code@859 01035d8c-6547-0410-b346-abe4f91aad63 --- mini-asterisk-gui2/voiplines.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.25.1