asterisk/channels/pjsip
Naveen Albert 87fb29020b logger: Fix linking regression.
Commit 008731b0a4
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
2024-01-17 14:55:02 -07:00
..
include chan_pjsip: Add PJSIPHangup dialplan app and manager action 2024-01-12 18:29:19 +00:00
cli_commands.c Crash during "pjsip show channelstats" execution 2019-10-18 04:32:04 -05:00
dialplan_functions.c chan_pjsip: Add PJSIPHangup dialplan app and manager action 2024-01-12 18:29:19 +00:00
dialplan_functions_doc.xml logger: Fix linking regression. 2024-01-17 14:55:02 -07:00