]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_queue is comparing the device names incorrectly while checking their statuses...
authorBJ Weschke <bweschke@btwtech.com>
Thu, 28 Sep 2006 16:37:15 +0000 (16:37 +0000)
committerBJ Weschke <bweschke@btwtech.com>
Thu, 28 Sep 2006 16:37:15 +0000 (16:37 +0000)
commitfb599cc53efdd1abb5f84722f1cd571fc291a705
treef10602b2faf7141a66825d40631f42278b99cb9f
parentdc268f1e6ec16a7e4c40e071dbf7496e09fbe927
 app_queue is comparing the device names incorrectly while checking their statuses. It's internal list of interfaces includes the dial string, while the argument passed to this function does not have the dial string (/n for a local channel). This causes it to ignore the device state changes because it thinks it belongs to none of its members. (#8040 reported and patch by tim_ringenbach)

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