I'm not sure if I have a configuration problem or not. I am unable to dial out. When I try to dial in I can hear the phone ring on the dialling phone but Asterisk does not register anything. In zaptel.conf I have loadzone = au defaultzone=au fxsks=1 In zapata.conf language=au context=from-pstn When I do: zap show channels I get: Chan Extension Context Language MusicOnHold pseudo from-pstn au running ztcfg -vv shows Zaptel Configuration ===================== Channel map: Channel 01: FXS Kewlstart (Default) (Slaves: 01) 1 channels configured. when I try to make a call I get: -- Executing Dial("SIP/201-08c237c0", "Zap/1/1800456456|70") in new stack Dec 9 13:52:54 NOTICE[4697]: app_dial.c:1056 dial_exec_full: Unable to create channel of type 'Zap' (cause 0 - Unknown) == Everyone is busy/congested at this time (1:0/0/1) Please help. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061210/3e6ac845/attachment.htm
On Mon, Dec 11, 2006 at 04:18:20PM +1100, Klaverstyn, David C wrote:> I'm not sure if I have a configuration problem or not. I am unable to > dial out. When I try to dial in I can hear the phone ring on the > dialling phone but Asterisk does not register anything. > > > > > > In zaptel.conf I have > > > > loadzone = au > > defaultzone=au > > fxsks=1 > > > > In zapata.conf > > > > language=au > > context=from-pstn >Those need to be in the section [channels] and be followed by a channel => 1 to actually have any effect. You also must set signaling (signalling fxs_ks; in your case). -- 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
Thanks for your help. This is my file. [channels] language=au context=from-pstn signalling=fxo_ks ;rxwink=300 usecallerid=yes hidecallerid=no callwaiting=yes usecallingpres=yes callwaitingcallerid=yes threewaycalling=yes transfer=yes canpark=yes cancallforward=yes callreturn=yes echocancel=yes echocancelwhenbridged=yes rxgain=0.0 txgain=0.0 callgroup=1 pickupgroup=1 immediate=no channel => 1 Upon reloading asterisk I get the following errors. Dec 11 19:03:45 WARNING[5265]: chan_zap.c:10874 setup_zap: Ignoring signalling Dec 11 19:03:45 ERROR[5265]: chan_zap.c:10305 setup_zap: Unable to reconfigure channel '1' -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Howard Lowndes Sent: Monday, 11 December 2006 6:00 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] X100P clone dial problems. Klaverstyn, David C wrote:> I have since added fxs_ks=1This is meaningless. Follow the example that I posted. and channel => 1>> This has not fixed the problem. I do notice a warning on the reloadof> asterisk.>> WARNING[4296]: chan_zap.c:10874 setup_zap: Ignoring signalling>> -----Original Message-----> From: asterisk-users-bounces@lists.digium.com> [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Tzafrir> Cohen> Sent: Monday, 11 December 2006 4:47 PM> To: asterisk-users@lists.digium.com> Subject: Re: [asterisk-users] X100P clone dial problems.>> On Mon, Dec 11, 2006 at 04:18:20PM +1100, Klaverstyn, David C wrote:>> I'm not sure if I have a configuration problem or not. I am unable to>> dial out. When I try to dial in I can hear the phone ring on the>> dialling phone but Asterisk does not register anything.>>>>>>>>>>>> In zaptel.conf I have>>>>>>>> loadzone = au>>>> defaultzone=au>>>> fxsks=1>>>>>>>> In zapata.conf>>>>>>>> language=au>>>> context=from-pstn>>>> Those need to be in the section [channels] and be followed by a>> channel => 1>> to actually have any effect. You also must set signaling (signalling > fxs_ks; in your case).>-- 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/20061211/6dfa3da6/attachment-0001.htm
In article <ED01933C8C6A2949A37045F012ACF7BA684521@ap-mail1.ingrnet.com>, Klaverstyn, David C <David.Klaverstyn@intergraph.com> wrote:> > Thanks for your help. > > This is my file. > > > [channels] > > language=au > > context=from-pstn > > signalling=fxo_ksThis should be: signalling=fxs_ks Cheers Tony -- Tony Mountifield Work: tony@softins.co.uk - http://www.softins.co.uk Play: tony@mountifield.org - http://tony.mountifield.org
Well I finally got it to work. I changed the DSL filter and it started to work. Very strange. Thanks for everyone's suggestions. -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Howard Lowndes Sent: Tuesday, 12 December 2006 5:17 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] X100P clone dial problems. Well, my PSTN card has: signalling-fxs_ks and that works for me. Klaverstyn, David C wrote:> Thanks for your help. > > > > This is my file. > > > > > > > > [channels] > > > > language=au > > context=from-pstn > > signalling=fxo_ks > > > > ;rxwink=300 > > > > usecallerid=yes > > hidecallerid=no > > callwaiting=yes > > usecallingpres=yes > > callwaitingcallerid=yes > > threewaycalling=yes > > transfer=yes > > canpark=yes > > cancallforward=yes > > callreturn=yes > > echocancel=yes > > echocancelwhenbridged=yes > > rxgain=0.0 > > txgain=0.0 > > callgroup=1 > > pickupgroup=1 > > immediate=no > > > > channel => 1 > > > > > > > > > > > > > > Upon reloading asterisk I get the following errors. > > > > > > Dec 11 19:03:45 WARNING[5265]: chan_zap.c:10874 setup_zap: Ignoring > signalling > > Dec 11 19:03:45 ERROR[5265]: chan_zap.c:10305 setup_zap: Unable to > reconfigure channel '1' > > > > > > > > > > -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of HowardLowndes> Sent: Monday, 11 December 2006 6:00 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [asterisk-users] X100P clone dial problems. > > > > > > > > Klaverstyn, David C wrote: > >> I have since added fxs_ks=1 > > > > > > This is meaningless. Follow the example that I posted. > > > > > > > > and channel => 1 > >> > >> This has not fixed the problem. I do notice a warning on the reloadof> >> asterisk. > >> > >> WARNING[4296]: chan_zap.c:10874 setup_zap: Ignoring signalling > >> > >> -----Original Message----- > >> From: asterisk-users-bounces@lists.digium.com > >> [mailto:asterisk-users-bounces@lists.digium.com] On Behalf OfTzafrir> >> Cohen > >> Sent: Monday, 11 December 2006 4:47 PM > >> To: asterisk-users@lists.digium.com > >> Subject: Re: [asterisk-users] X100P clone dial problems. > >> > >> On Mon, Dec 11, 2006 at 04:18:20PM +1100, Klaverstyn, David C wrote: > >> > I'm not sure if I have a configuration problem or not. I am unableto> >> > dial out. When I try to dial in I can hear the phone ring on the > >> > dialling phone but Asterisk does not register anything. > >> > > >> > > >> > > >> > > >> > > >> > In zaptel.conf I have > >> > > >> > > >> > > >> > loadzone = au > >> > > >> > defaultzone=au > >> > > >> > fxsks=1 > >> > > >> > > >> > > >> > In zapata.conf > >> > > >> > > >> > > >> > language=au > >> > > >> > context=from-pstn > >> > > >> > >> Those need to be in the section [channels] and be followed by a > >> > >> channel => 1 > >> > >> to actually have any effect. You also must set signaling (signalling > >> fxs_ks; in your case). > >> > > > > -- > > 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 Australianstates.> > > > _______________________________________________ > > --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-- 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