]> 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:30 +0000 (14:35 +0000)
commitc04923fcdace74cf4e0af3c6906a9f6761d39cdf
tree427d80fb682a1778fc1ed5ad1aed83cf48018294
parent11d87713ebc3d2953a441e68c0edba05c561387b
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