Hello, I still try to connect a TE110P card to a TMS2 card in a Siemens HiPath 3750. The TMS2 card can be used to connect to an NT (Amtsanschluss) or to connect to another S2M-Line (PRI). When connecting to another PRI, I can select between CorNet (proprietary), ECMA-QSIG and ISO-QSIG. It seems that Asterisk supports none of these protocols. When connecting to an NT, I select "Euro-Amt PP", but then the TMS2-Card expects a NT (Network Termination) at the other side. Is there any way I can switch the TE110P card to NT-Mode ? Regards, Henry
In article <20050412101502.GA1131@jensen.local>, Henry Jensen <hjensen@gmx.de> wrote:> > Is there any way I can switch the TE110P card to NT-Mode ?In /etc/asterisk/zapata.conf, change signalling=pri_cpe to signalling=pri_net Cheers Tony -- Tony Mountifield Work: tony@softins.co.uk - http://www.softins.co.uk Play: tony@mountifield.org - http://tony.mountifield.org
On Tue, Apr 12, 2005 at 12:23:52PM +0000, Tony Mountifield wrote:> In article <20050412101502.GA1131@jensen.local>, > Henry Jensen <hjensen@gmx.de> wrote: > > > > Is there any way I can switch the TE110P card to NT-Mode ? > > In /etc/asterisk/zapata.conf, change signalling=pri_cpe > to signalling=pri_netWait a minute, you are saying, that pri_net is setting the card to NT mode? AFAIK NT mode must be set somewhere in the hardware configuration (e. g. when loading the kernel module - see http://www.voip-info.org/wiki-Asterisk+zaphfc). Nevertheless, I tried this already, the HiPath still says that it receives no signal and gives me a yellow alarm in zttool. Regards, Henry
On Tue, Apr 12, 2005 at 12:15:02PM +0200, Henry Jensen wrote:> Hello, > > I still try to connect a TE110P card to a TMS2 card in a Siemens HiPath > 3750. > > The TMS2 card can be used to connect to an NT (Amtsanschluss) > or to connect to another S2M-Line (PRI). When connecting to another PRI, > I can select between CorNet (proprietary), ECMA-QSIG and ISO-QSIG. > It seems that Asterisk supports none of these protocols.You should be able to generate/receive calls on Q.SIG (ECMA). A handful of the more advanced supplementary services are somewhat supported as well (mostly data gather type stuff, receive of callername, receive of call diversion information, etc). MWI is also supported in libpri, but I haven't written the Asterisk portion of it yet. Matthew Fredrickson