Call rejected because extension not found in context 'incoming'

I haven’t defined a context incoming – is this perhaps a reserved word in Asterisk?

mordorCLI>
== Using SIP RTP CoS mark 5
[Jul 3 08:57:05] NOTICE[17954][C-0000000b]: chan_sip.c:25545 handle_request_invite: Call from ‘98765432’ (63.247.69.226:5060) to extension ‘12345678901’ rejected because extension not found in context ‘incoming’.
== Using SIP RTP CoS mark 5
[Jul 3 08:57:06] NOTICE[17954][C-0000000d]: chan_sip.c:25545 handle_request_invite: Call from ‘98765432’ (63.247.69.226:5060) to extension ‘12345678901’ rejected because extension not found in context ‘incoming’.
== Using SIP RTP CoS mark 5
[Jul 3 08:57:07] NOTICE[17954][C-0000000f]: chan_sip.c:25545 handle_request_invite: Call from ‘98765432’ (63.247.69.226:5060) to extension ‘12345678901’ rejected because extension not found in context ‘incoming’.
== Using SIP RTP CoS mark 5
[Jul 3 08:57:07] NOTICE[17954][C-00000011]: chan_sip.c:25545 handle_request_invite: Call from ‘98765432’ (63.247.69.226:5060) to extension ‘12345678901’ rejected because extension not found in context ‘incoming’.
mordor
CLI>
mordorCLI>
mordor
CLI> dialplan show
func_periodic_hook_context ael-builtin-h-bubble ael-default ael-demo
ael-dundi-e164 ael-dundi-e164-canonical ael-dundi-e164-customers ael-dundi-e164-local
ael-dundi-e164-lookup ael-dundi-e164-switch ael-dundi-e164-via-pstn ael-iaxprovider
ael-iaxtel700 ael-international ael-local ael-longdistance
ael-std-exten-ael ael-trunkint ael-trunkld ael-trunklocal
ael-trunktollfree chanvar default demo
globals local myphones outbound
parkedcalls public inbound
mordor*CLI> dialplan show inbound
[ Context ‘inbound’ created by ‘pbx_config’ ]
‘98765432@gw1.siptrunk.com’ => 1. NoOp() [pbx_config]
2. Dial(SIP/thufir,60,tr) [pbx_config]
3. Hangup() [pbx_config]

-= 1 extension (3 priorities) in 1 context. =-
mordor*CLI>

No, incoming is not a special context or something built in. You’ve got something in sip.conf configured to use it.

1 Like

Right you were, thanks.