mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-05 03:03:49 +00:00
New system use the journal (some still use syslog). the "log" action default level is DEBUG. This change moves the 404 error code to WARNING, the mod_syslog will report to the journal (or syslog).
9 lines
476 B
XML
9 lines
476 B
XML
<context name="public">
|
|
<extension name="not-found" 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}"/>
|
|
</condition>
|
|
</extension>
|
|
</context>
|