]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_voicemail: Fix ill-formatted pager emails with custom subject.
authorNaveen Albert <asterisk@phreaknet.org>
Tue, 24 Sep 2024 11:44:25 +0000 (07:44 -0400)
committerNaveen Albert <asterisk@phreaknet.org>
Wed, 25 Sep 2024 17:00:57 +0000 (17:00 +0000)
commiteb624a5aa23ec89eb7d1972cec409d295c98b25e
tree3d40894b32f912e6827ae57d167f376589395001
parent147de579a5fc8adfd74a740457dc3442cd18f984
app_voicemail: Fix ill-formatted pager emails with custom subject.

Add missing end-of-headers newline to pager emails with custom
subjects, since this was missing from this code path.

Resolves: #902
apps/app_voicemail.c