[asterisk-bugs] [JIRA] (ASTERISK-20601) Confbridge recording does not work

Jonathan Rose (JIRA) noreply at issues.asterisk.org
Thu Oct 25 10:13:18 CDT 2012


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

Jonathan Rose commented on ASTERISK-20601:
------------------------------------------

Well, as far as selecting the recording format, if it wasn't already a feature of Confbridge, then that should be filed as a separate issue.

When you say that the confbridge recording is being placed into /var/spool/asterisk/monitor, is this behavior actually different from how the recordings worked prior to the patch which caused this issue, or is this an improvement you are suggesting?  I was under the impression these recordings were actually supposed to end up in /var/spool/asterisk/monitor/confbridge, but I'll acknowledge I didn't pay a whole lot of attention to the paths of the recordings while working on this patch.
                
> Confbridge recording does not work
> ----------------------------------
>
>                 Key: ASTERISK-20601
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-20601
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>    Affects Versions: 10.10.0, 11.0.0-beta2
>            Reporter: Vilius
>            Severity: Blocker
>         Attachments: confbridge_mixmonitor.diff
>
>
> Confbridge recording does not work neither through CLI nor AMI.
> confbridge.conf
> ===============
> [conf_user]
> type=user
> music_on_hold_class=default
> quiet=no
> denoise=yes
> announce_join_leave=no
> [conf_bridge]
> type=bridge
> max_members=5
> sound_join
> sound_leave
> extensions.conf
> ===============
> exten => 3000,1,ConfBridge(3000,conf_bridge,conf_user)
> Asterisk CLI
> ============
> confbridge list 3000
> Channel                       User Profile     Bridge Profile   Menu             CallerID
> ============================= ================ ================ ================ ================
> SIP/toLab106-00000000         conf_userq conf_bridge                 <unknown>
> SIP/toLab106-00000001         conf_userq conf_bridge                 <unknown>
> LAB105*CLI> confbridge record start 3000
> Recording started
> LAB105*CLI> confbridge record stop 3000
> Recording could not be stopped.
> LAB105*CLI> core show channels
> Channel              Location             State   Application(Data)
> SIP/toLab106-0000000 3000 at InVADEDialler:1 Up      ConfBridge(3000,conf_bri
> SIP/toLab106-0000000 3000 at InVADEDialler:1 Up      ConfBridge(3000,conf_bri
> ConfBridgeRecorder/c s at default:1          Up      (None)
> AMI
> ===
> Action: ConfbridgeStartRecord
> Conference: 3000
> Response: Success
> Message: Conference Recording Started.
> Action: ConfbridgeStopRecord
> Conference: 3000
> Response: Error
> Message: Internal error while stopping recording.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list