[asterisk-users] Setting two E1 cards

2011-02-17 Thread Alejandro Cabrera Obed
Dear, I always had one E1 card with one span, so I've never had any
problem in set it up through /etc/dahdi/sustem.conf and
/etc/asterisk/chan_dahdi.conf because I put span=1.

But now I have a PBX with two E1 cards with 4 span (8 span in total).

How do I have to define both card in system.conf and chan_dahdi.conf,
and how do I have to refer each span to the corresponding card ???

Thanks a lot,

Alejandro

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Setting two E1 cards

2011-02-17 Thread Juan David Diaz
system.conf:

span=1,1,0,ccs,hdb3,crc4
# termtype: te
bchan=1-15,17-31
dchan=16
echocanceller=mg2,1-15,17-31

# Span 2: TE4/0/2 T4XXP (PCI) Card 0 Span 2
span=2,2,0,ccs,hdb3,crc4
# termtype: te
bchan=32-46,48-62
dchan=47
echocanceller=mg2,32-46,48-62

# Span 3: TE4/0/3 T4XXP (PCI) Card 0 Span 3
span=3,3,0,ccs,hdb3,crc4
# termtype: te
bchan=63-77,79-93
dchan=78
echocanceller=mg2,63-77,79-93

# Span 4: TE4/0/4 T4XXP (PCI) Card 0 Span 4
span=4,4,0,ccs,hdb3,crc4
# termtype: te
bchan=94-108,110-124
dchan=109
echocanceller=mg2,94-108,110-124

# Span 5: TE4/1/1 T4XXP (PCI) Card 1 Span 1
span=5,5,0,ccs,hdb3,crc4
# termtype: te
bchan=125-139,141-155
dchan=140
echocanceller=mg2,125-139,141-155

# Span 6: TE4/1/2 T4XXP (PCI) Card 1 Span 2
span=6,6,0,ccs,hdb3,crc4
# termtype: te
bchan=156-170,172-186
dchan=171
echocanceller=mg2,156-170,172-186

# Span 7: TE4/1/3 T4XXP (PCI) Card 1 Span 3
span=7,7,0,ccs,hdb3,crc4
# termtype: te
bchan=187-201,203-217
dchan=202
echocanceller=mg2,187-201,203-217

# Span 8: TE4/1/4 T4XXP (PCI) Card 1 Span 4
span=8,8,0,ccs,hdb3,crc4
# termtype: te
bchan=218-232,234-248
dchan=233
echocanceller=mg2,218-232,234-248

# Global data

loadzone= us
defaultzone = us

dahdi_channels (if included at chan_dahdi.conf):

Span 1: TE4/0/2 T4XXP (PCI) Card 0 Span 1
group=1
context=pri_aux_port_1
switchtype = euroisdn
signalling = pri_cpe
channel = 1-15,17-31

; Span 2: TE4/0/2 T4XXP (PCI) Card 0 Span 2
group=2
context=pri_aux_port_2
switchtype = euroisdn
signalling = pri_cpe
channel = 32-46,48-62

; Span 3: TE4/0/3 T4XXP (PCI) Card 0 Span 3
group=3
context=pri_aux_port_3
switchtype = euroisdn
signalling = pri_cpe
channel = 63-77,79-93

; Span 4: TE4/0/4 T4XXP (PCI) Card 0 Span 4
group=4
context=pri_aux_port_4
switchtype = euroisdn
signalling = pri_cpe
channel = 94-108,110-124

; Span 5: TE4/1/1 T4XXP (PCI) Card 1 Span 1
group=5
context=pri_aux_port_5
switchtype = euroisdn
signalling = pri_cpe
channel = 125-139,141-155

; Span 6: TE4/1/2 T4XXP (PCI) Card 1 Span 2
group=6
context=pri_aux_port_6
switchtype = euroisdn
signalling = pri_cpe
channel = 156-170,172-186

; Span 7: TE4/1/3 T4XXP (PCI) Card 1 Span 3
group=7
context=pri_aux_port_7
switchtype = euroisdn
signalling = pri_cpe
channel = 187-201,203-217

; Span 8: TE4/1/4 T4XXP (PCI) Card 1 Span 4
group=8
context=pri_aux_port_8
switchtype = euroisdn
signalling = pri_cpe
channel = 218-232,234-248


Regards!!!


Juan.
Linux User #441131


On Thu, Feb 17, 2011 at 11:46 AM, Alejandro Cabrera Obed
aco1...@gmail.comwrote:

 Dear, I always had one E1 card with one span, so I've never had any
 problem in set it up through /etc/dahdi/sustem.conf and
 /etc/asterisk/chan_dahdi.conf because I put span=1.

 But now I have a PBX with two E1 cards with 4 span (8 span in total).

 How do I have to define both card in system.conf and chan_dahdi.conf,
 and how do I have to refer each span to the corresponding card ???

 Thanks a lot,

 Alejandro

 --
 _
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users