Commit Graph

15361 Commits

Author SHA1 Message Date
FusionPBX cf5bea7758 Update music_on_hold.php 2019-10-05 15:38:38 -06:00
Nate eda482aa9b IVR: Persistent context without permission. 2019-10-05 13:55:55 -06:00
Nate bd07582560 Dialplans: Fix check all. 2019-10-05 09:50:28 -06:00
FusionPBX 5b52f096ae Update dialplan_edit.php 2019-10-04 13:29:14 -06:00
FusionPBX 1477526fd1 Update xml_cdr.php 2019-10-04 13:16:21 -06:00
FusionPBX 109e7a9414 Update dialplan_edit.php 2019-10-04 11:41:22 -06:00
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
chansizzle 829649cb80 Update app_config.php (#4752)
* Update app_config.php

* Update app_config.php
2019-10-04 08:40:41 -07:00
FusionPBX 74ad9e8f46 Update destination_imports.php 2019-10-03 12:57:02 -06:00
Len d1fc838d3a Update y000000000077.cfg (#4751) 2019-10-02 19:14:42 -07:00
Len 57da509e3a Update y000000000025.cfg (#4750) 2019-10-02 19:04:10 -07:00
Len b139e2ef86 Update y000000000025.cfg (#4749) 2019-10-02 19:01:38 -07:00
Len 851db08d91 Update y000000000023.cfg (#4748) 2019-10-02 19:01:05 -07:00
Len c2be7d1388 Update y000000000058.cfg (#4747) 2019-10-02 19:00:40 -07:00
Len 03f96abb67 Update y000000000097.cfg (#4746) 2019-10-02 19:00:09 -07:00
Len 3157af3fed Update y000000000056.cfg (#4745) 2019-10-02 18:59:48 -07:00
Len 8db44f918d Update y000000000096.cfg (#4744) 2019-10-02 18:59:25 -07:00
Len 891a3ab0e4 Update y000000000052.cfg (#4720) 2019-10-02 18:58:49 -07:00
Len d373d9feeb Update y000000000005.cfg (#4721) 2019-10-02 18:58:19 -07:00
Len 7fafff36c0 Update y000000000044.cfg (#4722) 2019-10-02 18:57:54 -07:00
Len df253953b5 Update y000000000044.cfg (#4723) 2019-10-02 18:57:26 -07:00
Len a07037b235 Update y000000000004.cfg (#4724) 2019-10-02 18:56:37 -07:00
Len 647d50f326 Update y000000000069.cfg (#4725) 2019-10-02 18:56:08 -07:00
Len 65ddc9df71 Update y000000000045.cfg (#4726) 2019-10-02 18:55:17 -07:00
Len bc51bdda64 Update y000000000000.cfg (#4727) 2019-10-02 18:54:45 -07:00
Len 92027cf3f9 Update y000000000046.cfg (#4728) 2019-10-02 18:54:18 -07:00
Len c2301bcc0c Update y000000000032.cfg (#4729) 2019-10-02 18:53:48 -07:00
Len 3a02770b4b Update y000000000035.cfg (#4738) 2019-10-02 18:52:51 -07:00
Len 84e9bd5485 Update y000000000070.cfg (#4743) 2019-10-02 18:52:20 -07:00
Len ad75a0e2db Update y000000000038.cfg (#4730) 2019-10-02 18:51:49 -07:00
Len 3f6c947a10 Update y000000000065.cfg (#4739) 2019-10-02 18:51:11 -07:00
Len 1185e35a73 Update y000000000074.cfg (#4741) 2019-10-02 18:50:06 -07:00
Len ee70f9917a Update y000000000095.cfg (#4742) 2019-10-02 18:49:16 -07:00
Len 992503550b Update y000000000007.cfg (#4719) 2019-10-02 18:47:54 -07:00
Len 4aeddab93b Update y000000000053.cfg (#4718) 2019-10-02 18:47:19 -07:00
Len ac6ebfbbd8 Update y000000000000.cfg (#4717) 2019-10-02 18:46:51 -07:00
Len e7da0a7361 Update y000000000000.cfg (#4716) 2019-10-02 18:46:20 -07:00
Len 1f983471cb Update y000000000051.cfg (#4740) 2019-10-02 18:45:27 -07:00
Len 9b3ccb2e15 Update y000000000037.cfg (#4715) 2019-10-02 18:39:59 -07:00
Len 0194075dce Update y000000000028.cfg (#4737) 2019-10-02 18:39:07 -07:00
Len 508572efd7 Update y000000000076.cfg (#4732) 2019-10-02 18:38:03 -07:00
Len 9b55837d5c Update y000000000067.cfg (#4736) 2019-10-02 18:37:02 -07:00
Len a6158ef5c5 Update y000000000054.cfg (#4733) 2019-10-02 18:36:34 -07:00
Len b1449b1e90 Update y000000000068.cfg (#4734) 2019-10-02 18:35:51 -07:00
Len 13c684eae9 Update y000000000029.cfg (#4735) 2019-10-02 18:35:22 -07:00
Nate 39fd0971d0 Destinations: Fix CSV import delete. 2019-10-02 18:12:48 -06:00
chansizzle 9af19f3236 Update destination_imports.php (#4714) 2019-10-02 15:46:05 -07:00
Nate b480ffb9c3 Update xml_cdr.php 2019-10-02 16:00:01 -06:00
Nate 8044a851eb CDR: Permissions to control data columns displayed. 2019-10-02 15:41:49 -06:00
Nate c88355c2fb CDR: Update permissions on CDR Archive. 2019-10-02 14:17:34 -06:00