Files
fusionpbx/resources/install/scripts/app
Andy-Seattle b024bab1cc Update record_message.lua (#4731)
When we have MP3 enabled we want ALL voicemails to be MP3 EXCEPT the ones that need to be transcribed, which will be WAV.

When transcribe_enabled is set to true, ALL voicemails currently become WAV even when MP3 is set.

This change ensures that ALL voicemails remain MP3 except the extensions that have voicemail_transcription_enabled set to true.

Note: The reason this was not working is because setting transcribe_enabled to true also sets voicemail_transcription_enabled to false for ALL extensions BUT it is not written into the database. Therefore a SAVE is required for ALL voicemails to ensure this field is written to the database. Changing to ~=true gets around this problem.
2019-10-04 08:45:45 -07:00
..
2019-08-11 17:10:00 -06:00
2018-08-24 13:57:16 -06:00
2019-06-14 23:59:37 -06:00
2018-03-24 17:33:49 -06:00
2019-04-29 14:38:46 -06:00
2018-11-01 15:07:16 -06:00
2018-03-28 22:40:55 -06:00
2019-10-02 14:08:49 -06:00
2019-02-09 08:17:30 -07:00
2019-09-27 20:45:32 -06:00