mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
10 lines
680 B
XML
10 lines
680 B
XML
<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="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>
|