]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_voicemail: Use ast_asprintf to create mailbox SQL query
authorGeorge Joseph <gjoseph@sangoma.com>
Tue, 3 Sep 2024 19:07:13 +0000 (13:07 -0600)
committerasterisk-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Wed, 4 Sep 2024 16:00:00 +0000 (16:00 +0000)
commit2070bb54ced0a596dcc88536d1cc08855ff44b97
tree4419735c4c5fa3445c710a17aa534ec336e9d20b
parent055031dfcb669cb84684565db7a1fdc7073d6d79
app_voicemail: Use ast_asprintf to create mailbox SQL query

...instead of trying to calculate the length of the buffer needed
manually.
apps/app_voicemail.c