Greetings, all.  I think I'm about to try and port fxotune from
the zaptel-1.2.0 tarball.  Hopefully, somebody here can dissuade
me, something along the lines of "I already did that, here's the source
code,&quot; would be excellent.<br>
<br>
>From looking at fxotune.c, it appears that the Linux drivers use a
/dev/zap/x device node, where x is an integer between 1 and 252.&nbsp;
Looking in the FreeBSD code, I understand that the appropriate method
is to open /dev/zap/channel and then issue something that looks like a
channel select ioctl().&nbsp; This will be the first piece of work I
will tackle.&nbsp; Hopefully, that will be the last piece, because I've
otherwise got the code compiling against the ported zaptel.h with no
errors.<br>
<br>
Can anyone foresee a future problem (like the ioctl() 60-70 range, would be my guess) that I would run into?<br>
<br>
TIA,<br>
<br>
bsdbigot<br>