]> 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)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 14 Nov 2024 20:01:00 +0000 (20:01 +0000)
commitb4f28e30e2bae32f3859d8910f1c30f53b836b85
tree7a2d325219d203c029476cc85a3d1c20e3b964b0
parente866cba92b6f87813feb6a59d4cc7adf4947a4fb
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
(cherry picked from commit eb624a5aa23ec89eb7d1972cec409d295c98b25e)
apps/app_voicemail.c