Commit Graph

13167 Commits

Author SHA1 Message Date
FusionPBX 7918358124 Update functions.php 2019-06-27 10:16:43 -06:00
FusionPBX eb0d39f1f9 Update xml_cdr_inc.php 2019-06-27 09:05:06 -06:00
FusionPBX 61965dd69c Update dialplans.php 2019-06-27 08:35:31 -06:00
FusionPBX 84caa1bd6a Update dialplans.php 2019-06-27 08:08:41 -06:00
FusionPBX 4ec5b0e17a Update app_config.php 2019-06-27 07:55:39 -06:00
ednt 31170138e7 A typo at the last commit (#4313) 2019-06-27 07:06:40 -06:00
Len d939aaaeb7 Create {$mac}.xml (#4306) 2019-06-26 23:57:07 -06:00
Len 4d954b27d5 Create {$mac}.xml (#4307) 2019-06-26 23:56:48 -06:00
Len d099272778 Create {$mac}.xml (#4308) 2019-06-25 12:34:16 -06:00
Len 5fb80c530c Create {$mac}.xml (#4310) 2019-06-25 12:34:00 -06:00
Len eadeea6138 Create {$mac}.xml (#4305) 2019-06-25 11:47:59 -06:00
Len c532440a51 Create {$mac}.xml (#4309) 2019-06-25 11:47:27 -06:00
Len 8ec112c687 Update {$mac}.xml (#4304) 2019-06-24 21:34:11 -06:00
FusionPBX 63876aa86c Update cmd.php 2019-06-23 14:51:28 -06:00
emaktech f44ed4370c Fix Ring Group Delay Timing (#4003)
This is going to sound really stupid but I have tested this extensively, submitted a Jira on it months ago (was told FS 1.6.20 was no longer supported) and it's still an issue. Please do not take my word for this and create a ring group to test the delay settings with a stopwatch and you should see the real vs set delay discrepancy.

In FreeSWITCH (both on 1.6.20 and 1.8.5) when sending leg_delay_start values, for whatever reason the actual time is double the value sent. The result of this is that if you send 1000ms as leg_delay_start the actual time the call will be delayed is 2000ms.

Because of this bad behavior, ring group delay settings end up being exactly double what is set. e.g. if you set 10s, you will have to wait 20s for the call to be initiated on leg b.

The easiest way to fix this behavior is to simply multiply leg_delay_start by half as much to get the right "real" delay time. Ugly, I know... I'm not sure if leg_delay_start value is passed elsewhere, I'm thinking this behavior may also be present in find me/follow me. If this gets accepted I will look for other locations where this behavior occurs and submit separate PRs if I find any other instances of this.
2019-06-21 22:04:14 -06:00
Len d74a8eedf0 Update {$mac}.xml (#4302) 2019-06-21 22:02:50 -06:00
mtghr 284450607a Update {$mac}.cfg (#4301)
the Expire time was set to 3600 with no way to change it
2019-06-20 07:15:21 -06:00
FusionPBX 84f114feb4 Update registration_reload.php 2019-06-20 04:19:47 -06:00
FusionPBX ec0daf5358 Update registrations.php 2019-06-20 04:14:48 -06:00
Luis Daniel Lucio Quiroz add3dc70ec gives save_var_xml() more tolerance (#4299)
when there is no local freeswitch running (big cluster deployments where Fusion UI is in another server), sometimes there is no local freeswitch running. this breaks the variables per host.

This patch gives the chance to use the hostname as a fallback option before giving up.
2019-06-20 03:35:41 -06:00
FusionPBX 536cf2b137 Delete cmd.php 2019-06-20 03:18:52 -06:00
FusionPBX eca86a9e6a Update fax_send.php 2019-06-19 08:12:40 -06:00
FusionPBX dfcf4148cf Update call_flow_edit.php 2019-06-19 08:02:05 -06:00
Len 5cab4a04a7 Update README.md (#4293) 2019-06-18 21:13:10 -06:00
Len 4008f2255f Update {$mac}.xml (#4294) 2019-06-18 21:12:33 -06:00
Len 9f97c527c3 Update {$mac}.xml (#4295) 2019-06-18 21:10:47 -06:00
Len b770356a65 Update {$mac}.xml (#4296) 2019-06-18 21:09:58 -06:00
Len 8889c159fc Update {$mac}.xml (#4297) 2019-06-18 21:09:11 -06:00
Len b6c22e07fa Update {$mac}.xml (#4298) 2019-06-18 21:08:24 -06:00
FusionPBX 9425225820 Create {$mac}.xml 2019-06-18 19:14:28 -06:00
FusionPBX 8e29cf638f Update extension_copy.php 2019-06-18 18:37:34 -06:00
FusionPBX 83f5483a55 Update users.php 2019-06-18 17:13:11 -06:00
FusionPBX bd1a5799de Update destination_imports.php 2019-06-18 16:58:08 -06:00
Len 945aa905f9 Update app_config.php (#4292) 2019-06-18 14:14:28 -06:00
Len 17dc24cbbb Update app_config.php (#4291) 2019-06-18 14:03:38 -06:00
Len 59c8313316 Create README.md (#4290) 2019-06-18 13:50:32 -06:00
konradSC 86a0ad1c01 Make Destination Actions Searchable (#4289)
* Make Destination Actions Searchable

It would be nice to have destination actions as a searchable field. 

Example: If I have 500 destinations and 17 of them have Ring Group 5050 as their action, it would be helpful to be able to search for 5050 and pull up all the applicable destinations.

* Update destinations.php
2019-06-18 09:35:59 -06:00
ednt f7ad8b3b56 Add the description element for import (#4288)
To make it possible to use descriptions for own dialplan xmls
2019-06-18 08:05:50 -06:00
FusionPBX 788614f74e Update xml_cdr_inc.php 2019-06-17 23:35:48 -06:00
FusionPBX 5c9366de05 Update call_center_queue.php 2019-06-17 08:55:06 -06:00
FusionPBX 642c604b6b Update call_flow_edit.php 2019-06-17 08:51:35 -06:00
FusionPBX ec1777c2c5 Update cmd.php 2019-06-17 02:08:32 -06:00
FusionPBX 5e767f1334 Update call_center_active.php 2019-06-17 02:03:41 -06:00
FusionPBX eade7fc9f0 Update call_center_exec.php 2019-06-17 02:00:43 -06:00
FusionPBX 1f8bdece60 Update call_center_active_inc.php 2019-06-17 01:45:34 -06:00
FusionPBX c17d369cd5 Update call_center_exec.php 2019-06-17 01:37:59 -06:00
FusionPBX b68e55a9bb Update call_center_exec.php 2019-06-17 01:11:01 -06:00
FusionPBX 7c5ea5030c Update call_center_active_inc.php 2019-06-16 18:22:17 -06:00
FusionPBX bfbe6b9743 Update call_center_active.php 2019-06-16 18:21:30 -06:00
FusionPBX fd40845791 Update call_center_exec.php 2019-06-16 18:20:32 -06:00