[asterisk-bugs] [JIRA] (ASTERISK-29521) No ChannelHold and ChannelUnhold events using ARI

Andrew Shmig (JIRA) noreply at issues.asterisk.org
Wed Jul 14 09:16:33 CDT 2021


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

Andrew Shmig updated ASTERISK-29521:
------------------------------------

    Description: 
If you are trying to use ARI for putting channel on hold or bringing it back Asterisk won't generate ChannelHold and ChannelUnhold events. Events will be generated only if the target channel itself generated hold / unhold action.

This bug is reproduced each time you perform 
{code}
POST /channels/{channelId}/hold
{code}
{code}
DELETE /channels/{channelId}/hold
{code}

  was:
If you are trying to use ARI for putting channel on hold or bringing it back Asterisk won't generate ChannelHold and ChannelUnhold events. Events will be generated only if the target channel itself generated hold / unhold action.

This bug is reproduced each time you perform 
{code}
POST /channels/{channelId}/hold
{code}
{code}
POST /channels/{channelId}/unhold
{code}


> No ChannelHold and ChannelUnhold events using ARI
> -------------------------------------------------
>
>                 Key: ASTERISK-29521
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-29521
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: . I did not set the category correctly.
>    Affects Versions: 18.5.0
>            Reporter: Andrew Shmig
>
> If you are trying to use ARI for putting channel on hold or bringing it back Asterisk won't generate ChannelHold and ChannelUnhold events. Events will be generated only if the target channel itself generated hold / unhold action.
> This bug is reproduced each time you perform 
> {code}
> POST /channels/{channelId}/hold
> {code}
> {code}
> DELETE /channels/{channelId}/hold
> {code}



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



More information about the asterisk-bugs mailing list