From: George Joseph Date: Mon, 26 Feb 2024 23:16:37 +0000 (-0700) Subject: Rename dialplan_functions.xml to dialplan_functions_doc.xml X-Git-Tag: certified-18.9-cert8-rc2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ca897dd37f6c67e679ca3491684d5823926df82a;p=thirdparty%2Fasterisk.git Rename dialplan_functions.xml to dialplan_functions_doc.xml When using COMPILE_DOUBLE, dialplan_functions.xml is mistaken for the source for an embedded XML document and gets compiled to dialplan_functions.o. This causes dialplan_functions.c to be ignored making its functions unavailable and causing chan_pjsip to fail to load. --- diff --git a/channels/pjsip/dialplan_functions.xml b/channels/pjsip/dialplan_functions_doc.xml similarity index 100% rename from channels/pjsip/dialplan_functions.xml rename to channels/pjsip/dialplan_functions_doc.xml