Hi,

Philipp von Klitzing wrote:

> Hi!
>
>
>> "Channel 'CAPI[contr1/**some_number**]/0' sent into invalid extension 's' in context 'default', but no invalid handler"
>
>
>
> Look at Asterisk's "standard extensions" like s, i, o and so forth.
>
> Insert this in your context [default] in extensions.conf:
>
> exten => s,1,Answer
> exten => s,2,Dial(Local/1234/n) ; replace 1234 with any valid extension
>
> Cheers, Philipp
>
>
>


This doesn't change a thing...

I've this config:

capi.conf:

;
; CAPI config
;
;
[general]
nationalprefix=0
internationalprefix=00
rxgain=0.8
txgain=0.8

[interfaces]
msn="mymsn"
incomingmsn=*
controller=1
softdtmf=1
accountcode=
context=default
devices=2

extensions.conf:

[general]
static=yes
writeprotect=yes

TRUNK=CAPI

[default]
exten => s,1,Answer
exten => s,2,Background(welcome)

I'm expecting the Asterisk "welcome"-message??? But instead comes the hangup?

Any solutions would be great

Thanks
Tobi
_______________________________________________
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