Hi There,
I want to record Individual Channels in Asterisk Conference bridge without mixing the audio from other channels.
I have tried using Asterisk ARI with Dialplan Application Stasis. But, when i have dial plan like below, the Dial Plan never goes to ConfBridge and the AMI Events which i am listening to manage the confernce are no more available, the control is taken over by the ARI.
Can you suggest any other good method to record the indvidual channel audio without mixing the audio from other channels ?
My Dialplan using Stasis Application,
exten => XXXX,1,Answer()
same => n,Set(DENOISE(rx)=on)
same => n,Set(TALK_DETECT(set)=3500)
same => n,Stasis(confbridge-recorder) ; ← ARI app entry point here
same => n,ConfBridge(XXXX)
same => n,Hangup()
Looking forward for your early response.
Thanks,
Anand