From: drowe67 Date: Wed, 6 Jan 2010 04:06:11 +0000 (+0000) Subject: few tweaks to phones and ipphones pages X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=985849171b3dbfcfa99c64d57a0c7b538babe367;p=freetel-svn-tracking.git few tweaks to phones and ipphones pages git-svn-id: https://svn.code.sf.net/p/freetel/code@99 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/easy-asterisk-gui/at-530.html b/easy-asterisk-gui/at-530.html index ab94e3d7..4ae7e08e 100644 --- a/easy-asterisk-gui/at-530.html +++ b/easy-asterisk-gui/at-530.html @@ -1,5 +1,5 @@
    -
  1. Connect the WAN port of the AT-530 to your LAN, it will boot and obtain an IP via DHCP. +
  2. Connect the WAN port of the AT-530 to your network, it will boot and obtain an IP via DHCP.
  3. Find the IP of the phone by pressing the Sysinfo button a few times.
  4. Open another browser window. Go to the phones IP, for example http://192.168.1.160
  5. Login to the phone using the username/password admin/admin. diff --git a/easy-asterisk-gui/ipphones.pl b/easy-asterisk-gui/ipphones.pl index cdd93d19..e17e0e79 100755 --- a/easy-asterisk-gui/ipphones.pl +++ b/easy-asterisk-gui/ipphones.pl @@ -60,6 +60,7 @@ foreach $e (sort keys %ip) { $comment=$ipad{$e}; $tooltip_ext = "onMouseOver=\"popUp(event,'phone_ext')\" onmouseout=\"popUp(event,'phone_ext')\""; $tooltip_ip = "onMouseOver=\"popUp(event,'phone_ipphone_ip')\" onmouseout=\"popUp(event,'phone_ipphone_ip')\""; + $unconnected = 0; } else { $unconnected = $unconnected + 1; diff --git a/easy-asterisk-gui/phones.pl b/easy-asterisk-gui/phones.pl index 518b40f2..3b3262c2 100755 --- a/easy-asterisk-gui/phones.pl +++ b/easy-asterisk-gui/phones.pl @@ -102,6 +102,9 @@ foreach $s (sort keys %sip) { } } +print ' '; +print "Add IP Phone"; + $tool_tip = "onMouseOver=\"popUp(event,'phone_lines')\" onmouseout=\"popUp(event,'phone_lines')\""; print ' '; diff --git a/easy-asterisk-gui/phones.sh b/easy-asterisk-gui/phones.sh index 98bec0c4..ea0a8cb7 100644 --- a/easy-asterisk-gui/phones.sh +++ b/easy-asterisk-gui/phones.sh @@ -66,8 +66,6 @@ cat <

    Phones

    - - Add IP Phone EOF diff --git a/easy-asterisk-gui/tooltips.html b/easy-asterisk-gui/tooltips.html index 20d90e12..41e067ba 100644 --- a/easy-asterisk-gui/tooltips.html +++ b/easy-asterisk-gui/tooltips.html @@ -70,15 +70,15 @@ Instructions and help on adding a new IP phone
    - List of possible IP phones. Choose a free one - (cross) for a new phone. Refresh this page tp - update
    + List of possible IP phones. For a new phone + choose any Available number. Refresh this + page tp update
    The IP phone is connected to your phone system and ready to use
    - No IP phone is connected. This could be - because no IP phone is present, or the IP - phone has not been set up.
    + No IP phone is connected. Either no IP phone + is present, or the IP phone has not been set + up.