[asterisk-commits] dbrooks: branch 1.6.0 r226975 - /branches/1.6.0/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Nov 2 15:03:56 CST 2009
Author: dbrooks
Date: Mon Nov 2 15:03:52 2009
New Revision: 226975
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=226975
Log:
SIP channel name uniqueness
SIP channel names were supposed to be unique by way of a name suffix derived from the
pointer to the channel's private data. Uniqueness was preserved on 32-bit systems, but
not on 64-bit systems. This patch, as suggested by kpfleming, replaces this suffix with
a simple incremented unsigned int.
(closes issue #15152)
Reported by: palbrecht
Review: https://reviewboard.asterisk.org/r/420/
Modified:
branches/1.6.0/ (props changed)
Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-blocked' - no diff available.
More information about the asterisk-commits
mailing list