Barry Porch
2003-Aug-09 14:23 UTC
[Asterisk-Users] help please with single t1 configuration
I am attempting to set up an Asterisk box which I am only concerned with getting a single T1 working. I have this T1 connected to my PBX and I am looking at using Asterisk as a conference bridge. Here is my zaptel.conf: span=1,1,0,d4,ami e&m=1-24 loadzone=us defaultzone=us Here is my Zapata.conf: [channels] language=en context=default signalling=em_w group=1 channel=1-24 As you can see I am trying to set this up as a D4/AMI E&M T1. I also have "modprobe zaptel" and "modprobe wct1xxp" in my rc.local. When I try to run Asterisk it complains that it cannot access channel 1 and dies. I can run zttool which "sees" the T100 card that I have installed. However, when I run "ztcfg -vvvv" it sells me that 0 channels are configured. What am I missing here? Thanks! Barry -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030809/d6ae3135/attachment.htm
Brian West
2003-Aug-09 15:06 UTC
[Asterisk-Users] help please with single t1 configuration
did you happen to run ztcfg after you setup the configs? On Sat, 9 Aug 2003, Barry Porch wrote:> I am attempting to set up an Asterisk box which I am only concerned with > getting a single T1 working. I have this T1 connected to my PBX and I > am looking at using Asterisk as a conference bridge. > > Here is my zaptel.conf: > > span=1,1,0,d4,ami > e&m=1-24 > loadzone=us > defaultzone=us > > Here is my Zapata.conf: > > [channels] > language=en > context=default > signalling=em_w > group=1 > channel=1-24 > > As you can see I am trying to set this up as a D4/AMI E&M T1. I also > have "modprobe zaptel" and "modprobe wct1xxp" in my rc.local. > > When I try to run Asterisk it complains that it cannot access channel 1 > and dies. > > I can run zttool which "sees" the T100 card that I have installed. > However, when I run "ztcfg -vvvv" it sells me that 0 channels are > configured. > > What am I missing here? > > Thanks! > > Barry >
Barry Porch
2003-Aug-09 16:08 UTC
[Asterisk-Users] help please with single t1 configuration
Yes, I run ztcfg -vvv and it tells me that there are 0 channels. -----Original Message----- From: Brian West [mailto:brian@bkw.org] Sent: Saturday, August 09, 2003 6:07 PM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] help please with single t1 configuration did you happen to run ztcfg after you setup the configs? On Sat, 9 Aug 2003, Barry Porch wrote:> I am attempting to set up an Asterisk box which I am only concernedwith> getting a single T1 working. I have this T1 connected to my PBX and I > am looking at using Asterisk as a conference bridge. > > Here is my zaptel.conf: > > span=1,1,0,d4,ami > e&m=1-24 > loadzone=us > defaultzone=us > > Here is my Zapata.conf: > > [channels] > language=en > context=default > signalling=em_w > group=1 > channel=1-24 > > As you can see I am trying to set this up as a D4/AMI E&M T1. I also > have "modprobe zaptel" and "modprobe wct1xxp" in my rc.local. > > When I try to run Asterisk it complains that it cannot access channel1> and dies. > > I can run zttool which "sees" the T100 card that I have installed. > However, when I run "ztcfg -vvvv" it sells me that 0 channels are > configured. > > What am I missing here? > > Thanks! > > Barry >_______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users
Adams, Gavin
2003-Aug-11 04:47 UTC
[Asterisk-Users] help please with single t1 configuration
> -----Original Message----- > From: Barry Porch [mailto:bporch@watsonconnects.com] > > Yes, I run ztcfg -vvv and it tells me that there are 0 channels.Barry, are you modifying the zaptel.conf file in /etc or /etc/asterisk. If the latter, try ztcfg -vvv -c /etc/asterisk/zaptel.conf. I had a similar issue last week when first starting with Asterisk. Regards, --- Gavin