]> 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)
committerNaveen Albert <asterisk@phreaknet.org>
Thu, 5 Oct 2023 14:35:26 +0000 (14:35 +0000)
commitc4d9e950bd00f92978e97f8efd3c273970f2f294
treecb4f506526c394dd56b90e9d8677718fc1f2a276
parented7fe7b02a46e3a8c1e584f92174edea7fbe3f7a
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