[asterisk-bugs] [JIRA] (ASTERISK-26716) ari: Channels with pre-dial handlers cannot be hung up via ARI

Friendly Automation (JIRA) noreply at issues.asterisk.org
Thu Feb 2 23:30:11 CST 2017


    [ https://issues.asterisk.org/jira/browse/ASTERISK-26716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=235041#comment-235041 ] 

Friendly Automation commented on ASTERISK-26716:
------------------------------------------------

Change 4858 merged by George Joseph:
channel.c: Fix unbalanced read queue deadlocking local channels.

[https://gerrit.asterisk.org/4858|https://gerrit.asterisk.org/4858]

> ari: Channels with pre-dial handlers cannot be hung up via ARI
> --------------------------------------------------------------
>
>                 Key: ASTERISK-26716
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-26716
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Applications/app_stasis
>    Affects Versions: 13.13.1
>         Environment: - platform independent -
>            Reporter: Tom Pawelek
>            Assignee: Unassigned
>         Attachments: ari_h_error, ari_h_error.txt, tmp_core.tar
>
>
> A local channel with a pre-dial handler will fail to be properly hung up in 90% of the cases - Asterisk does not send BYE/CANCEL on .hangup()
> ; Original channel
> {noformat}
> ch = client.channels.originate(endpoint="Local/12345 at cont-test", app="ari-test")
> {noformat}
> ; Dialplan
> {noformat}
> [test-handler]
> exten => testcall,1,NoOp(foo)
> exten => testcall,n,Return()
> [cont-test]
> exten => _XXX.,1,Answer()
> exten => _XXX.,n,Dial(PJSIP/bar at pstn,,b(test-handler^testcall^1(foo)))
> {noformat}
> ; Attempt to hang up
> {noformat}
> client.channels.hangup(channelId=ch_id)
> {noformat}
> Only b( ) handlers cause the issue to appear, B( ) works perfectly fine.



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



More information about the asterisk-bugs mailing list