From ca897dd37f6c67e679ca3491684d5823926df82a Mon Sep 17 00:00:00 2001 From: George Joseph Date: Mon, 26 Feb 2024 16:16:37 -0700 Subject: [PATCH] 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. --- .../pjsip/{dialplan_functions.xml => dialplan_functions_doc.xml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename channels/pjsip/{dialplan_functions.xml => dialplan_functions_doc.xml} (100%) 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