Hi,
Please suggest solution for individual participant recordings.
In our scenario, during group discussion, participant(student) will press 1
for unmute for two minutes to share their query. We need that specific users recording only(not conference) during conf discussion. pls guide what is good to use mixmonitor/chanspy/monitor with detailed command.
confbridge.conf
1=dialplan_exec(addaudio22,77777,1)
2=dialplan_exec(addaudio11,77777,1)
extensions.conf
[addaudio22]
exten => 77777,1,Playback(beep)
exten => 77777,n,System(echo -e “asterisk -x ‘confbridge mute ${CONFERENCEROOM} ${CHANNEL}’” > /root/Log/script2/${CALLER_ID}.sh)
;exten => 77777,n,MixMonitor(${CALLERID(num)}-${STRFTIME(|EST5EDT|%m%d%Y-%H%M%S)}.wav)
;exten => 77777,n,ChanSpy(${CHANNEL},oqSx(#)r(REC-chanspy1))
exten => 77777,n,System(asterisk -x ‘confbridge unmute ${CONFERENCEROOM} ${CHANNEL}’)