From 1ff3dabee0ae054f9c9e0bbbca0c7b93877e785e Mon Sep 17 00:00:00 2001 From: horse69 Date: Wed, 29 Aug 2012 22:31:32 +0000 Subject: [PATCH] git-svn-id: https://svn.code.sf.net/p/freetel/code@648 01035d8c-6547-0410-b346-abe4f91aad63 --- mini-asterisk-gui2/minicommon.js | 2 +- mini-asterisk-gui2/phones.js | 15 +++++++++------ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/mini-asterisk-gui2/minicommon.js b/mini-asterisk-gui2/minicommon.js index 5a65e849..ccaa53f0 100644 --- a/mini-asterisk-gui2/minicommon.js +++ b/mini-asterisk-gui2/minicommon.js @@ -20,7 +20,7 @@ var ip_ext = []; var network = "no"; - +var reception = ["6002"]; function loadExtensions() { diff --git a/mini-asterisk-gui2/phones.js b/mini-asterisk-gui2/phones.js index 86ed40a3..089e8698 100644 --- a/mini-asterisk-gui2/phones.js +++ b/mini-asterisk-gui2/phones.js @@ -27,6 +27,7 @@ function initialisePage() { var icon = 'Analog Phone OK'; var html = ''; + html += ''; // print out internet connection @@ -48,10 +49,11 @@ function initialisePage() { // html += "" + ""; html += ""; //html += ""; + // the reception checkbox code - html += ""; // the reception checkbox code - html += "
Port" + i + "" + '' + "
Port" + i + "(Reception)" + '" + ''; } else { @@ -76,9 +78,10 @@ function initialisePage() { html += "" + ip_ext[j] + "" + '" + ''; } else { -- 2.25.1