Add a Command header to the AMI Mixmonitor action.
authorMark Michelson <mmichelson@digium.com>
Wed, 9 Apr 2014 21:43:23 +0000 (21:43 +0000)
committerMark Michelson <mmichelson@digium.com>
Wed, 9 Apr 2014 21:43:23 +0000 (21:43 +0000)
commit755696dcd0b9144754a914129e80116da1ebdbd8
treea2610547eab064d96f9612ae2cfd6584061b11e9
parentc613ef6b308cbb18a4eea0549b797ecba6e1094b
Add a Command header to the AMI Mixmonitor action.

This fixes a parsing error that occurred during the processing of
the AMI action. The error did not result in MixMonitor itself
misbehaving, but it could result in the AMI response not giving
correct information back.

The new header allows for one to specify a post-process command
to run when recording finishes. Previously, in order to do this,
the post-process command would have to be placed at the end of
the Options: header.

Patches: mixmonitor_command_2.patch by jhardin (License #6512)
........

Merged revisions 412048 from http://svn.asterisk.org/svn/asterisk/branches/12

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@412050 65c4cc65-6c06-0410-ace0-fbb531ad65f3
CHANGES
apps/app_mixmonitor.c