Derek Conniffe
2005-Apr-18 10:04 UTC
[Asterisk-Users] Only one PRI out of four working on TE405p?
Hi everyone, I'm struggling to get four E1 primary rate ISDN lines working in a * server with a TE405p. So far almost so good... My configuration files are below but my problem seems to be that only 30 B-channels are being seen by asterisk - when I start * with -vvvgc I get the following as the last debug items: - -- B-channel 0/1 successfully restarted on span 1 -- B-channel 0/2 successfully restarted on span 1 ... ... -- B-channel 0/31 successfully restarted on span 1 (30 lines in total of course) But I'm not seeing the other 90 channels identified and I'm not sure what's wrong in my configuration? Any help much appreciated! Thanks, Derek My /etc/zaptel.conf : span=1,1,0,ccs,hdb3,crc4 span=2,0,0,ccs,hdb3,crc4 span=3,0,0,ccs,hdb3,crc4 span=4,0,0,ccs,hdb3,crc4 bchan=1-15,17-31,32-46,48-62,63-77,79-93,94-108,110-124 dchan=16 My /etc/asterisk/zapata.conf: [trunkgroups] trunkgroup => 1,16 spanmap => 1,1,0 spanmap => 2,1,1 spanmap => 3,1,2 spanmap => 4,1,4 [channels] context=PRI-NTL switchtype=euroisdn signalling=pri_cpe group=1 usecallerid=yes hidecallerid=no callwaiting=no restrictcid=no threewaycalling=no immediate=yes channel=>1-15,17-31,32-46,48-62,63-77,79-93,94-108,110-124 -- Derek Conniffe Rivertower Ltd DDI: (Local Ireland) 01 201 0146 (International) +353 1 201 0146 Mobile: (Local Ireland) 086 856 3823 (International) +353 86 856 3823 Main Line: (Local Ireland) 1890 45 70 74 (International) +353 1 201 0180 Fax: (Local Ireland) 01 201 0085 (International) +353 1 201 0085 Email: derek@rivertower.ie Web: www.rivertowerhosting.com
> > Thanks, > > Derek > > My /etc/zaptel.conf : > span=1,1,0,ccs,hdb3,crc4 > span=2,0,0,ccs,hdb3,crc4 > span=3,0,0,ccs,hdb3,crc4 > span=4,0,0,ccs,hdb3,crc4 > bchan=1-15,17-31,32-46,48-62,63-77,79-93,94-108,110-124 > dchan=16 > > My /etc/asterisk/zapata.conf: > [trunkgroups] > trunkgroup => 1,16 > spanmap => 1,1,0 > spanmap => 2,1,1 > spanmap => 3,1,2 > spanmap => 4,1,4My guess is your not using NFAS so you need to forget about trunkgroups and just define the 4 E1s individually.> [channels] > context=PRI-NTL > switchtype=euroisdn > signalling=pri_cpe > group=1 > usecallerid=yes > hidecallerid=no > callwaiting=no > restrictcid=no > threewaycalling=no > immediate=yes > channel=>1-15,17-31,32-46,48-62,63-77,79-93,94-108,110-124 > > >-- Andres Network Admin http://www.telesip.net
Derek Conniffe
2005-Apr-18 14:35 UTC
[Asterisk-Users] Only one PRI out of four working on TE405p?
Hi Andres, That sounds very hopeful - I had assumed that I could control all E1s through a single D channel.... But maybe not. Is it just a case of multiple "group=" lines with "channel=>" lines underneath in /etc/asterisk/zapata.conf or is defining the E1s individually more complex? Thanks again, Derek -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Andres Sent: 18 April 2005 18:26 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Only one PRI out of four working on TE405p?> > Thanks, > > Derek > > My /etc/zaptel.conf : > span=1,1,0,ccs,hdb3,crc4 > span=2,0,0,ccs,hdb3,crc4 > span=3,0,0,ccs,hdb3,crc4 > span=4,0,0,ccs,hdb3,crc4 > bchan=1-15,17-31,32-46,48-62,63-77,79-93,94-108,110-124 > dchan=16 > > My /etc/asterisk/zapata.conf: > [trunkgroups] > trunkgroup => 1,16 > spanmap => 1,1,0 > spanmap => 2,1,1 > spanmap => 3,1,2 > spanmap => 4,1,4My guess is your not using NFAS so you need to forget about trunkgroups and just define the 4 E1s individually.> [channels] > context=PRI-NTL > switchtype=euroisdn > signalling=pri_cpe > group=1 > usecallerid=yes > hidecallerid=no > callwaiting=no > restrictcid=no > threewaycalling=no > immediate=yes > channel=>1-15,17-31,32-46,48-62,63-77,79-93,94-108,110-124 > > >-- Andres Network Admin http://www.telesip.net _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.809 / Virus Database: 551 - Release Date: 09/12/2004 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.809 / Virus Database: 551 - Release Date: 09/12/2004