[asterisk-bugs] [JIRA] (ASTERISK-27093) ODBC deadlocks when app_directory tries to play back non-existent voicemail greeting

Asterisk Team (JIRA) noreply at issues.asterisk.org
Fri Oct 13 11:24:26 CDT 2017


     [ https://issues.asterisk.org/jira/browse/ASTERISK-27093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Asterisk Team updated ASTERISK-27093:
-------------------------------------

    Target Release Version/s: 13.18.0

> ODBC deadlocks when app_directory tries to play back non-existent voicemail greeting
> ------------------------------------------------------------------------------------
>
>                 Key: ASTERISK-27093
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-27093
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Applications/app_directory, Applications/app_voicemail/ODBC
>    Affects Versions: 13.16.0
>         Environment: Ubuntu 16.04, ODBC using mysql as a backend
>            Reporter: James Terhune
>            Assignee: Sean Bright
>      Target Release: 13.18.0, 15.0.0
>
>         Attachments: 0001-app_voicemail-Cleanup-ODBC-connection-handling.patch, patch_vm_directory_release
>
>
> If we use app_directory and the directory structure for the context doesn't exist, the ODBC connection will stay locked and the channel cannot be destroyed.
> We see the following in the log:
> {noformat}
> [2017-06-28 14:45:28] WARNING[17794][C-0000002f]: app_voicemail.c:3886 retrieve_file: Failed to open/create '/var/spool/asterisk/voicemail/directory1/433/greet.txt'
> {noformat}
> It appears that this is caused by a missing ast_odbc_release_obj(). Adding it  appears to fix the issue.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list