From: horse69 Date: Sat, 27 Oct 2012 22:18:46 +0000 (+0000) Subject: git-svn-id: https://svn.code.sf.net/p/freetel/code@832 01035d8c-6547-0410-b346-abe4f9... X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=20c93854560de74a8d0b7ac665e6fbee94a83db8;p=freetel-svn-tracking.git git-svn-id: https://svn.code.sf.net/p/freetel/code@832 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/mini-asterisk-gui2/voiplines.html b/mini-asterisk-gui2/voiplines.html index c6f1686b..b0141483 100644 --- a/mini-asterisk-gui2/voiplines.html +++ b/mini-asterisk-gui2/voiplines.html @@ -42,6 +42,7 @@ User: Password: Host: + Voip Line Status:
Sometimes it takes a few seconds to connect your Voip Line. After clicking OK refresh your browser to update Voip Line status. diff --git a/mini-asterisk-gui2/voiplines.js b/mini-asterisk-gui2/voiplines.js index f2c7d642..20952725 100644 --- a/mini-asterisk-gui2/voiplines.js +++ b/mini-asterisk-gui2/voiplines.js @@ -21,7 +21,7 @@ function initialise() { function initialisePage() { // - var icon = 'Analog Phone OK'; + /* var icon = 'Analog Phone OK'; var html = ''; html += ''; @@ -38,11 +38,14 @@ function initialisePage() { html += '
'; // document.getElementById("voiplines").innerHTML += html; - +*/ } function onClickApply() { +//take username, password and host. Insert to file. Restart sip. + + }