]> 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 Development Team <asteriskteam@digium.com>
Fri, 12 Jan 2024 18:29:18 +0000 (18:29 +0000)
commit0a834c8d750ee824ddb400f19f752e248591c3d7
tree0fc92ec02b8568ed894c86778f8b2ba72d731e46
parent7a2305a08b60f3fe916432e789b607bd8a73f11e
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
(cherry picked from commit c04923fcdace74cf4e0af3c6906a9f6761d39cdf)
apps/app_voicemail.c