Twilio Sip trunk With Vicidial

Hey Iam getting this error in Sip Show Peers command Please help me

Call from ‘twilio’ (54.172.60.1:5060) to extension ‘+18883781985’ rejected because extension not found in context ‘trunkinbound’.

My Outbound calling is working but not receiving any inbound calls… can anyone help me please whats the issue

My setting in vicidial::

Account Entry

[twilio]
disallow=all
allow=g729,ulaw,alaw
type=friend
host=vicibox123.pstn.twilio.com
fromdomain=vicibox123.pstn.twilio.com
dtmfmode=rfc2833
context=trunkinbound
nat=force,comedia
insecure=port,invite

Protocol: SIP
Globals String: TWILIO = SIP/twilio

Dialplan Entry:
exten => _9.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _9.,n,Set(CALLERID(num)=+18883781985)
exten => _9.,n,Dial(${TWILIO}/+${EXTEN:1},To)
exten => _9.,n,Hangup

Your dialplan only recognizes request URIs that begin with the digit 9, whereas the actual request URI begins with +. I’m assuming that your dialplan is in the trunkinbound context, as there would be no point in including it here, otherwise, but the lack of such a context would probably have the same result.

Also, this is the wrong place for Vicidial questions. Answers here may be easy on raw Asterisk, but very difficult on the GUI.

chan_sip is no longer supported.

is a, minor, security vulnerability, in this case (minor assuming that your context cannot make chargeable calls).

contains invalid values, and should never be needed if the provider is, at least, half competent.

insecure=port is, almost certainly, more insecure than it needs to be.

Actually, if the context you have provided is the trunkinbound one, type=friend is a major vulnerability, as you appear to be able to make chargeable calls.