Hello, Sergio Serrano wrote: > I have to interconnect Asterisk with a Siemens HIPATH 3750. > > I have configured siemens like Point to Point with and withouth CRC4 and > Asterisk with ccs,hdb3 ( with CRC4 and withouth CRC4), with pri_net and > pri_cpe and signalling=euroisdn > > Anyone has experience with this scenario?
If you have a yellow LED, it is likely, that your wiring is still wrong. We have connecected an Asterisk Server between the PSTN and a Siemens Hipath 3750 with a TMS2M. The Asterisk has two TE110P cards. One TE110P is configured pri_cpe (the one at the PSTN), the other is pri_net (at the HiPath). The TMS2M is configured to "Euro-Amt PP (with CRC4)". Our zaptel.conf =============== span=1,1,0,ccs,hdb3,crc4 span=2,0,0,ccs,hdb3,crc4 bchan=1-15 dchan=16 bchan=17-31 bchan=32-46 dchan=47 bchan=48-62 loadzone=fr defaultzone=fr Our zapata.conf =============== [channels] context=remote pridialplan=unknown prilocaldialplan=unknown usecallingpres=yes busydetect=no callprogress=no callwaitingcallerid=yes echotraining=no echocancel=yes echocancelwhenbridged=no overlapdial=yes immediate=no callerid=asreceived language=de musiconhold=default rxgain=0.0 txgain=0.0 switchtype=euroisdn signalling=pri_cpe group=1 channel => 1-15,17-31 signalling=pri_net group=2 pridialplan=local prilocaldialplan=local channel => 32-46,48-62 Regards, Henry _______________________________________________ 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
