Hello all, I need to conect an Asterisk with an Alcatel OmniPBX 4400 using an E1 port. It is the first time I make this kind of connection and I do not know exactly how to get it working. Someone has experience with this kind of connection? Could you paste a zapata.con and zaptel.conf files with QSIG configuration? Any clue will be wellcomed. Thanks Voipcrazy -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080121/a01c6c69/attachment.htm
Pretty easy actually. ----------------- zaptel.conf ------------------------ span=1,0,0,ccs,hdb3,crc4 bchan=1-15,17-31 dchan=16 ---------------- zapata.conf ---------------------- usecallerid=yes hidecallerid=no echocancel=yes echocancelwhenbridged=yes echotraining=800 relaxdtmf=yes rxgain=-3.0 txgain=-6.0 busydetect=yes busycount=8 immediate=no switchtype=qsig group=0 signalling=pri_net channel => 1-15,17-31 You may need to set signalling to pri_cpe depending on how your Alcatel is configured. This is a working configuration from an Asterisk <--> NEC NEAX7400 ICS system. (You may not need busy detection - the only reason I have it enabled is because there are a couple of analogue lines connected to the NEC without hangup detection) voip crazy wrote:> Hello all, > > I need to conect an Asterisk with an Alcatel OmniPBX 4400 using an E1 > port. > It is the first time I make this kind of connection and I do not know > exactly how to get it working. > Someone has experience with this kind of connection? > Could you paste a zapata.con and zaptel.conf files with QSIG > configuration? > Any clue will be wellcomed. > > Thanks > > Voipcrazy > > > > ------------------------------------------------------------------------ > > _______________________________________________ > -- 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-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080122/e5c85c66/attachment.htm
Thank you Rob for your soon answer. I will tell you how it works Voipcrazy 2008/1/21, Rob Hillis <rob at hillis.dyndns.org>:> > Pretty easy actually. > > ----------------- zaptel.conf ------------------------ > span=1,0,0,ccs,hdb3,crc4 > bchan=1-15,17-31 > dchan=16 > > ---------------- zapata.conf ---------------------- > usecallerid=yes > hidecallerid=no > echocancel=yes > echocancelwhenbridged=yes > echotraining=800 > relaxdtmf=yes > rxgain=-3.0 > txgain=-6.0 > busydetect=yes > busycount=8 > immediate=no > switchtype=qsig > group=0 > signalling=pri_net > channel => 1-15,17-31 > > You may need to set signalling to pri_cpe depending on how your Alcatel is > configured. This is a working configuration from an Asterisk <--> NEC > NEAX7400 ICS system. (You may not need busy detection - the only reason I > have it enabled is because there are a couple of analogue lines connected to > the NEC without hangup detection) > > > voip crazy wrote: > > Hello all, > > I need to conect an Asterisk with an Alcatel OmniPBX 4400 using an E1 > port. > It is the first time I make this kind of connection and I do not know > exactly how to get it working. > Someone has experience with this kind of connection? > Could you paste a zapata.con and zaptel.conf files with QSIG > configuration? > Any clue will be wellcomed. > > Thanks > > Voipcrazy > > > > ------------------------------ > > _______________________________________________ > -- 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 > > > _______________________________________________ > -- 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 >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080121/6c19bd8c/attachment.htm