How to produce the filename from the record event of Confbridge

Here’s the event log, and where is the filename for the recording?
Event: ConfbridgeRecord
Privilege: call,all
Conference: 9000
BridgeUniqueid: a4593626-dcc3-4d97-8d91-36698c6114aa
BridgeType: base
BridgeTechnology: softmix
BridgeCreator: ConfBridge
BridgeName: 9000
BridgeNumChannels: 3
BridgeVideoSourceMode: none

Event: ConfbridgeEnd
Privilege: call,all
Conference: 9000
BridgeUniqueid: a4593626-dcc3-4d97-8d91-36698c6114aa
BridgeType: base
BridgeTechnology: softmix
BridgeCreator: ConfBridge
BridgeName: 9000
BridgeNumChannels: 2
BridgeVideoSourceMode: none

Event: ConfbridgeStopRecord
Privilege: call,all
Conference: 9000
BridgeUniqueid: a4593626-dcc3-4d97-8d91-36698c6114aa
BridgeType: base
BridgeTechnology: softmix
BridgeCreator: ConfBridge
BridgeName: 9000
BridgeNumChannels: 2
BridgeVideoSourceMode: none

Event: DeviceStateChange
Privilege: call,all
Device: CBAnn/9000
State: INUSE

Event: BridgeDestroy
Privilege: call,all
BridgeUniqueid: a4593626-dcc3-4d97-8d91-36698c6114aa
BridgeType: base
BridgeTechnology: softmix
BridgeCreator: ConfBridge
BridgeName: 9000
BridgeNumChannels: 0
BridgeVideoSourceMode: none

Event: Hangup
Privilege: call,all
Channel: SIP/9000-00000015
ChannelState: 6
ChannelStateDesc: Up
CallerIDNum: 0234669400
CallerIDName: 0234669400
ConnectedLineNum: 0234669400
ConnectedLineName: 0234669400
Language: en
AccountCode: 9000
Context: CInit
Exten: 9000
Priority: 5
Uniqueid: 1560000224.51
Linkedid: 1560000224.51
Cause: 16
Cause-txt: Normal Clearing

Likely an admixture of 1560000224.51 9000 and 0234669400 and in /var/spool/asterisk/monitor it is probably not parsed into y/m/d directories as standard recordings would be.

from the source code

grep directory apps/app_confbridge.c
<para>Start recording a conference. If recording is already present an error will be returned. If RecordFile is not provided, the default record file specified in the conference's bridge profile will be used, if that is not present either a file will automatically be generated in the monitor directory.</para>

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.