[asterisk-bugs] [JIRA] (ASTERISK-20601) Confbridge recording does not work
Vilius (JIRA)
noreply at issues.asterisk.org
Thu Oct 25 10:23:18 CDT 2012
[ https://issues.asterisk.org/jira/browse/ASTERISK-20601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=198908#comment-198908 ]
Vilius commented on ASTERISK-20601:
-----------------------------------
OK, I will check the feature request list for recording format, if its not there I will fill in the request.
Before the patch you provided I wasn't able to do any recordings hence I can not confirm where it was/should've been going. As I said the successful recording (after the patch) appeared in /var/spool/asterisk/monitor. As confbridge is separate from meetme that the recording should go to different location (again I will check if this is already not in the feature request list). Also just to mention I have noticed that there was folder /var/spool/asterisk/confbringe created by default, hence I thought that it must be used for confbridge recordings.
> 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