I have one TDM2404E digium card on asterisk box, after configuring the zaptel and zapata configuration files, I am getting these errors when reloading asterisk: ast_unregister_indication_country: Removed default indication country 'us' setup_zap: Ignoring signalling setup_zap: Ignoring answeronpolarityswitch unable to recognize channel 13-5 what is the reason for that? Thanks, -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061210/27f50fd3/attachment.htm
On Sun, Dec 10, 2006 at 11:29:55PM +0200, O.Kamal wrote:> I have one TDM2404E digium card on asterisk box, after configuring the > zaptel and zapata configuration files, I am getting these errors when > reloading asterisk: > ast_unregister_indication_country: Removed default indication country 'us' > setup_zap: Ignoring signalling > setup_zap: Ignoring answeronpolarityswitch > unable to recognize channel 13-5What do you have on zapata.conf ? Was ztcfg run without any errors? If so: what do you have on /etc/zaptel.conf? -- Tzafrir Cohen icq#16849755 jabber:tzafrir@jabber.org +972-50-7952406 mailto:tzafrir.cohen@xorcom.com http://www.xorcom.com iax:guest@local.xorcom.com/tzafrir
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/ "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" On 12/11/06, Howard Lowndes <lannet@lannet.com.au> wrote:> > > > O.Kamal wrote: > > zaptel.conf: > > fxsks=13-5 > > > try making that fxsks=13-15 > > > > defaultzone=us > > loadzone=us > > > > I did not try ztcfg yet, will do this once I have access to the server. > > > > Thanks > > > > On 12/10/06, * Tzafrir Cohen* <tzafrir.cohen@xorcom.com > > <mailto:tzafrir.cohen@xorcom.com>> wrote: > > > > On Sun, Dec 10, 2006 at 11:29:55PM +0200, O.Kamal wrote: > > > I have one TDM2404E digium card on asterisk box, after > > configuring the > > > zaptel and zapata configuration files, I am getting these errors > when > > > reloading asterisk: > > > ast_unregister_indication_country: Removed default indication > > country 'us' > > > setup_zap: Ignoring signalling > > > setup_zap: Ignoring answeronpolarityswitch > > > unable to recognize channel 13-5 > > > > What do you have on zapata.conf ? > > > > Was ztcfg run without any errors? If so: what do you have on > > /etc/zaptel.conf? > > > > -- > > Tzafrir Cohen > > icq#16849755 jabber:tzafrir@jabber.org > > <mailto:jabber:tzafrir@jabber.org> > > +972-50-7952406 mailto:tzafrir.cohen@xorcom.com > > <mailto:tzafrir.cohen@xorcom.com> > > http://www.xorcom.com iax:guest@local.xorcom.com/tzafrir > > <http://iax:guest@local.xorcom.com/tzafrir> > > _______________________________________________ > > --Bandwidth and Colocation provided by Easynews.com > > <http://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 > > -- > Howard. > LANNet Computing Associates - Your Linux people <http://lannetlinux.com> > When you want a computer system that works, just choose Linux; > When you want a computer system that works, just, choose Microsoft. > -- > Flatter government, not fatter government; abolish the Australian states. > > _______________________________________________ > --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 >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061210/dd015e8c/attachment.htm
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 correctBoth are. Alternatively, genzaptelconf (xpp/utils/genzaptelconf) will generate a working (though a bit verbose) configuration. -- Tzafrir Cohen icq#16849755 jabber:tzafrir@jabber.org +972-50-7952406 mailto:tzafrir.cohen@xorcom.com http://www.xorcom.com iax:guest@local.xorcom.com/tzafrir
Yes, signalling should be fks_ks, "channel" line must be the last one, I will start live testing next week On 12/12/06, Time Bandit <timebandit001@gmail.com> wrote:> > > [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 > To the best of my knowledge, all the settings you put after defining > the channles (channel=> line) are useless. You have to set all the > settings BEFORE you define the channels. > > hth > _______________________________________________ > --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 >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061212/74aae8a6/attachment.htm
On Mon, Dec 11, 2006 at 08:08:18PM -0500, Time Bandit wrote:> > [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 > To the best of my knowledge, all the settings you put after defining > the channles (channel=> line) are useless. You have to set all the > settings BEFORE you define the channels.Should be. However in practice after the first reload all of them will be applied (in this specific case). /me points again to genzaptelconf that should have made this thread unnecessary. -- Tzafrir Cohen icq#16849755 jabber:tzafrir@jabber.org +972-50-7952406 mailto:tzafrir.cohen@xorcom.com http://www.xorcom.com iax:guest@local.xorcom.com/tzafrir