]> 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:55 +0000 (17:00 +0000)
commit44a6349b69d5688bfcb8093db9529a9347e0f305
treee43cd78f1673a8fe88c3d27515574ca1b75b8b88
parenta6db5455acdf3b2798419ee742af97329bec445f
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