]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Confbridge CLI new record file name check.
authorKevin Harwell <kharwell@digium.com>
Mon, 4 Mar 2013 20:21:28 +0000 (20:21 +0000)
committerKevin Harwell <kharwell@digium.com>
Mon, 4 Mar 2013 20:21:28 +0000 (20:21 +0000)
commit501c6e49233c10fea8bdee84aaa24645e83c7d75
treea82b397c0027a4e4678ea9d7c8090a0b8d6b83e3
parent84b9247d09da9aa3b6d6cd58bc78a1459f109bc1
Confbridge CLI new record file name check.

This fix checks to make sure that if a confbridge record start command is issued
from the CLI it will always use the file name given on the CLI even if it
changes between start/stop records for a conference.  Previously it had been
reusing the same file between start/stops even if a new filename was given.

(issue AST-1088)
Reported by: John Bigelow
........

Merged revisions 382385 from http://svn.asterisk.org/svn/asterisk/branches/11

git-svn-id: https://origsvn.digium.com/svn/asterisk/certified/branches/11.2@382387 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_confbridge.c