From: David Brooks Date: Mon, 2 Nov 2009 21:03:52 +0000 (+0000) Subject: SIP channel name uniqueness X-Git-Tag: 1.6.0.18-rc1~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42d27c43901dc206e94d0d1aa8815c5d41f5b67b;p=thirdparty%2Fasterisk.git 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/ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@226975 65c4cc65-6c06-0410-ace0-fbb531ad65f3 ---