Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I know that there are a few settings on the SX and Room Series endpoints that handle the auto-mute feature, but I am looking for a way to either auto mute the device at startup (out of standby), or auto mute the device whenever placing an outbound ca...
Because I want the room mics to stay muted. We use non-Cisco mics and a DSP and want the room to appear muted when not in use. Unlike the Cisco table mics, these mics have an LED indicator that is active all the time. You are correct there would b...
Here is a macro I am going to test out. This will mute on successful outbound connection and also on a disconnect event. const xapi = require('xapi');xapi.Event.CallSuccessful.on(() => { xapi.Command.Audio.Microphones.Mute();});xapi.Event.CallDisco...
The xcommand HttpFeedback Enable FeedbackSlot: 3 resolves the error message, but when a reboot is complete, the error returns. Can this be accomplished by running a macro? What would the macro be to have it run after each startup?