]> git.ipfire.org Git - thirdparty/asterisk.git/commit
logger: Fix linking regression.
authorNaveen Albert <asterisk@phreaknet.org>
Tue, 16 Jan 2024 21:58:22 +0000 (16:58 -0500)
committerMike Bradeen <mbradeen@sangoma.com>
Wed, 17 Jan 2024 21:55:27 +0000 (14:55 -0700)
commite735ab8cfbb03dfcc3da4df7cc4a3efa35a12b5b
tree67eb642125949e61a57668a9e59c09c5f43d8a1e
parent6b8dd72f50ce9f3110f46a72ec77b49f91b18580
logger: Fix linking regression.

Commit 008731b0a4b96c4e6c340fff738cc12364985b64
caused a regression by resulting in logger.xml
being compiled and linked into the asterisk
binary in lieu of logger.c on certain platforms
if Asterisk was compiled in dev mode.

To fix this, we ensure the file has a unique
name without the extension. Most existing .xml
files have been named differently from any
.c files in the same directory or did not
pose this issue.

channels/pjsip/dialplan_functions.xml does not
pose this issue but is also being renamed
to adhere to this policy.

Resolves: #539
channels/pjsip/dialplan_functions_doc.xml [moved from channels/pjsip/dialplan_functions.xml with 100% similarity]
main/logger_doc.xml [moved from main/logger.xml with 100% similarity]