[Home]

Summary:ASTERISK-21980: Error message for QUEUE_MEMBER when member is not in queue is unclear
Reporter:Avraam David (adavid)Labels:
Date Opened:2013-06-30 09:08:43Date Closed:2013-07-13 21:42:03
Priority:MinorRegression?
Status:Closed/CompleteComponents:Applications/app_queue
Versions:11.4.0 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:func QUEUE_MEMBER get error when member is not in queue.

my dialplan is:                                            
{noformat}                                      
s,n,gotoif($[${QUEUE_MEMBER(9000,paused,Local/201@from-queue/n)} =1]?unpause,1)
{noformat}                                      

if the member is in queue work good, when the member is not in queue get error in console.


error message:
: app_queue.c:7373 queue_function_mem_read: Unknown option paused provided to QUEUE_MEMBER, valid values are: logged, free, ready, count, penalty, paused, ringinuse

the error messgae is not clear.
Comments: