[asterisk-bugs] [JIRA] (ASTERISK-24351) [patch] Allow passing options and command to MixMonitor when recording in ConfBridge

Gareth Palmer (JIRA) noreply at issues.asterisk.org
Thu Sep 25 23:25:28 CDT 2014


    [ https://issues.asterisk.org/jira/browse/ASTERISK-24351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=222794#comment-222794 ] 

Gareth Palmer commented on ASTERISK-24351:
------------------------------------------

Added Reviewboard URL.

> [patch] Allow passing options and command to MixMonitor when recording in ConfBridge
> ------------------------------------------------------------------------------------
>
>                 Key: ASTERISK-24351
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-24351
>             Project: Asterisk
>          Issue Type: Improvement
>      Security Level: None
>          Components: Applications/app_confbridge
>    Affects Versions: SVN
>            Reporter: Gareth Palmer
>            Assignee: Gareth Palmer
>            Severity: Minor
>         Attachments: asterisk-trunk-423782.patch
>
>
> This patch adds the ability to pass options and a command to MixMontor when recording a conference using ConfBridge.
> New options are -
> record_options: Options to MixMontor, eg: m(), W() etc.
> record_command: The command to execute when recording is over.
> {code}
> exten => 123,1,Answer(0.5)
> same => next,Set(CONFBRIDGE(bridge,record_conference)=yes)
> ; Send the recording to voicemail mailbox ${MAILBOX} when finished
> same => next,Set(CONFBRIDGE(bridge,record_options)=m(${MAILBOX}))
> ; Or run a command when recording ends
> ; same => next,Set(CONFBRIDGE(bridge,record_command)=/path/to/command ^{MIXMONITOR_FILENAME})
> same => next,ConfBridge(${EXTEN})
> same => next,Hangup(normal_clearing)
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list