Save destination_number, sip_to_user, and sip_req_user

This commit is contained in:
FusionPBX 2023-09-02 10:37:29 -06:00 committed by GitHub
parent 0e2506aa8b
commit 677824fe5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
<extension name="not-found" context="public" continue="false" app_uuid="23d198e5-7a8e-4af7-b573-2d166c1c24ff" global="true" order="999">
<condition field="" expression="">
<action application="set" data="call_direction=inbound" inline="true"/>
<action application="log" data="WARNING [inbound routes] 404 not found ${sip_network_ip}"/>
<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}"/>
</condition>
</extension>