On Demand Recording

Hi, does anyone know if there is a way to do a bulk change for the ‘On Demand Recording’ option to ‘enable’? I have about 300 extensions that need this change and would rather enter a command or anything to avoid going through each individual extension.

It’s stored in ASTDB, so you would have to programmatically update. To get you started, this can be accomplished via the CLI, so if your extension is 100:

asterisk -x "database put AMPUSER/100/recording ondemand enabled"

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.