From: horse69 Date: Thu, 13 Sep 2012 09:23:12 +0000 (+0000) Subject: git-svn-id: https://svn.code.sf.net/p/freetel/code@686 01035d8c-6547-0410-b346-abe4f9... X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=47eb1ba8c3be8f6661b1ed241644bc23fac78b59;p=freetel-svn-tracking.git git-svn-id: https://svn.code.sf.net/p/freetel/code@686 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/mini-asterisk-gui2/devel notes.txt b/mini-asterisk-gui2/devel notes.txt index 32ecf1e3..7515606d 100644 --- a/mini-asterisk-gui2/devel notes.txt +++ b/mini-asterisk-gui2/devel notes.txt @@ -19,7 +19,9 @@ Packages svn version control openssh communication with ip04 fping used to determine internet connection - chrome has a very useful debugger .... ctrl-shift-i + chrome built-in debugger .... ctrl-shift-i + install validator extension + firefox install extensions firebug debugger and html validator lighttpd minimal webserver asterisk-1.4.11 when testing code around asterisk -r calls needs to be installed (we need access to the conf files) diff --git a/mini-asterisk-gui2/phones.html b/mini-asterisk-gui2/phones.html index 7011a042..9bf45853 100644 --- a/mini-asterisk-gui2/phones.html +++ b/mini-asterisk-gui2/phones.html @@ -1,10 +1,10 @@ - - + + Mini Asterisk - Phones - + @@ -18,14 +18,14 @@ - +
diff --git a/mini-asterisk-gui2/phones.js b/mini-asterisk-gui2/phones.js index cc2486f7..a677f71b 100644 --- a/mini-asterisk-gui2/phones.js +++ b/mini-asterisk-gui2/phones.js @@ -48,7 +48,7 @@ function initialisePage() { html += "" + ""; html += ""; - html += ""; + html += ""; // the reception checkbox code html += ""; html += ""; - html += ""; + html += ""; // the reception checkbox code html += ""; html += ""; - html += ""; + html += ""; // the outgoing radiobox code /* html += "
- - + +
" + analog_ext[i] + "" + "Analog Phone" + "Port" + i + "" + '' + "" + 'tick' + "" + '" + "" + "IP Phone" + "" + ip_ext[j] + "" + '' + "" + 'tick' + "" + '" + "" + "Analog Phone" + "Port" + i + "" + '' + "" + 'tick' + "" + ' + check internet explorer too. 4. network page not working +------------------------------ Also how fast can it detect the internet after change in gateway Try to break internet with dns or gateway changes. 5. Outbound calls.... +------------------------- Groups of people assigned to different outbound Work with dialplans @@ -36,6 +52,7 @@ Functionality work Need to have a page where we set up groups of users. 6. ntp testing +-------------------- try getting ntpclient rather than ntp? try setting TZ in /etc/init.d/asterisk already done...just need reboot web page for setting timezone (radio button and apply checkbox?)