fusionpbx/app/dialplans/resources/switch/conf/dialplan/999_not-found.xml

9 lines
456 B
XML

<context name="public">
<extension name="not-found" continue="false" app_uuid="23d198e5-7a8e-4af7-b573-2d166c1c24ff" global="true">
<condition field="" expression="">
<action application="set" data="call_direction=inbound" inline="true"/>
<action application="log" data="[inbound routes] 404 not found ${sip_network_ip}"/>
</condition>
</extension>
</context>