I kindly ask those who work with FusionPBX to help me.
I configured Voicemail for a beneficiary with a greeting but without additional instructions: voicemail_recording_instructions "false" and voicemail_recording_options "false".
After upgrading from 5.4.2 to 5.5.1, I have a problem: the instructions were reactivated, and from the web interface they cannot be switched — they stay permanently set to true.
Not even if I change it directly in the database like this:
update v_voicemails SET voicemail_recording_options = 'false' where voicemail_uuid = XXXXXXXXXXXXX
I configured Voicemail for a beneficiary with a greeting but without additional instructions: voicemail_recording_instructions "false" and voicemail_recording_options "false".
After upgrading from 5.4.2 to 5.5.1, I have a problem: the instructions were reactivated, and from the web interface they cannot be switched — they stay permanently set to true.
Not even if I change it directly in the database like this:
update v_voicemails SET voicemail_recording_options = 'false' where voicemail_uuid = XXXXXXXXXXXXX