[asterisk-bugs] [JIRA] (ASTERISK-30085) res_parking: Deadlock when parking call dynamically
N A (JIRA)
noreply at issues.asterisk.org
Mon May 30 12:30:49 CDT 2022
[ https://issues.asterisk.org/jira/browse/ASTERISK-30085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=259351#comment-259351 ]
N A commented on ASTERISK-30085:
--------------------------------
Sorry, yes, I thought it might have been obvious since core show locks is only present with DEBUG_THREADS, and I put it at the top of the backtrace.
centrex-1-park is dynamic. It doesn't exist (explicitly) in the dialplan.
I forgot you also need this in res_parking.conf to enable dynamic lots:
{noformat}
[general]
parkeddynamic = yes
{noformat}
I suppose I can recompile without those options to see, but I think the backtraces show this is consistent, not just a timing fluke caused by compiler options. Even if unlikely to happen otherwise, still a possible issue and a confirmed bug.
> res_parking: Deadlock when parking call dynamically
> ---------------------------------------------------
>
> Key: ASTERISK-30085
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-30085
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Resources/res_parking
> Affects Versions: 18.9.0
> Reporter: N A
> Assignee: Unassigned
> Severity: Major
> Attachments: akriekcyui.txt, mcfbcownho.txt
>
>
> Asterisk deadlocks when parking a call.
> Because the deadlock is in the dialplan, Asterisk must be restarted to clear the deadlock.
> {noformat}
> [rdct]
> context => parkedcalls
> parkpos => 1-9999999
> parkingtime = 90
> comebacktoorigin = no
> comebackcontext = park-recall
> comebackdialtime = 9999999
> parkedmusicclass = default
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list