[asterisk-bugs] [JIRA] (ASTERISK-21980) func QUEUE_MEMBER get error when member is not in queue

Avraam David (JIRA) noreply at issues.asterisk.org
Mon Jul 1 02:57:03 CDT 2013


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

Avraam David updated ASTERISK-21980:
------------------------------------

    Description: 
func QUEUE_MEMBER get error when member is not in queue.

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

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. 


  was:
func QUEUE_MEMBER get error when memer is not in queue.

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

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. 


        Summary: func QUEUE_MEMBER get error when member is not in queue  (was: func QUEUE_MEMBER get error when memer is not in queue)
    
> func QUEUE_MEMBER get error when member is not in queue
> -------------------------------------------------------
>
>                 Key: ASTERISK-21980
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-21980
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Applications/app_queue
>    Affects Versions: 11.4.0
>            Reporter: Avraam David
>            Severity: Minor
>
> func QUEUE_MEMBER get error when member is not in queue.
> my dialplan is:                                                                                   
> s,n,gotoif($[${QUEUE_MEMBER(9000,paused,Local/201 at from-queue/n)} =1]?unpause,1)
> 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. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list