]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_voicemail: Refactor email generation functions
authorNaveen Albert <asterisk@phreaknet.org>
Mon, 1 Nov 2021 15:40:42 +0000 (15:40 +0000)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Tue, 30 Nov 2021 15:34:56 +0000 (09:34 -0600)
commit14c2121243c5313d8bc5f13ffa91401a4427aba8
treef2227b45f94edb95e88c292a99ed049d582ed945
parent6659f8e192f6499a42dbaae814bc2089b2436762
app_voicemail: Refactor email generation functions

Refactors generic functions used for email generation
into utils.c so that they can be used by multiple
modules, including app_voicemail and app_minivm,
to avoid code duplication.

ASTERISK-29715 #close

Change-Id: I1de0ed3483623e9599711129edc817c45ad237ee
apps/app_minivm.c
apps/app_voicemail.c
include/asterisk/file.h
include/asterisk/utils.h
main/file.c
main/utils.c