]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Provide error message for QUEUE_MEMBER when member is not in queue
authorMatthew Jordan <mjordan@digium.com>
Sun, 14 Jul 2013 02:34:43 +0000 (02:34 +0000)
committerMatthew Jordan <mjordan@digium.com>
Sun, 14 Jul 2013 02:34:43 +0000 (02:34 +0000)
commit7bb299121851d74e8eeda0f2c3d60ae70d9590b8
tree5aeff3af2e7998f58c08e50e4ba5feb37b52e89f
parent4c8e75bcf01db19342ae8cdb38226b2741ffca8b
Provide error message for QUEUE_MEMBER when member is not in queue

When QUEUE_MEMBER is used and the member specified is not in the queue,
Asterisk provides an ERROR message that indicates that the option specified
is not valid. This patch now properly displays an ERROR message that the
member is not in the queue if an interface is specified.

(closes issue ASTERISK-21980)
Reported by: Avraam David

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@394345 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_queue.c