[asterisk-dev] Re: [svn-commits] mogorman: branch 1.4 r1490 - in /branches/1.4: wctdm.c wctdm24xxp.c

Tzafrir Cohen tzafrir.cohen at xorcom.com
Tue Oct 3 01:39:28 MST 2006


I'll repeat my comment from the bug report:

On Mon, Oct 02, 2006 at 11:50:45PM -0000, svn-commits at lists.digium.com wrote:
> Author: mogorman
> Date: Mon Oct  2 18:50:44 2006
> New Revision: 1490
> 
> URL: http://svn.digium.com/view/zaptel?rev=1490&view=rev
> Log:
> add support for setting gain registers on the fxo and fxs modules.
> 
> Modified:
>     branches/1.4/wctdm.c
>     branches/1.4/wctdm24xxp.c
> 
> Modified: branches/1.4/wctdm.c
> URL: http://svn.digium.com/view/zaptel/branches/1.4/wctdm.c?rev=1490&r1=1489&r2=1490&view=diff
> ==============================================================================
> --- branches/1.4/wctdm.c (original)
> +++ branches/1.4/wctdm.c Mon Oct  2 18:50:44 2006

[ snip ]

> @@ -2419,6 +2488,10 @@
>  module_param(battthresh, int, 0600);
>  module_param(alawoverride, int, 0600);
>  module_param(fastpickup, int, 0600);
> +module_param(fxotxgain, int, 0600);
> +module_param(fxorxgain, int, 0600);
> +module_param(fxstxgain, int, 0600);
> +module_param(fxsrxgain, int, 0600);

Is there any impact to changing the value of this parameter *after* the
module was loaded? E.g: through /sys/modules/wctdm/parameters

If not: why is it a writable parameter?

-- 
Tzafrir Cohen         sip:tzafrir at local.xorcom.com
icq#16849755          iax:tzafrir at local.xorcom.com
+972-50-7952406          jabber:tzafrir at jabber.org
tzafrir.cohen at xorcom.com     http://www.xorcom.com


More information about the asterisk-dev mailing list