Add respond 404 not found

This commit is contained in:
FusionPBX 2023-09-05 16:48:03 -06:00 committed by GitHub
parent 677824fe5a
commit b5b69071fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -4,5 +4,6 @@
<action application="set" data="domain_name=" inline="true" enabled="false"/>
<action application="set" data="domain_uuid=" inline="true" enabled="false"/>
<action application="log" data="WARNING [inbound routes] 404 not found ${sip_network_ip} destination_number ${destination_number} sip_to_user ${sip_to_user} sip_req_user ${sip_req_user}"/>
<action application="respond" data="404 Not Found"/>
</condition>
</extension>