Tony Nichols
2004-Nov-04 06:47 UTC
[Asterisk-Users] what do I ask my provider for when using e&m_w and a T100P?
I've never had this hard a time connecting asterisk to the telco. Several times now.... on at&t circuits (already installed), I just unplugged the old pbx, and plugged it into asterisk; watch what digits come in and set the extensions.conf accordingly. This time..... I've spent more than 20hrs trying to get it to work. It is a simple config. zaptel: span=1,1,0,esf,b8zs e&m=1-6 zapata.conf: [channels] group=1 language=en signalling=em_w usecallerid=yes callerid=asreceived context=default echocancel=yes echocancelwhenbridged=yes rxgain=1.0 txgain=1.0 channel => 1-6 No errors when loading the t100p no errors running ztcfg If I call the test number they dropped on the circuit I get a busy, fast busy or all circuits busy error, and nothing on the console during debug. If I call out I get an error unable to create channel type Zap. What I have now..... the full t1 comes out of the smart jack, into an adtran where it is split 12 channels for data (works great), and 12 channels for voice (6 are routed to an amphanol to keep their old system going- 6 are routed through the dsx port; so I can keep testing. What specificly do I need to ask the provider for? note: during the test turn-on everything worked fine with DID/DTMF. The day of the switch over---- nothing worked. 1.Should rbs be on? 2.we tried feature group c and d - whitch should it be? ( I found a config specific to featd on the list and tried it --no go). 3.should I ask what their wink speed is, and what the t100p expects to see? or specify it in the zaptel.conf 4. How do I put the channel in debug mode? help says use debug channel <channel>. I tried debug channel zap/1 and I get an error. What is the correct syntax! The providers says the switch model they are using is a IX7000. PLEASE if anyone has some suggestions; PLEASE let me know. t o n y
Adam Goryachev
2004-Nov-04 06:51 UTC
[Asterisk-Users] what do I ask my provider for when using e&m_w and a T100P?
On Fri, 2004-11-05 at 00:47, Tony Nichols wrote:> 4. How do I put the channel in debug mode? help says use debug channel > <channel>. I tried debug channel zap/1 and I get an error. > What is the correct syntax!I think it is something like: pri debug span 1 try the ? mark, or tab key, it will help see what options are available. I think there is also: pri debug intense span 1 or something like that.... I don't have any other advice for you, except perhaps to look at zttool and see what it reports that status as... Regards, Adam> PLEASE if anyone has some suggestions; PLEASE let me know. > > t o n y > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
Claudio Caballero
2004-Nov-08 21:44 UTC
[Asterisk-Users] what do I ask my provider for when using e&m_w and a T100P?
I struggled with this issue too. In my case, it was for the voice part of a combined T-1 line from XO, which is coming out an Adtran 604 router as the CPE. The secret sauce for me was to configure all 24 channels, but then only use the first 6 (since that is what we ordered) in the dialplan. So, here are the configs: zaptel.conf: loadzone = us defaultzone=us span=1,0,0,esf,b8zs e&m = 1-24 zapata.conf: [channels] language = en context = default transfer = no group=1 signalling = em_w channel => 1-6 group=2 channel => 7-24