]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_voicemail: Disable ADSI if unavailable.
authorNaveen Albert <asterisk@phreaknet.org>
Wed, 27 Sep 2023 12:28:50 +0000 (08:28 -0400)
committerasterisk-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Thu, 5 Oct 2023 14:35:38 +0000 (14:35 +0000)
commitd60c3c36e714a318dca8282719490af9e33c3261
tree773fa14cc2b026d353440b03c66336ea0bdcc90e
parent91e368c4858bd578b07a70f98f961f3f85e41195
app_voicemail: Disable ADSI if unavailable.

If ADSI is available on a channel, app_voicemail will repeatedly
try to use ADSI, even if there is no CPE that supports it. This
leads to many unnecessary delays during the session. If ADSI is
available but ADSI setup fails, we now disable it to prevent
further attempts to use ADSI during the session.

Resolves: #354
apps/app_voicemail.c