[Asterisk-Users] Requested device 'ttyI1' does not exist

matt.riddell at sineapps.com matt.riddell at sineapps.com
Tue Sep 14 04:17:22 MST 2004


On 14 Sep 2004 at 12:04, David Davies wrote:

> 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 ?
> 
I think that should be:

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

(notice the exten:1 - the 1 represents how many digits to strip.  
Since you want to dial 937, you want to strip the first digit, 
leaving 37.

Cheers,

Matt Riddell
http://www.sineapps.com/news.php


> -----Original Message-----
> From: asterisk-users-bounces at lists.digium.com
> [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of
> asterisk at bortal.de
> Sent: 14 September 2004 11:59
> To: asterisk-users at lists.digium.com
> 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".
> 




More information about the asterisk-users mailing list