Hi!<br><br><div class="gmail_quote">On Wed, Sep 1, 2010 at 3:35 PM, giovanni.v <span dir="ltr"><<a href="mailto:iax@keybits.org">iax@keybits.org</a>></span> wrote:<br><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Firt thing, I want to say a heartfelt *THANK YOU* to Mark for his effort<br>
porting and mantaining the Dahdi freeBSD port.<br>
<br>
I think it's the right time to revive an old question about setting the<br>
opermode in wcfxs/wcfxo zaptel kernel modules to meet regional pstn<br>
requirements.<br></blockquote><div><br>All device driver parameters are exposed as sysctl's and it is possible to specify them as tunables via "kenv" or /boot/loader.conf.<br><br>So you can use one of the following methods to specify e.g. opermode parameter for wctdm24xxp driver:<br>
- run 'kenv dahdi.wctdm24xxp.opermode="FCC"'<br>- put 'dahdi.wctdm24xxp.opermode="FCC"' in /boot/loader.conf<br><br>You can use 'sysctl -a | grep dahdi.wctdm24xxp' to examine driver parameters after it is loaded.<br>
<br>Max<br><br>PS I've just noticed that opermode sysctl is not correctly defined for "wctdm" driver. I'll fix it in the next rc<br><br></div></div>