here is the latest update:<br>
in zaptel.conf i used <br>
<font size="1">fxsks=1-4<br>
fxsks=5-8<br>
fxsks=9-12<br>
fxsks=13-16</font><br>
zttool shows hardware OK<br>
ztcfg worked normally<br>
in zapata.conf when i define the channels &quot;channel=&gt;1-16&quot; and restaring asterisk it gives the below errors:<br>
<font size="1">Dec 12 00:48:28 WARNING[3141]: chan_zap.c:921 zt_open: Unable to specify channel 1: No such device<br>
Dec 12 00:48:28 ERROR[3141]: chan_zap.c:6879 mkintf: Unable to open channel 1: No such device<br>
here = 0, tmp-&gt;channel = 1, channel = 1<br>
Dec 12 00:48:28 ERROR[3141]: chan_zap.c:10307 setup_zap: Unable to register channel '1-16'<br>
Dec 12 00:48:28 WARNING[3141]: loader.c:414 __load_resource: chan_zap.so: load_module failed, returning -1<br>
Dec 12 00:48:28 WARNING[3141]: loader.c:554 load_modules: Loading module chan_zap.so failed!<br>
<br>
<font size="2">When I remove the </font></font>&quot;channel=&gt;1-16&quot;, it loads normally. zapata.conf is below:<br>
<br>
<font size="1">[channels]<br>
context=default<br>
signalling=fxs_ls<br>
<font size="2">;channel=&gt;1-16</font><br>
usecallerid=yes<br>
hidecallerid=no<br>
callwaiting=yes<br>
restrictcid=no<br>
echocancel=yes<br>
echocancelwhenbridged=yes<br>
rxgain=0.0<br>
txgain=0.0<br>
group=1<br>
;accountcode=lss0101<br>
answeronpolarityswitch=yes<br>
hanguponpolarityswitch=yes</font><br>
<br>
any clue?<br><br><div><span class="gmail_quote">On 12/11/06, <b class="gmail_sendername">Tzafrir Cohen</b> &lt;<a href="mailto:tzafrir.cohen@xorcom.com">tzafrir.cohen@xorcom.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Mon, Dec 11, 2006 at 09:40:18AM +1100, Howard Lowndes wrote:<br>&gt;<br>&gt;<br>&gt; O.Kamal wrote:<br>&gt; &gt;I have 16 channels FXO (4 FXO Modules), I did follow the below link, but<br>&gt; &gt;maybe I understand it wrong (what is a module and slot?), I need an
<br>&gt; &gt;example.<br>&gt; &gt;<a href="http://kb.digium.com/entry/1/90/">http://kb.digium.com/entry/1/90/</a> &lt;<a href="http://kb.digium.com/entry/1/90/">http://kb.digium.com/entry/1/90/</a>&gt;<br>&gt; &gt;<br>&gt; &gt;&quot;For each FXO module, you should have a coresponding line that reads:
<br>&gt; &gt;&quot;fxs&quot; followed by the type of signalling (gs, ls, or ks) and the equals<br>&gt; &gt;sign (=) followed by the position of the module times 4 minus 3 a dash,<br>&gt; &gt;and then the number of the slot times 4.&nbsp;&nbsp;For example, if you had a FXO
<br>&gt; &gt;module on slot 2 of the board using loopstart signalling, the line would<br>&gt; &gt;read: &quot;fxols=5-8&quot;, or if the module was on slot 5, the line would read:<br>&gt; &gt;&quot;fxols=17-20&quot;<br>&gt;
<br>&gt; OK, try either:<br>&gt;<br>&gt; fxsks=1-16<br>&gt;<br>&gt; or:<br>&gt;<br>&gt; fxsks=1-4<br>&gt; fxsks=5-8<br>&gt; fxsks=9-12<br>&gt; fxsks=13-16<br>&gt;<br>&gt;<br>&gt; probably the latter will be correct<br><br>
Both are. Alternatively, genzaptelconf (xpp/utils/genzaptelconf) will<br>generate a working (though a bit verbose) configuration.<br><br>--<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tzafrir Cohen<br>icq#16849755&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="mailto:jabber:tzafrir@jabber.org">
jabber:tzafrir@jabber.org</a><br>+972-50-7952406&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mailto:<a href="mailto:tzafrir.cohen@xorcom.com">tzafrir.cohen@xorcom.com</a><br><a href="http://www.xorcom.com">http://www.xorcom.com</a>&nbsp;&nbsp;<a href="http://iax:guest@local.xorcom.com/tzafrir">
iax:guest@local.xorcom.com/tzafrir</a><br>_______________________________________________<br>--Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:
<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>