]> 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:02 +0000 (14:55 -0700)
commit87fb29020bbe735554566fa927b63b989892dfdd
tree719db09616767a329845b0cf0e0da3300ebc6dfa
parent3ba04709539cb3f75a7f9ee91731637627eb6f09
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]