I am having some difficulty getting a T100P card to work with my PRI.
When I attempt to make an outbound call via:
exten => 1004,1,Dial(Zap/g1/NPANXXXXXX)
I see the following on the asterisk console:
-- Executing Dial("SIP/sbruton-b8ce", "Zap/g1/NPANXXXXXX")
in new stack
Apr 21 08:18:48 NOTICE[16401]: app_dial.c:554 dial_exec: Unable to create
channel of type 'Zap'
== Everyone is busy at this time
both the zaptel and wct1xxp modules are loaded and ztcfg reports no
errors:
# ztcfg -v
Zaptel Configuration
=====================
SPAN 1: ESF/B8ZS Build-out: 0 db (CSU)/0-133 feet (DSX-1)
24 channels configured.
and dmesg looks fine too:
Zapata Telephony Interface Registered on major 196
Framer: DS21552, Revision: 3 (T1)
Found a Wildcard: Digium Wildcard T100P T1/PRI
Registered tone zone 0 (United States / North America)
Using ESF/B8ZS coding/framing
Calling startup (flags is 4099)
my zaptel.conf looks like:
span=1,0,0,esf,b8zs
bchan=1-23
dchan=24
loadzone=us
defaultzone=us
and zapata.conf contains:
[channels]
context=default
echocancel=yes
echocancelwhenbridged=yes
echotraining=yes
rxgain=0.0
txgain=0.0
group=1
switchtype=national
signalling=pri_cpe
group=1
channel=>1-23
Any suggestions are greatly appreciated.
--
Sean Bruton
Senior Engineer
NeoSpire, Inc.
Sean Bruton wrote:> I am having some difficulty getting a T100P card to work with my PRI. > When I attempt to make an outbound call via: > > exten => 1004,1,Dial(Zap/g1/NPANXXXXXX)There is a real number here, ^^^^^^^^^^ right?> > I see the following on the asterisk console: > > -- Executing Dial("SIP/sbruton-b8ce", "Zap/g1/NPANXXXXXX") in new stack > Apr 21 08:18:48 NOTICE[16401]: app_dial.c:554 dial_exec: Unable to create channel of type 'Zap' > == Everyone is busy at this time > > both the zaptel and wct1xxp modules are loaded and ztcfg reports no > errors: > > # ztcfg -v > > Zaptel Configuration > =====================> > SPAN 1: ESF/B8ZS Build-out: 0 db (CSU)/0-133 feet (DSX-1) > > 24 channels configured. > > and dmesg looks fine too: > > Zapata Telephony Interface Registered on major 196 > Framer: DS21552, Revision: 3 (T1) > Found a Wildcard: Digium Wildcard T100P T1/PRI > Registered tone zone 0 (United States / North America) > Using ESF/B8ZS coding/framing > Calling startup (flags is 4099) > > my zaptel.conf looks like: > > span=1,0,0,esf,b8zsSet this ^ zero to 1 so the card will recover timing from the T1 stream.> bchan=1-23 > dchan=24 > loadzone=us > defaultzone=us > > and zapata.conf contains: > > [channels] > context=default > echocancel=yes > echocancelwhenbridged=yes > echotraining=yes > rxgain=0.0 > txgain=0.0 > group=1 > switchtype=national > signalling=pri_cpe > group=1 > channel=>1-23 > > Any suggestions are greatly appreciated. >
On 21/04/04 08:37 -0500, Sean Bruton wrote:> I am having some difficulty getting a T100P card to work with my PRI. > When I attempt to make an outbound call via: > > exten => 1004,1,Dial(Zap/g1/NPANXXXXXX) > > I see the following on the asterisk console: > > -- Executing Dial("SIP/sbruton-b8ce", "Zap/g1/NPANXXXXXX") in new stack > Apr 21 08:18:48 NOTICE[16401]: app_dial.c:554 dial_exec: Unable to create channel of type 'Zap' > == Everyone is busy at this timeWhat is the output of the command "zap show channels" in the console?
On 2004 Apr 21, at 08:37, Sean Bruton wrote:> I am having some difficulty getting a T100P card to work with my PRI. > When I attempt to make an outbound call via: > > exten => 1004,1,Dial(Zap/g1/NPANXXXXXX) > > I see the following on the asterisk console: > > -- Executing Dial("SIP/sbruton-b8ce", "Zap/g1/NPANXXXXXX") in new stack > Apr 21 08:18:48 NOTICE[16401]: app_dial.c:554 dial_exec: Unable to > create channel of type 'Zap' > == Everyone is busy at this time<snip>> and zapata.conf contains: > > [channels] > context=default > echocancel=yes > echocancelwhenbridged=yes > echotraining=yes > rxgain=0.0 > txgain=0.0 > group=1 > switchtype=national > signalling=pri_cpe > group=1 > channel=>1-23Try setting pridialplan=unknown, prior to the channel declaration. -Tilghman