Hi Maik,

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 :-(


Regards,

Thomas.

-----Ursprungliche Nachricht-----
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Auftrag von Maik
Schmitt
Gesendet: 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 the first line does.

exten => _X.,1,GotoIf,"$[${CALLTYPE} = DIGITAL]?50:100"

${CALLTYPE} can be SPEECH, DIGITAL, RESTRICTED_DIGITAL, 31KAUDIO,
7KAUDIO or VIDEO.

--
Maik Schmitt        http://graphics.cs.uni-sb.de/VoIP

_______________________________________________
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

Reply via email to