Commit Graph

12870 Commits

Author SHA1 Message Date
Len cd8ba5300f Update {$mac}.cfg (#4095) 2019-05-08 14:05:46 -06:00
Len 7ba52986f7 Update {$mac}.cfg (#4096) 2019-05-08 14:05:29 -06:00
Len 8803865c41 Update {$mac}.cfg (#4072) 2019-05-08 14:05:15 -06:00
Len ac6ec941cc Update {$mac}.cfg (#4073) 2019-05-08 14:04:58 -06:00
Len 6f0a65b66f Update {$mac}.cfg (#4074) 2019-05-08 14:04:41 -06:00
Len c1e119e076 Update {$mac}.cfg (#4076) 2019-05-08 14:04:20 -06:00
Len 39342f34ff Update {$mac}.cfg (#4078) 2019-05-08 14:04:02 -06:00
Luis Daniel Lucio Quiroz d39190913d [4.5] Fix the ALTER TABLE (#4097)
* Fix the ALTER TABLE

when $apps[$x]['db'][$y]['fields'][$z]['name'] is an array, you dont try to get the ['text'] index therefore fields such as v_xml_cdr.xml_uuid, v_destinations.destination_type and v_destinations.destination_number wont be created when upgrading.

This patch fixes it

* Update schema.php
2019-05-08 14:02:20 -06:00
Len 6b7dd32fff Update {$mac}.cfg (#4098) 2019-05-08 13:58:08 -06:00
Len fe464e75a4 Update {$mac}.cfg (#4102) 2019-05-08 13:57:39 -06:00
Len e0e99262f5 Update {$mac}.cfg (#4099) 2019-05-08 13:56:51 -06:00
Len 4794a13b80 Update {$mac}.cfg (#4107) 2019-05-08 13:56:29 -06:00
Len f2d13c7706 Update {$mac}.cfg (#4101) 2019-05-08 13:55:58 -06:00
Len b51e73edc3 Update {$mac}.cfg (#4103) 2019-05-08 13:54:56 -06:00
Len 722bf5c85c Update {$mac}.cfg (#4105) 2019-05-08 13:54:42 -06:00
Len a2dcfb048e Update {$mac}.cfg (#4109) 2019-05-08 13:53:59 -06:00
Len feacc512ab Update {$mac}.cfg (#4106) 2019-05-08 13:53:33 -06:00
Len 34f6e5f879 Update {$mac}.cfg (#4108) 2019-05-08 13:53:07 -06:00
Len ae73aeb404 Update {$mac}.cfg (#4104) 2019-05-08 13:29:19 -06:00
Len f94a8199a2 Update {$mac}.cfg 2019-05-08 14:22:33 -04:00
Len 04a8a57e64 Update {$mac}.cfg 2019-05-08 14:17:43 -04:00
Len 74068490bb Update {$mac}.cfg 2019-05-08 13:40:29 -04:00
Len 26f3aac445 Update {$mac}.cfg 2019-05-08 13:34:50 -04:00
Len 7847449d50 Update {$mac}.cfg 2019-05-08 13:26:17 -04:00
Len a9d7c86310 Update {$mac}.cfg 2019-05-08 13:09:42 -04:00
Len 8bf6c4958c Update app_config.php 2019-05-08 12:52:35 -04:00
Len 2d7f842089 Update app_config.php 2019-05-08 12:50:40 -04:00
agree d69a6b8e96 Update {$mac}.cfg (#4070)
* Update {$mac}.cfg

* Update {$mac}.cfg
2019-05-08 09:58:26 -06:00
FusionPBX c23c4ced5a Update ring_group_delete.php 2019-05-08 08:58:26 -06:00
FusionPBX ac98d98746 Update ring_group_destination_delete.php 2019-05-08 08:57:52 -06:00
FusionPBX da29560230 Update ring_group_delete.php 2019-05-08 08:50:19 -06:00
FusionPBX 42d0700fd6 Update ivr_menu_option_delete.php 2019-05-07 19:34:52 -06:00
FusionPBX 34cdfc2ed6 Update ivr_menu_delete.php 2019-05-07 19:21:49 -06:00
FusionPBX f0c76245d0 Update ivr_menu.php 2019-05-07 19:20:48 -06:00
FusionPBX beb51db3c3 Update extension_delete.php 2019-05-07 14:01:51 -06:00
ednt 4e558f7c3d convert local html characters like Ü (#4069)
Foreign language html emails were sent as received.
Now all html entities should be converted to there corresponding UTF8 characters.
2019-05-07 11:29:50 -06:00
Nate 75a4154453 Theme: Add ability to specify target on table row link. 2019-05-06 10:08:15 -06:00
FusionPBX cd5dd78c25 Update destinations.php 2019-05-05 19:34:56 -06:00
FusionPBX d8d98989b8 Update destination_delete.php 2019-05-05 19:31:43 -06:00
FusionPBX 9796cabe28 Update database.php 2019-05-05 19:30:05 -06:00
Luis Daniel Lucio Quiroz b16ab8f002 Update record_message.lua 2019-05-03 23:54:51 -04:00
FusionPBX 41e8567043 Update functions.php 2019-04-30 23:59:45 -06:00
FusionPBX c146b3436a Update app_defaults.php 2019-04-30 23:57:10 -06:00
FusionPBX ea772c1229 Update app_defaults.php 2019-04-30 23:49:44 -06:00
FusionPBX ec2ed76286 Update index.php 2019-04-30 23:10:13 -06:00
FusionPBX c307dfdaab Update app_defaults.php 2019-04-30 23:09:24 -06:00
FusionPBX 5b2ca79fab Update app_config.php 2019-04-30 23:08:53 -06:00
Luis Daniel Lucio Quiroz ccb0369805 Add another way to use Azure Speech to Text service
This patch adds BING (legacy) some extra fault tolerance support. For those who still use Bing, Bing sometimes fails
It adds another way, which I think it is easier and faster (Azure). Among the outstanding things it has; just configure the zone, and use Memcache to store the access token as per Azure documentation, it saves a query (faster). It also returns the most likely right transcription (digging in the JSON)
2019-04-30 23:34:34 -04:00
Len 672ba2443c Update {$mac}.xml (#4063) 2019-04-30 16:47:56 -06:00
Len 2b55fd89c9 Update {$mac}.xml (#4062)
* Update {$mac}.xml

* Update {$mac}.xml
2019-04-30 16:46:18 -06:00