Files
asterisk/channels
David Brooks e4ab593e8a 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.1@226977 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-11-02 21:05:58 +00:00
..
2009-10-17 02:02:32 +00:00
2009-08-10 19:30:55 +00:00
2008-05-22 17:50:40 +00:00
2009-08-10 19:30:55 +00:00
2009-11-02 21:05:58 +00:00
2009-08-10 19:30:55 +00:00
2009-08-10 19:30:55 +00:00