]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_confbridge: Make CBRec channel names more unique.
authorRichard Mudgett <rmudgett@digium.com>
Fri, 23 Jan 2015 20:13:00 +0000 (20:13 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Fri, 23 Jan 2015 20:13:00 +0000 (20:13 +0000)
commite302116e40811660c39e2ceab54d1120e19d5990
tree0f78d40b2239461547b11c5ef3dd65bc9529caa5
parentf8b3fb6e2fce6f01a01c82d4297584e574c88aec
app_confbridge: Make CBRec channel names more unique.

Channel names should be different from other channels in the system while
the channel exists.

* Use a sequence number for CBRec channels instead of a random number
because the same random number could be picked again for the next CBRec
channel.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@431052 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/confbridge/conf_chan_record.c