I don't have a dev box to hand that I can test with but
If you change it to something like

ignorepat => 9
exten => _9.,1,ResponseTimeout(100)
exten => _9.,2,Dial(CAPI/35:${EXTEN:})

You should be able to dial 937 to connect to 37 ?



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: 14 September 2004 11:59
To: [EMAIL PROTECTED]
Subject: RE: [Asterisk-Users] Requested device 'ttyI1' does not exist

Hi,

> I would have said you need something like this in extensions.conf
>
> Dial(CAPI/yourmsnnumbergoeshere:${EXTEN:1})
DONE:
[default]
exten => 37,1,Dial(CAPI/35:${EXTEN:37})

--> Here i want to dial 37 with kphone. Then asterisk should use my isdn
card to call our internal number 37. Correct so far?

Cause all i get is:
---
*CLI>     -- Executing Dial("SIP/kphone-c849", "CAPI/35:") in new stack
Oct 16 08:41:34 WARNING[1113516976]: chan_capi.c:653 capi_call:
Destination 35: requres a real destination    -- Couldn't call 35:
  == Everyone is busy/congested at this time Oct 16 08:41:44
WARNING[1113516976]: pbx.c:1924 ast_pbx_run: Timeout, but no rule 't' in
context 'default'

I can call 35 or 37 with our internal ISDN phone, so i am wondering why it
is complaining about "Destination 35: requres a real destination".


_______________________________________________
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