[Asterisk-Users] Inbound calls (similar problem; ISDN - chan_capi)

Philipp von Klitzing klitzing at pool.informatik.rwth-aachen.de
Thu Jan 6 11:39:04 MST 2005


Hi!

> Jan  6 15:49:55 WARNING[1112791984]: pbx.c:1868 ast_pbx_run: Channel
> 'CAPI[contr1/221591030]/0' sent into invalid extension 's' in context
> 'default', but no invalid handler

> [interfaces]
> msn=0221591030
> incomingmsn=221591030
> controller=1
> devices=2
> softdtmf=1
> callgroup=1
> context=from-chan_capi
> 
> Can anybody help me understanding if the incoming call gets answered and
> if so why it is sent to a default context? What is an invalid handler?

Change the order of the lines and reload (or better restart Asterisk):

[interfaces]
msn=0221591030
incomingmsn=221591030
softdtmf=1
callgroup=1
context=from-chan_capi
devices=2
controller=1

Cheers, Philipp





More information about the asterisk-users mailing list