rbrindley: branch 2.0 r4837 - in /branches/2.0/config: ./ js/

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Thu Jun 4 13:39:11 CDT 2009


Author: rbrindley
Date: Thu Jun  4 13:39:08 2009
New Revision: 4837

URL: http://svn.asterisk.org/svn-view/asterisk-gui?view=rev&rev=4837
Log:

- added the proper tooltip for echo canceller


Modified:
    branches/2.0/config/hardware_dahdi.html
    branches/2.0/config/js/tooltip.js

Modified: branches/2.0/config/hardware_dahdi.html
URL: http://svn.asterisk.org/svn-view/asterisk-gui/branches/2.0/config/hardware_dahdi.html?view=diff&rev=4837&r1=4836&r2=4837
==============================================================================
--- branches/2.0/config/hardware_dahdi.html (original)
+++ branches/2.0/config/hardware_dahdi.html Thu Jun  4 13:39:08 2009
@@ -278,7 +278,7 @@
 			</select>
 		</div>
 		<div>
-			<span>echo canceller <img src="images/tooltip_info.gif" tip="en,opermode_settings,8" class='tooltipinfo'>:</span>
+			<span>echo canceller <img src="images/tooltip_info.gif" tip="en,opermode_settings,11" class='tooltipinfo'>:</span>
 			<input type='checkbox' id='enable_disable_checkbox_echocan'>
 			<select id="echocan" dfalt='0'>
 				<option value="0">mg2</option>

Modified: branches/2.0/config/js/tooltip.js
URL: http://svn.asterisk.org/svn-view/asterisk-gui/branches/2.0/config/js/tooltip.js?view=diff&rev=4837&r1=4836&r2=4837
==============================================================================
--- branches/2.0/config/js/tooltip.js (original)
+++ branches/2.0/config/js/tooltip.js Thu Jun  4 13:39:08 2009
@@ -477,6 +477,8 @@
 
 	tooltips['opermode_settings'].en[10] = "Echo Cancellation NLP Max Suppression: This option, only usable when the Echo Cancellation NLP Type is set to Suppression, specifies the maximum amount of dB that the NLP should attenuate the residual echo. Lower numbers mean that the NLP will provide less suppression, meaning the residual echo will sound louder. Higher numbers, especially those approaching or equaling the Echo Cancellation NLP Threshold option, will nearly mute the residual echo. If no user choice is specified, the default is 24 db.";
 
+	tooltips['opermode_settings'].en[11] = "Echo Cancellation Type: DAHDI uses modular echo cancellers that are configured per channel. However, echo cancellation via the GUI is currently a global setting. The echo cancellers are compiled and installed as part of the dahdi-linux package. You can specify which echo canceller to be used. The default behavior is for there to be NO echo canceller on any channel. If restore this default, simply disable the echo canceller. Hpec is only a valid echo canceller if it is compiled and installed.";
+
 // Tooltips for "Configuring Hardware" in english
 	tooltips['confighw'] = { en: [] };
 	tooltips['confighw'].en[0] = "<B>Tone Region:</B> Please choose your country or your nearest neighboring country for default Tones (Ex: dialtone, busy tone, ring tone etc.)";




More information about the asterisk-gui-commits mailing list