]> 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:59 +0000 (17:00 +0000)
commit9423710a5e28ba0c77f9eb189e39876834847337
tree92411daf3579f86a34f0e7a4e9fe7668ff4285c4
parent3243316dace467fadc3b01e047f0f372a547e72a
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