Elliot Murdock
2009-Apr-02 23:36 UTC
[asterisk-users] Dahdi, TE220 Device, and Asterisk Problem
Hello! I am trying to configure my digium TE220 dual-span pci express card with Dahdi. I seemed to have managed to set up the card with the Dahdi kernel, as demonstrated by executing dahdi_scan: [1] active=yes alarms=RED description=T2XXP (PCI) Card 0 Span 1 name=TE2/0/1 manufacturer=Digium devicetype=Wildcard TE220 (4th Gen) location=Board ID Switch 0 basechan=1 totchans=31 irq=16 type=digital-E1 syncsrc=0 lbo=0 db (CSU)/0-133 feet (DSX-1) coding_opts=HDB3 framing_opts=CCS,CRC4 coding=HDB3 framing=CCS [2] active=yes alarms=RED description=T2XXP (PCI) Card 0 Span 2 name=TE2/0/2 manufacturer=Digium devicetype=Wildcard TE220 (4th Gen) location=Board ID Switch 0 basechan=32 totchans=31 irq=16 type=digital-E1 syncsrc=0 lbo=0 db (CSU)/0-133 feet (DSX-1) coding_opts=HDB3 framing_opts=CCS,CRC4 coding=HDB3 framing=CCS However, when calling a "pri show spans" in asterisk, nothing comes up. Although the physical cables are not yet connected, shouldn't it state something like: PRI span 1/0: Provisioned, In Alarm, Down, Active PRI span 2/0: Provisioned, In Alarm, Down, Active Any help will be appreciated! Elliot
Dave Poirier
2009-Apr-02 23:54 UTC
[asterisk-users] Dahdi, TE220 Device, and Asterisk Problem
On Thu, Apr 2, 2009 at 4:36 PM, Elliot Murdock <murdocke at gmail.com> wrote:> Hello! > > I am trying to configure my digium TE220 dual-span pci express card > with Dahdi. I seemed to have managed to set up the card with the > Dahdi kernel, as demonstrated by executing dahdi_scan: > > [1] > active=yes > alarms=RED > description=T2XXP (PCI) Card 0 Span 1 > name=TE2/0/1 > manufacturer=Digium > devicetype=Wildcard TE220 (4th Gen) > location=Board ID Switch 0 > basechan=1 > totchans=31 > irq=16 > type=digital-E1 > syncsrc=0 > lbo=0 db (CSU)/0-133 feet (DSX-1) > coding_opts=HDB3 > framing_opts=CCS,CRC4 > coding=HDB3 > framing=CCS > [2] > active=yes > alarms=RED > description=T2XXP (PCI) Card 0 Span 2 > name=TE2/0/2 > manufacturer=Digium > devicetype=Wildcard TE220 (4th Gen) > location=Board ID Switch 0 > basechan=32 > totchans=31 > irq=16 > type=digital-E1 > syncsrc=0 > lbo=0 db (CSU)/0-133 feet (DSX-1) > coding_opts=HDB3 > framing_opts=CCS,CRC4 > coding=HDB3 > framing=CCS > > However, when calling a "pri show spans" in asterisk, nothing comes > up. Although the physical cables are not yet connected, shouldn't it > state something like: > > PRI span 1/0: Provisioned, In Alarm, Down, Active > PRI span 2/0: Provisioned, In Alarm, Down, Active > > Any help will be appreciated! > Elliot > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >Silly question but did you install libpri? If so what version? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090402/ded35747/attachment.htm
maybe you have to call the dahdi_scan with some argument to autogenerate config files ... for any dahdi T1/E1 card you have to work properly you have to have /etc/dahdi/system.conf configured with span= and bchan= and dchan= keyword and /etc/asterisk/dahdi*.conf with channel => keyword. check it out ... this is the first step... dahdi_cfg -vv should show all your 64 channels Martin On Thu, Apr 2, 2009 at 6:36 PM, Elliot Murdock <murdocke at gmail.com> wrote:> Hello! > > I am trying to configure my digium TE220 dual-span pci express card > with Dahdi. ?I seemed to have managed to set up the card with the > Dahdi kernel, as demonstrated by executing dahdi_scan: > > [1] > active=yes > alarms=RED > description=T2XXP (PCI) Card 0 Span 1 > name=TE2/0/1 > manufacturer=Digium > devicetype=Wildcard TE220 (4th Gen) > location=Board ID Switch 0 > basechan=1 > totchans=31 > irq=16 > type=digital-E1 > syncsrc=0 > lbo=0 db (CSU)/0-133 feet (DSX-1) > coding_opts=HDB3 > framing_opts=CCS,CRC4 > coding=HDB3 > framing=CCS > [2] > active=yes > alarms=RED > description=T2XXP (PCI) Card 0 Span 2 > name=TE2/0/2 > manufacturer=Digium > devicetype=Wildcard TE220 (4th Gen) > location=Board ID Switch 0 > basechan=32 > totchans=31 > irq=16 > type=digital-E1 > syncsrc=0 > lbo=0 db (CSU)/0-133 feet (DSX-1) > coding_opts=HDB3 > framing_opts=CCS,CRC4 > coding=HDB3 > framing=CCS > > However, when calling a "pri show spans" in asterisk, nothing comes > up. ?Although the physical cables are not yet connected, shouldn't it > state something like: > > PRI span 1/0: Provisioned, In Alarm, Down, Active > PRI span 2/0: Provisioned, In Alarm, Down, Active > > Any help will ?be appreciated! > Elliot > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > ? http://lists.digium.com/mailman/listinfo/asterisk-users >