Hi,
I use this command " exten => unmute,n,MeetMeAdmin(room_number,m,${caller})",
Caller is the number of the participant that I want to mute, but when the number of participant is not in the room I get a notice in the CLI:
"NOTICE[17723]: app_meetme.c:4244 admin_exec: Specified User not found!"
And the program continues from there as it should,
My question is, is there a way to use that answer in the program? Is there a way to get a result of whether it works or not?
Thank you for your help.