[Asterisk-Users] PRI configuration problem
Kris Boutilier
Kris.Boutilier at scrd.bc.ca
Mon Dec 6 09:33:20 MST 2004
Issue a 'zap show channels' in the console. Each of your b-channels should
be listed, regardless of span. Issuing 'pri show span n' should show the
d-channel(s) associated with span n. I suspect your issue is because of the
order of the declarations in zaptel.conf. Instead try the form:
span=1,1,0,esf,b8zs
bchan=1-23
dchan=24
span=2,2,0,esf,b8zs
bchan=25-47
dchan=48
span=3,0,0,esf,b8zs
bchan=49-72
span=4,0,0,esf,b8zs
bchan=73-96
Hope that helps.
> -----Original Message-----
> From: Andrew Aken [SMTP:ajaken at globaleyes.com]
> Sent: Sunday, December 05, 2004 10:33 PM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: [Asterisk-Users] PRI configuration problem
>
> We've been working for the past 2 weeks to get a new V400P working with
> our PRIs from the telephone company. We're trying to get the Asterisk
> server setup as a VoIP gateway for SIP and AIX. We can make SIP-SIP
> calls, but all calls from or to the PRI fail. This is the applicable
> entries from the Asterisk log (configuration files follow) for a call
> coming from the PSTN on the PRI. I believe that the cause of the error
> is related to the line, "Ring requested on unconfigured channel 0/23
> span 1". But as far as I can tell, the channels are all configured.
>
{clip}
> Zaptel.conf
> -----------
> span=1,1,0,esf,b8zs
> span=2,2,0,esf,b8zs
> span=3,0,0,esf,b8zs
> span=4,0,0,esf,b8zs
> bchan=1-23
> dchan=24
> bchan=25-47
> dchan=48
> bchan=49-96
> loadzone = us
> defaultzone=us
{clip}
More information about the asterisk-users
mailing list