Hans-Peter Straub
2005-Nov-04 10:44 UTC
[Asterisk-Users] Problem on Data-Connections through Asterisk
Hello, i'm using Asterisk as an intermediary between another PBX (Teles) and the E1 of our Carrier. We us a TE205P Dual Span Card from Digium. All the analog connections are running fine, but digital data calls from local ISDN (BRI @ Teles PBX) to a remote syncPPP-dialup via the E1 doesn't work well. It looks that the connection is answered ok, but no data is going over this connection, so the handshake for the PPP-Login doesn't go to the server. I've also tested a rawip connection over ISDN (isdnx Interfaces of Linux) and the effect is the same. The connection will be made but no data goes through it. When i conect the Teles-PBX directly to the E1 the calls and all data is going through the line. I've played with some options i've found in the Mailinglist in the Dial-Tag but without any success. Do someone have any idea if this fault can be removed or is there no chance to get this working? Thanks a lot Hans-Peter Straub -- -------------------------------* I-NetPartner GmbH Hans-Peter Straub Seewiesenstrasse 12 D-73054 Eislingen -- Phone: +49 7161 9849955 Fax: +49 7161 9849956 -- eMail: straub@I-NetPartner.de Web: http://www.I-NetPartner.de -------------------------------* ******************************** ** Informieren Sie Sich ?ber ** ?-->> GigaLan <<-- ** das Funknetz im Filstal ** http://www.GigaLan.de ******************************** -------------------------------* -- PGP-ID: 24557EED PGP-Key: http://www.i-netpartner.de/hps.asc PGP-Fingerprint: 51F2 31E4 4361 1B7F 8648 ?60D9 FC1A 68D2 2455 7EED --
Hans-Peter Straub
2005-Nov-04 12:30 UTC
[Asterisk-Users] Problem on Data-Connections through Asterisk
Hello again, I've found the problem. I wrote some entries to the extensions.conf like -------------------------- exten => _5X,1,Dial(Zap/g2/${EXTEN},120,rt) -------------------------- but it seems that Asterisk don't like the timeout and/or option entries (i.e. "120,rt") on digital calls. When i remove this entries like -------------------------- exten => _5X,1,Dial(Zap/g2/${EXTEN}) -------------------------- all calls going fine through Asterisk :-) Thanks Hans-Peter Straub> > i'm using Asterisk as an intermediary between another PBX (Teles) and the > E1 of our Carrier. We us a TE205P Dual Span Card from Digium. All the > analog connections are running fine, but digital data calls from local ISDN > (BRI @ Teles PBX) to a remote syncPPP-dialup via the E1 doesn't work well. > It looks that the connection is answered ok, but no data is going over this > connection, so the handshake for the PPP-Login doesn't go to the server. > I've also tested a rawip connection over ISDN (isdnx Interfaces of Linux) > and the effect is the same. The connection will be made but no data goes > through it. > > When i conect the Teles-PBX directly to the E1 the calls and all data is > going through the line. > > I've played with some options i've found in the Mailinglist in the Dial-Tag > but without any success. > > Do someone have any idea if this fault can be removed or is there no chance > to get this working? > > Thanks a lot > > Hans-Peter Straub-- -------------------------------* I-NetPartner GmbH Hans-Peter Straub Seewiesenstrasse 12 D-73054 Eislingen -- Phone: +49 7161 9849955 Fax: +49 7161 9849956 -- eMail: straub@I-NetPartner.de Web: http://www.I-NetPartner.de -------------------------------* ******************************** ** Informieren Sie Sich ?ber ** ?-->> GigaLan <<-- ** das Funknetz im Filstal ** http://www.GigaLan.de ******************************** -------------------------------* -- PGP-ID: 24557EED PGP-Key: http://www.i-netpartner.de/hps.asc PGP-Fingerprint: 51F2 31E4 4361 1B7F 8648 ?60D9 FC1A 68D2 2455 7EED --