]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix handling of the 'state_interface' option of the 'queue add member' CLI
authorSean Bright <sean@malleable.com>
Wed, 27 May 2009 13:54:35 +0000 (13:54 +0000)
committerSean Bright <sean@malleable.com>
Wed, 27 May 2009 13:54:35 +0000 (13:54 +0000)
commita2fd7f4e477ac62de7b5fd19731ed4d08132fb09
treea4e8c24ed232ae38b5ccaad6b7fc8d03c4f58940
parent245950ad00fe885af5c5c7e3cf339fc2f0a473a2
Fix handling of the 'state_interface' option of the 'queue add member' CLI
command.

This change relates to r184980, which was a backport of the state interface
changes to app_queue from trunk.  trunk and all of the 1.6.x branches are not
affected.

'queue add member' allows for specifying an interface to use for device state
when adding a queue member via CLI, but the validation code was not properly
updated to reflect this optional argument.

(closes issue #15198)
Reported by: loloski
Patches:
      05272009_app_queue.diff uploaded by seanbright (license 71)
Tested by: loloski

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