You cannot take the primary clock from all 4 channels. So you must change your lines in zaptel.conf to:
span=1,1,0,ccs,hdb3,crc4 span=2,2,0,ccs,hdb3,crc4 span=3,3,0,ccs,hdb3,crc4 span=4,4,0,ccs,hdb3,crc4 also why specify the groups double ? switchtype = euroisdn signalling = pri_cpe group = 1 channel => 1-15,17-31 cheers Michael On Thu, 2004-09-02 at 23:16, Henrik Pfluger wrote: > Hello, > > We recently installed a Wildcard TE410P, but we are having problems to make > it work reliably with a German E1 (Primaermultiplexanschluss PMX DSS1). Our > carrier (Hansenet in Hamburg, Germany) is using Nokia/Lucent switches. > The card is only able to set up the first B-channel (although it tells via > Asterisk, that all B-Channels have been successfully started). When > connecting a testing device to the E1 it is able to get all B-channels. When > switching the cord to the TE410P the card keeps the B-channels, but releases > them after the first incoming call (this is what our carrier told us). > > Sometimes it keeps a single channel long enough for us to make some calls. > > Is anyone experiencing the same problem? Maybe our configuration files are > incorrect? > > Can anyone help? > > Thank you, > > Henrik > > > > > > Zaptel.conf > > span=1,1,0,ccs,hdb3,crc4 > bchan=1-15 > dchan=16 > bchan=17-31 > span=2,1,0,ccs,hdb3,crc4 > bchan=32-46 > dchan=47 > bchan=48-62 > span=3,1,0,ccs,hdb3,crc4 > bchan=63-77 > dchan=78 > bchan=79-93 > span=4,1,0,ccs,hdb3,crc4 > bchan=94-108 > dchan=109 > bchan=110-124 > loadzone=de > defaultzone=de > > > Zapata.conf > > [channels] > language=en > context=default > switchtype=euroisdn > pridialplan=national > signalling=pri_cpe > usecallerid=yes > hidecallerid=no > callwaiting=yes > usecallingpres=yes > callwaitingcallerid=yes > threewaycalling=yes > transfer=yes > cancallforward=yes > callreturn=yes > echocancel=yes > echocancelwhenbridged=yes > rxgain=0.0 > txgain=0.0 > group=1 > callgroup=1 > pickupgroup=1 > immediate=no > > group = 1 > channel => 1-15 > > switchtype = euroisdn > signalling = pri_cpe > group = 1 > channel => 17-31 > > switchtype = euroisdn > signalling = pri_cpe > group = 2 > channel => 32-46 > > switchtype = euroisdn > signalling = pri_cpe > group = 2 > channel => 48-62 > > switchtype = euroisdn > signalling = pri_cpe > group = 3 > channel => 63-77 > > switchtype = euroisdn > signalling = pri_cpe > group = 3 > channel => 79-93 > > switchtype = euroisdn > signalling = pri_cpe > group = 4 > channel => 94-108 > > switchtype = euroisdn > signalling = pri_cpe > group = 4 > channel => 110-124 > > > > _______________________________________________ > Asterisk-Users mailing list > [EMAIL PROTECTED] > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
