]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 376390 via svnmerge from
authorAutomerge script <automerge@asterisk.org>
Fri, 16 Nov 2012 20:23:32 +0000 (20:23 +0000)
committerAutomerge script <automerge@asterisk.org>
Fri, 16 Nov 2012 20:23:32 +0000 (20:23 +0000)
commite5f0de162b9f3bce39afeeaf40897821491c0017
tree88faf8845a2ba47e46f3a4ae635b68454633a7a2
parentd1d49607252a7ca607b2351c4bdbb803e906fdd6
Merged revisions 376390 via svnmerge from
file:///srv/subversion/repos/asterisk/branches/10

................
  r376390 | jrose | 2012-11-16 13:41:55 -0600 (Fri, 16 Nov 2012) | 17 lines

  monitor: prevent attempts to move/remove recordings skipped with 'i' and 'o'.

  The i and o options for monitor skip the input and output sides of a recording
  respectively. This patch addresses a problem in those options when monitor is
  called without specifying a specific filename where monitor will try to move
  the recording that was skipped. Since this usually doesn't exist when these
  options are used, it would produce a warning when it does this in most cases,
  but it is conceivable that there are use cases where this could result in
  moving/removing a file unintentionally.

  (closes issue ASTERISK-20641)
  Reported by: Jonathan Rose
  Review: https://reviewboard.asterisk.org/r/2190/
  ........

  Merged revisions 376389 from http://svn.asterisk.org/svn/asterisk/branches/1.8
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10-digiumphones@376408 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/res_monitor.c