[asterisk-bugs] [JIRA] (ASTERISK-26671) app_queue: QueueMemberStatus event missing

Roland Rusch (JIRA) noreply at issues.asterisk.org
Wed Dec 28 10:26:11 CST 2016


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

Roland Rusch updated ASTERISK-26671:
------------------------------------

    Attachment: queues.conf
                queuerules.conf
                manager.conf
                fimapbx_queues.conf
                fimapbx_manager.conf
                dialplan.conf
                debug_26671.log

This is the log you requested. It was extracted with the following commands:
{code}
logger add channel debug_log_26671 notice,warning,error,debug,verbose,dtmf,dialplan,manager

core set verbose 5

core set debug 5
{code}


At line 1154 the command PauseQueueMember is executed by the dialplan (see file dialplan.conf) which results in an event QueueMemberPause at line 1249. A QueueMemberStatus event is never thrown.




> app_queue: QueueMemberStatus event missing
> ------------------------------------------
>
>                 Key: ASTERISK-26671
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-26671
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Applications/app_queue
>    Affects Versions: 13.13.1, 14.1.2, 14.2.1
>         Environment: CentOS 7
>            Reporter: Roland Rusch
>         Attachments: debug_26671.log, dialplan.conf, fimapbx_manager.conf, fimapbx_queues.conf, manager.conf, queuerules.conf, queues.conf
>
>
> Hi all.
> I'm using Asterisk 14.2.1 (14.1.2 before; same issue) and I'm trying to connect a CTI software via AMI. The software is able to also display the status of the queue member but Asterisk is not sendig the QueueMemberStatus event.
> Checked the log of the software and also watched the traffic on the manager port. There is no QueueMemberStatus event.
> If i do `queue pause member xxxx` a QueueMemberPause event is sent but no QueueMemberStatus.
> This was also posted at community forums: https://community.asterisk.org/t/queuememberstatus-event-missing/69035?u=rrusch
> Thank you.
> Roland



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



More information about the asterisk-bugs mailing list