Hello,
I have a problem that made me crazy, hope someone could help me.
I have an asterisk server with many CHAN_SIP trunks registered on the same SIP provider.
Obviously i have the problem that an inbound calls is presented on the last channel, but this is not the real problem.
The big problem is that if i disable one trunk all others go in error and i don’t receive any call.
i have those messages
[2022-05-13 17:04:57] NOTICE[662238][C-00000edf]: chan_sip.c:26598 handle_request_invite: Call from ‘010893XXXX’ (PROVIDER_IP:5060) to extension ‘011198XXXXX’ rejected because extension not found in context ‘from-sip’.
[2022-05-13 17:04:57] SECURITY[662258]: res_security_log.c:116 security_event_stasis_cb: SecurityEvent=“FailedACL”,EventTV=“2022-05-13T17:04:57.742+0200”,Severity=“Error”,Service=“SIP”,EventVersion=“1”,AccountID=“01119821991”,SessionID=“0x7eff601afa58”,LocalAddress=“IPV4/UDP/(SERVER IP)/5060”,RemoteAddress=“IPV4/UDP/(PROVIDER IP)5060”,ACLName=“no_extension_match”
The only way to work is enable again the trunk disabled.
That’s the peer incoming configuration of the trunk
username=011198XXXX
user=011198XXXX
type=friend
secret=73xxxxxxL4
insecure=invite
host=voip.provider.it
fromuser=011198XXXX
context=from-sip
disallow=all
allow=alaw&ulaw
qualify=yes
The same happen if i change
insecure=port or add fromdomain=voip.provider.it
Any idea?
Thanks