Page 1 of 1

Mute Button

PostPosted: Fri Jun 26, 2020 5:10 pm
by Yanela08
Is the mute button on the agent interface no longer available on Vicidial 9? Thank you.

Re: Mute Button

PostPosted: Fri Jun 26, 2020 5:23 pm
by mflorell
With Asterisk 13, the mechanism in Asterisk that allowed for volume changes and muting of meetme participants had been causing random crashes in Asterisk. We now disable this functionality by default, but if you want to enable it, all you have to do is use the agc/options.php setting of "$ast13_volume_override = '1';"

Re: Mute Button

PostPosted: Sat Jun 27, 2020 11:53 pm
by Yanela08
Thanks, Matt!!!

Re: Mute Button

PostPosted: Wed May 19, 2021 3:24 pm
by Op3r
Can the mute recordings can also be invoked on API? I have a requirement wherein when the payment page pops up on the agent screen, it will have an option to mute the recordings and I am wondering if it can be invoked via the API?

Re: Mute Button

PostPosted: Wed May 19, 2021 6:28 pm
by mflorell
That's not currently an Agent API option. I'm sure it could be added though.

Re: Mute Button

PostPosted: Wed May 19, 2021 6:46 pm
by Op3r
Will that be on the agent api and not on non agent api am I correct?

Furthermore is the new asterisk 13 that vicibox uses now stable when using this feature? Wont it crap out?

Re: Mute Button

PostPosted: Wed May 19, 2021 9:15 pm
by mflorell
Since it is affecting only the agent screen, it would have to be added to the Agent API.

Asterisk 13 is very stable, we've been using it for years now. We have several clients using Recording Muting on Asterisk 13 and I have not heard any problems reported with it.