[asterisk-commits] dbrooks: trunk r226973 - /trunk/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Nov 2 14:57:49 CST 2009
Author: dbrooks
Date: Mon Nov 2 14:57:45 2009
New Revision: 226973
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=226973
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:
trunk/ (props changed)
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-blocked' - no diff available.
More information about the asterisk-commits
mailing list