]> 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 Development Team <asteriskteam@digium.com>
Thu, 12 Sep 2024 18:46:27 +0000 (18:46 +0000)
commitaa78882fe310ff82d41bcf0da81fe17234a07b25
tree2be71cd1034bc1acc5d4b0f70373eac6c9c6dc7a
parent8ad9f7d32055623f9496f02d096c74d26c5e5b4c
app_voicemail: Use ast_asprintf to create mailbox SQL query

...instead of trying to calculate the length of the buffer needed
manually.

(cherry picked from commit d6157aff5b11d74cdc5a47a7e76ef6cacdbc47f9)
apps/app_voicemail.c