here is the latest update:
in zaptel.conf i used
fxsks=1-4
fxsks=5-8
fxsks=9-12
fxsks=13-16
zttool shows hardware OK
ztcfg worked normally
in zapata.conf when i define the channels "channel=>1-16" and restaring
asterisk it gives the below errors:
Dec 12 00:48:28 WARNING[3141]: chan_zap.c:921 zt_open: Unable to specify
channel 1: No such device
Dec 12 00:48:28 ERROR[3141]: chan_zap.c:6879 mkintf: Unable to open channel
1: No such device
here = 0, tmp->channel = 1, channel = 1
Dec 12 00:48:28 ERROR[3141]: chan_zap.c:10307 setup_zap: Unable to register
channel '1-16'
Dec 12 00:48:28 WARNING[3141]: loader.c:414 __load_resource: chan_zap.so:
load_module failed, returning -1
Dec 12 00:48:28 WARNING[3141]: loader.c:554 load_modules: Loading module
chan_zap.so failed!

When I remove the "channel=>1-16", it loads normally. zapata.conf is below:

[channels]
context=default
signalling=fxs_ls
;channel=>1-16
usecallerid=yes
hidecallerid=no
callwaiting=yes
restrictcid=no
echocancel=yes
echocancelwhenbridged=yes
rxgain=0.0
txgain=0.0
group=1
;accountcode=lss0101
answeronpolarityswitch=yes
hanguponpolarityswitch=yes

any clue?

On 12/11/06, Tzafrir Cohen <[EMAIL PROTECTED]> wrote:

On Mon, Dec 11, 2006 at 09:40:18AM +1100, Howard Lowndes wrote:
>
>
> O.Kamal wrote:
> >I have 16 channels FXO (4 FXO Modules), I did follow the below link,
but
> >maybe I understand it wrong (what is a module and slot?), I need an
> >example.
> >http://kb.digium.com/entry/1/90/ <http://kb.digium.com/entry/1/90/>
> >
> >"For each FXO module, you should have a coresponding line that reads:
> >"fxs" followed by the type of signalling (gs, ls, or ks) and the equals
> >sign (=) followed by the position of the module times 4 minus 3 a dash,
> >and then the number of the slot times 4.  For example, if you had a FXO
> >module on slot 2 of the board using loopstart signalling, the line
would
> >read: "fxols=5-8", or if the module was on slot 5, the line would read:
> >"fxols=17-20"
>
> OK, try either:
>
> fxsks=1-16
>
> or:
>
> fxsks=1-4
> fxsks=5-8
> fxsks=9-12
> fxsks=13-16
>
>
> probably the latter will be correct

Both are. Alternatively, genzaptelconf (xpp/utils/genzaptelconf) will
generate a working (though a bit verbose) configuration.

--
               Tzafrir Cohen
icq#16849755                    jabber:[EMAIL PROTECTED]
+972-50-7952406           mailto:[EMAIL PROTECTED]
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to