Re: [Asterisk-Users] Data calls (ISDN/64k) through * PRI

2004-01-23 Thread Jan Baumann
Maik Schmitt wrote: Has somebody got it work at all ? I mean data calls (ISDN 64k) through asterisk. Yes. Works fine here with a PRI from DTAG and an Ascend. Maik, so you have a PRI from DTAG into asterisk and an Ascend access server as a PRI extension where users can dialin from the PSTN

Re: [Asterisk-Users] Data calls (ISDN/64k) through * PRI

2004-01-23 Thread Maik Schmitt
so you have a PRI from DTAG into asterisk and an Ascend access server as a PRI extension where users can dialin from the PSTN through asterisk with modem *and* 64k data calls? Exactly. That's exactly what I am looking for! Did you notice any loss of performance or reliability compared to

[Asterisk-Users] Data calls (ISDN/64k) through * PRI

2004-01-22 Thread Thomas Haeger
i all, is it possible to switch data calls through asterisk with the Dial application? The scenario is as following: PSTN (ISDN 64k) -- Asterisk/PRI(TE410P) --- (same) Asterisk/PRI --- PSTN (ISDN 64k) I tried this with normal Dail, but if you come with ISDN/64k, the outgoing call is

Re: [Asterisk-Users] Data calls (ISDN/64k) through * PRI

2004-01-22 Thread Maik Schmitt
Any ideas ? exten = _X.,1,GotoIf,$[${CALLTYPE} = DIGITAL]?50:100 exten = _X.,50,Dial(Zap/g3d/${EXTEN}) exten = _X.,100,Dial(Zap/g3/${EXTEN}) -- Maik Schmitthttp://graphics.cs.uni-sb.de/VoIP pgp0.pgp Description: PGP signature

AW: [Asterisk-Users] Data calls (ISDN/64k) through * PRI

2004-01-22 Thread Thomas Haeger
Thanks Maik, i try it -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von Maik Schmitt Gesendet: Donnerstag, 22. Januar 2004 11:21 An: [EMAIL PROTECTED] Betreff: Re: [Asterisk-Users] Data calls (ISDN/64k) through * PRI Any ideas ? exten = _X.,1

Re: [Asterisk-Users] Data calls (ISDN/64k) through * PRI

2004-01-22 Thread Thilo Salmon
exten = _X.,50,Dial(Zap/g3d/${EXTEN}) Now, that is neat. Thanks for pointing this out. Any chance one such distinction can be made on incoming calls as well i.e. branch incoming calls on a single DID depending on whether they are data or speech? Thilo

Re: [Asterisk-Users] Data calls (ISDN/64k) through * PRI

2004-01-22 Thread Maik Schmitt
Any chance one such distinction can be made on incoming calls as well i.e. branch incoming calls on a single DID depending on whether they are data or speech? That's what the first line does. exten = _X.,1,GotoIf,$[${CALLTYPE} = DIGITAL]?50:100 ${CALLTYPE} can be SPEECH, DIGITAL,

Re: [Asterisk-Users] Data calls (ISDN/64k) through * PRI

2004-01-22 Thread Thilo Salmon
On Thu, 2004-01-22 at 12:44, Maik Schmitt wrote: That's what the first line does. You are right. Time to blame my lack of caffeine, I guess. Thanks, Thilo ___ Asterisk-Users mailing list [EMAIL PROTECTED]

AW: [Asterisk-Users] Data calls (ISDN/64k) through * PRI

2004-01-22 Thread Thomas Haeger
: Donnerstag, 22. Januar 2004 12:45 An: [EMAIL PROTECTED] Betreff: Re: [Asterisk-Users] Data calls (ISDN/64k) through * PRI Any chance one such distinction can be made on incoming calls as well i.e. branch incoming calls on a single DID depending on whether they are data or speech? That's what

Re: [Asterisk-Users] Data calls (ISDN/64k) through * PRI

2004-01-22 Thread Maik Schmitt
is there any special version from libpri or asterisk necessary since it works ? I'am runnig version: CVS-11/11/03-11:49:55 and it don't work :-( We have CVS-11/24/03-12:12:10 -- Maik Schmitthttp://graphics.cs.uni-sb.de/VoIP pgp0.pgp Description: PGP signature

AW: [Asterisk-Users] Data calls (ISDN/64k) through * PRI

2004-01-22 Thread Thomas Haeger
PROTECTED] Auftrag von Maik Schmitt Gesendet: Donnerstag, 22. Januar 2004 15:32 An: [EMAIL PROTECTED] Betreff: Re: [Asterisk-Users] Data calls (ISDN/64k) through * PRI is there any special version from libpri or asterisk necessary since it works ? I'am runnig version: CVS-11/11/03-11:49:55

Re: AW: [Asterisk-Users] Data calls (ISDN/64k) through * PRI

2004-01-22 Thread Steven Critchfield
What hardware is on the other side of the call(initiating)? Is it set up to send as voice to avoid data call costs? I remember at one point that was a neat trick to keep the telco from charging their data premium, the data would be passed over the circuit as voice. I think it had to do with

Re: [Asterisk-Users] Data calls (ISDN/64k) through * PRI

2004-01-22 Thread CW_ASN - Gus
calls (ISDN/64k) through * PRI Hi , maybe someone knows what's going wrong... The incoming data call will not really identified as ISDN 64k/Data Here my pri debug ouput Protocol Discriminator: Q.931 (8) len=39 Call Ref: len= 2 (reference 5635/0x1603) (Originator) Message type

AW: [Asterisk-Users] Data calls (ISDN/64k) through * PRI

2004-01-22 Thread Thomas Haeger
PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von CW_ASN - Gus Gesendet: Donnerstag, 22. Januar 2004 17:24 An: [EMAIL PROTECTED] Betreff: Re: [Asterisk-Users] Data calls (ISDN/64k) through * PRI The incoming call request Unrestricted and 64K, and this looks like ok, but in the SETUP_ACK the called

AW: [Asterisk-Users] Data calls (ISDN/64k) through * PRI

2004-01-22 Thread Thomas Haeger
--| -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von CW_ASN - Gus Gesendet: Donnerstag, 22. Januar 2004 17:24 An: [EMAIL PROTECTED] Betreff: Re: [Asterisk-Users] Data calls (ISDN/64k) through * PRI The incoming call request Unrestricted and 64K, and this looks

Re: [Asterisk-Users] Data calls (ISDN/64k) through * PRI

2004-01-22 Thread Maik Schmitt
Has somebody got it work at all ? I mean data calls (ISDN 64k) through asterisk. Yes. Works fine here with a PRI from DTAG and an Ascend. -- Maik Schmitthttp://graphics.cs.uni-sb.de/VoIP pgp0.pgp Description: PGP signature

Re: [Asterisk-Users] Data calls (ISDN/64k) through * PRI

2004-01-22 Thread CW_ASN - Gus
RR--| -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von CW_ASN - Gus Gesendet: Donnerstag, 22. Januar 2004 17:24 An: [EMAIL PROTECTED] Betreff: Re: [Asterisk-Users] Data calls (ISDN/64k) through * PRI The incoming call request

Re: [Asterisk-Users] Data calls (ISDN/64k) through * PRI

2004-01-22 Thread CW_ASN - Gus
I don't know, but I can test in a very short time. I let you know for details. - Original Message - From: Thomas Haeger [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 22, 2004 4:07 PM Subject: AW: [Asterisk-Users] Data calls (ISDN/64k) through * PRI Has somebody got