[asterisk-users] TELUS British Columbia PRI Settings
Jeremy.Hellstrom at synovate.com
Jeremy.Hellstrom at synovate.com
Sat Aug 28 11:59:37 CDT 2010
I'm not surprised both the conf file and myself are confused.
I've pared things down in chan_dahdi.conf to ...
_________________________________________
[channels]
spanmap => 1,1,0,esf,b8zs
#include dahdi-channels.conf
switchtype => national
signalling => pri_cpe
context => default
_____________________________
As I read the instructions for chan_dahdi, the spanmap -> span = 1,
timing = from PSTN, LBO = 0, framing = esf and coding = b8zs
In the header of dahdi-channels.conf it specifies that it is intended to
be included in chan_dahdi and I have noticed that if I remove that line
then I only generate a pseudo channel and no PRI channels.
____________________________________________________
; Autogenerated by /usr/sbin/dahdi_genconf on Thu Aug 26 11:11:45 2010
; If you edit this file and execute /usr/sbin/dahdi_genconf again,
; your manual changes will be LOST.
; Dahdi Channels Configurations (chan_dahdi.conf)
;
; This is not intended to be a complete chan_dahdi.conf. Rather, it is
intended
; to be #include-d by /etc/chan_dahdi.conf that will include the global
settings
;
; Span 1: WCT1/0 "Wildcard TE121 Card 0" (MASTER) B8ZS/ESF ClockSource
group=0,11
context=from-pstn
switchtype=national
signalling = pri_cpe
channel => 1-12
group = 63
______________________________________________
I still end up with messages telling me that a dchannel cannot be found.
Any other suggestions?
Thanks, Jeremy
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Charles
Moye
Sent: August 28, 2010 6:39 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] TELUS British Columbia PRI Settings
Oh, and that isn't how a spanmap looks either. It looks like you have
mixed some stuff from system.conf and chan_dahdi.conf here. My guess is
your system.conf is configured at least mostly right, and that is why
everything goes green.
http://svn.asterisk.org/svn/dahdi/tools/branches/2.3/system.conf.sample
On Sat, Aug 28, 2010 at 8:35 AM, Charles Moye <chazzm at gmail.com> wrote:
> [trunkgroups]
> trunkgroup => 1,24
> spanmap => 1,1,0,esf,b8zs
If you're only using one span, is there a reason you are using
trunkgroups? I believe those only get used for NFAS and GR-303
> #include /etc/asterisk/dahdi-channels.conf
Do you have anything defined in this file? Since it comes at the top,
any changes you make below it won't affect anything defined in that
file.
> bchannel => 1-12
> dchannel => 24
I didn't think bchannel and dchannel were valid for chan_dahdi.conf.
Don't those only exist in system.conf?
I believe you only declare 'channel' for the b-channels in
chan_dahdi.conf.
http://svn.asterisk.org/svn/asterisk/branches/1.6.2/configs/chan_dahdi.c
onf.sample
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100828/31bc5692/attachment.htm
More information about the asterisk-users
mailing list