]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 211040 via svnmerge from
authorTilghman Lesher <tilghman@meg.abyt.es>
Fri, 7 Aug 2009 18:18:29 +0000 (18:18 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Fri, 7 Aug 2009 18:18:29 +0000 (18:18 +0000)
commit4c7692bd15043d4d83b52f4928bba412e51ec771
treeaa0f7b90a94159bb898280a13dcc25aa0b2bf3b4
parent7e73b0b9da6f45ed9b4df239da2bce2780c3dca3
Merged revisions 211040 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r211040 | tilghman | 2009-08-07 13:17:41 -0500 (Fri, 07 Aug 2009) | 21 lines

  Merged revisions 211038 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.4

  ........
    r211038 | tilghman | 2009-08-07 13:16:28 -0500 (Fri, 07 Aug 2009) | 14 lines

    QUEUE_MEMBER_LIST _really_ wants the interface name, not the membername.

    This is a partial revert of revision 82590, which was an attempted cleanup,
    but in reality, it broke QUEUE_MEMBER_LIST, which has always been intended
    as a method by which component interfaces could be queried from the queue.
    Membername isn't useful here, because that field cannot be used to obtain
    further information about the member.  See the documentation on
    QUEUE_MEMBER_LIST, RemoveQueueMember, QUEUE_MEMBER_PENALTY, and the various
    AMI commands which take a member argument for further justification.
    (closes issue #15664)
     Reported by: rain
     Patches:
           app_queue-queue_member_list.diff uploaded by rain (license 327)
  ........
................

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