zen123
September 20, 2023, 3:05pm
1
Hey Everyone,
So i have been trying to mute/unmute call channel using asterisk ami.
I am using this action https://docs.asterisk.org/Asterisk_21_Documentation/API_Documentation/AMI_Actions/MuteAudio/
and call is getting muted but asterisk server is not returning any event
Does MuteAudio action doesn’t return any event ? or it requires any extra setup/configuration.
You should see what is going on when you look at the SIP capture of such a call.You should see something like a reINVITE with IP 0.0.0.0 and an ACK. I have forgotten whether there is an AMI event in this case, but the AMI event mask must be set properly in order to get all events.
zen123
September 20, 2023, 3:46pm
3
I do get events for action like Hangup,NewChannel and others…
So wanted to confirm if for MuteAudio action asterisk server returns any event or not
based on my research i found this https://github.com/asterisk/node-ari-client/issues/94
It would be great if asterisk team can give some info on it
jcolp
September 20, 2023, 3:55pm
4
I’m not sure what other info you’d be looking for. As far as I know, nothing has been added. Feature requests are on GitHub[1].
[1] Issues · asterisk/asterisk-feature-requests · GitHub
zen123
September 20, 2023, 4:00pm
5
@jcolp i got confused as the channel gets muted with MuteAudio action but wasn’t returning any event.Thanks for confirming
system
Closed
October 20, 2023, 4:01pm
6
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.