[svn-commits] russell: branch 1.6.2 r211391 - /branches/1.6.2/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Aug 10 10:47:02 CDT 2009


Author: russell
Date: Mon Aug 10 10:46:59 2009
New Revision: 211391

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=211391
Log:
Blocked revisions 211390 via svnmerge

........
  r211390 | russell | 2009-08-10 10:46:39 -0500 (Mon, 10 Aug 2009) | 13 lines
  
  Fix up some issues with getting a channel by "name".
  
  Even though the get_channel_by_name() API advertised that you could search by
  name or uniqueid (just as the old API did), searching by uniqueid was not
  actually implemented.  This patch fixes that problem.
  
  The ast_channel_get_full() function now makes a second search attempt by
  uniqueid if the parameter was a name.  The channel comparison function also
  now knows how to compare by unqieueid.
  
  Finally, a bug was fixed in passing where OBJ_POINTER was being passed in some
  scenarios where it should not have been.
........

Modified:
    branches/1.6.2/   (props changed)

Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-blocked' - no diff available.




More information about the svn-commits mailing list