From aae735d27e0636ce4a20758e82a3dbb82dae9373 Mon Sep 17 00:00:00 2001 From: horse69 Date: Sun, 28 Oct 2012 04:00:43 +0000 Subject: [PATCH] git-svn-id: https://svn.code.sf.net/p/freetel/code@851 01035d8c-6547-0410-b346-abe4f91aad63 --- mini-asterisk-gui2/voiplines.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mini-asterisk-gui2/voiplines.js b/mini-asterisk-gui2/voiplines.js index 7d4770b9..196fe952 100644 --- a/mini-asterisk-gui2/voiplines.js +++ b/mini-asterisk-gui2/voiplines.js @@ -27,7 +27,11 @@ function initialisePage() { var providerfound = 0; // Check if provider is up - // asterisk sip register + // asterisk sip show registry + + // If a provider is registered, + // get provider details from sip.conf + // fill out form on page if (providerfound == 1) { html += tickicon; -- 2.25.1