Commit Graph

5387 Commits

Author SHA1 Message Date
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
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
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
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
Len 6ced89ca28 Update {$mac}.xml (#4282)
* Update {$mac}.xml

* Update {$mac}.xml
2019-06-15 08:43:56 -06:00
FusionPBX 70fffb8e37 Update hangup_rx.lua 2019-06-14 23:59:37 -06:00
FusionPBX baea8db575 Update fax_retry.lua 2019-06-14 23:56:56 -06:00
Len d60c7a25af Update {$mac}.xml (#4281)
* Update {$mac}.xml

* Update {$mac}.xml
2019-06-14 22:12:43 -06:00
Len ed4d881ece Update {$mac}.xml (#4283)
* Update {$mac}.xml

* Update {$mac}.xml
2019-06-14 19:58:40 -06:00
Len c13261238f Update {$mac}.xml (#4284)
* Update {$mac}.xml

* Update {$mac}.xml
2019-06-14 19:57:04 -06:00
Len a7106a2774 Update {$mac}.xml (#4285)
* Update {$mac}.xml

* Update {$mac}.xml
2019-06-14 19:56:50 -06:00
FusionPBX e53860eb47 This code actually breaks inbound fax email. Commented it out and it works again. 2019-06-11 18:42:58 -06:00
FusionPBX 8ac8f04872 Update hangup_rx.lua 2019-06-11 02:58:52 -06:00
blackwolfresearch ece98a9c01 Security Fixes (#4268)
* Updated fixes for CVE-2019-11409

* Fix for XSS - (CVE-2018-19094)

* Fix for fax cmd injection (CVE-2018-19096)
2019-06-06 18:46:00 -06:00
Len 768c2e094e Create y000000000096.cfg (#4261) 2019-06-05 23:47:16 -06:00
jpattWPC 3a6dcdd340 Allow Phrases to be used in IVRs (#4263)
With the current implementation, Phrases cannot be used in IVRs as streamfile.lua prevents keypresses from being passed back to the IVR. This fix makes a small change to the way phrases are stored and allows streamfile to be run without blocking IVR keypresses.
2019-06-05 21:12:13 -06:00
jpattWPC 4ae27f13b6 Add support for PostgreSQL TLS (#4262)
This commit adds support for PostgreSQL TLS communication. This requires /etc/fusionpbx/config.php to have two parameters added:

$db_secure = true;
$db_cert_authority = "/path/to/ca.crt";
2019-06-05 21:10:58 -06:00
Len 3dcec79663 Create {$mac}.cfg (#4257) 2019-06-05 10:56:31 -06:00
Len 9c01dfb2ea Create directory.xml (#4258) 2019-06-05 10:50:09 -06:00
Len cd62e5b24f Create favorite_setting.xml (#4259) 2019-06-05 10:49:49 -06:00
Len ad2367b8fe Create {$mac}.boot (#4260) 2019-06-05 10:49:30 -06:00
chansizzle 5724c26a01 Update app_languages.php (#4252) 2019-06-03 16:23:33 -06:00
FusionPBX ce8ac1d3e2 Update index.lua 2019-06-03 08:24:13 -06:00
Len e0555de2d3 Update {$mac}.xml (#4241) 2019-06-02 13:09:42 -06:00
Bryan Redeagle 9e0826ab3c Added support for Digium D-Series phones. (#4229) 2019-06-02 10:01:54 -06:00
Len 6df7a33fbd Update {$mac}.xml (#4236) 2019-06-01 20:47:10 -06:00
Len 63a0af5695 Update {$mac}.xml (#4237) 2019-06-01 20:46:47 -06:00
Len b1d8067e89 Update {$mac}.xml (#4240) 2019-06-01 20:46:05 -06:00
Len 6d3cc1c2d6 Update {$mac}.xml (#4239) 2019-06-01 20:45:08 -06:00
Len 5066580034 Update {$mac}.xml (#4238) 2019-06-01 20:44:00 -06:00
Len cde9249b09 Update {$mac}.xml (#4234) 2019-06-01 20:12:13 -06:00
FusionPBX 43590603ad Update {$mac}.xml 2019-06-01 17:15:01 -06:00
FusionPBX ab3dd4989c Rename {mac}.xml to {$mac}.xml 2019-06-01 17:06:05 -06:00
FusionPBX 8094983561 Rename {mac}.xml to {$mac}.xml 2019-06-01 17:05:18 -06:00
FusionPBX de1a35e912 Update index.lua 2019-06-01 15:07:49 -06:00
Nate 91414a830e Functions: Update send_email function to support attachments 2019-06-01 12:07:58 -06:00
FusionPBX 8dadf79b7e Minor version update 4.5.6 2019-05-30 02:03:56 -06:00
FusionPBX 58537ce365 Update message.php 2019-05-30 01:55:07 -06:00
FusionPBX 8679b58680 Update record_message.lua 2019-05-30 01:53:35 -06:00
FusionPBX ed92a99130 Revert "[4.5] Fix the ALTER TABLE (#4097)"
This reverts commit 8822528227.
2019-05-30 00:56:51 -06:00
emaktech e1a54c9ec9 Fix Call Block Type Setting Check
When setting call_block_matching, the setting was not being evaluated as true because it was looking for 'call block' group when the actual name is 'call_block'.

Adding the underscore fixes this small syntax issue and the setting works correctly.
2019-05-28 14:27:29 -04:00
FusionPBX c34ff1d4c6 Update database.php 2019-05-27 19:56:32 -06:00
FusionPBX 157db18dc7 White space cleanup on the text class. 2019-05-25 23:40:51 -06:00
FusionPBX ed19df468d Merge pull request #4205 from Len-PGH/patch-3
Update {$mac}.xml
2019-05-25 14:23:20 -06:00
FusionPBX 4d8dc508c2 Merge pull request #4206 from Len-PGH/patch-4
Update {$mac}.xml
2019-05-25 14:23:07 -06:00
FusionPBX cb3e9d9b7a Merge pull request #4207 from Len-PGH/patch-5
Update {$mac}.xml
2019-05-25 14:20:48 -06:00
FusionPBX c26a0cea4e Merge pull request #4208 from Len-PGH/patch-6
Update {$mac}.xml
2019-05-25 14:19:55 -06:00
Len bd72d1345a Update {$mac}.xml 2019-05-25 15:44:33 -04:00
Len e35f3a74c4 Update {$mac}.xml 2019-05-25 15:43:03 -04:00
Len 94b2146317 Update {$mac}.xml 2019-05-25 15:42:15 -04:00
Len d62f97c5b9 Update {$mac}.xml 2019-05-25 15:41:07 -04:00
Len 466f5b5079 Update {$mac}.xml 2019-05-25 15:40:22 -04:00
FusionPBX 83b1914334 Merge pull request #4202 from Len-PGH/patch-50
Update {mac}.xml
2019-05-25 11:22:06 -06:00
FusionPBX 17cf522163 Merge pull request #4195 from Len-PGH/patch-43
Update {$mac}.xml
2019-05-25 11:21:43 -06:00
Len d2426f1501 Update {mac}.xml 2019-05-25 13:21:04 -04:00
FusionPBX d292183e6b Merge pull request #4196 from Len-PGH/patch-44
Update {$mac}.xml
2019-05-25 11:15:26 -06:00
FusionPBX 94a707f123 Merge pull request #4197 from Len-PGH/patch-45
Update {$mac}.xml
2019-05-25 11:15:11 -06:00
FusionPBX 81db56754a Merge pull request #4198 from Len-PGH/patch-46
Update {$mac}.xml
2019-05-25 11:14:51 -06:00
FusionPBX 23a3fe6c7d Merge pull request #4199 from Len-PGH/patch-47
Update {$mac}.xml
2019-05-25 11:13:59 -06:00
FusionPBX 6b6d3be748 Merge pull request #4200 from Len-PGH/patch-48
Update {$mac}.xml
2019-05-25 11:13:25 -06:00
Len 11434c4b9a Update {$mac}.xml 2019-05-25 13:10:42 -04:00
Len 896be96492 Update {$mac}.xml 2019-05-25 13:09:30 -04:00
Len ae4ca53a37 Update {$mac}.xml 2019-05-25 13:07:13 -04:00
Len 9f4b46fa05 Update {$mac}.xml 2019-05-25 13:05:08 -04:00
Len 5cfa4b48ca Update {$mac}.xml 2019-05-25 13:02:59 -04:00
Len ce4bb3c1a7 Update {$mac}.xml 2019-05-25 13:00:17 -04:00
Len 5bcfd146bb Update {$mac}.xml 2019-05-25 12:53:22 -04:00
Len cfaa878064 Update {$mac}.xml 2019-05-25 12:47:48 -04:00
FusionPBX 8d0cfd3ca8 Merge pull request #4192 from Len-PGH/patch-40
Update {$mac}.xml
2019-05-25 10:34:14 -06:00
FusionPBX db952e3849 Merge pull request #4193 from Len-PGH/patch-41
Update {$mac}.xml
2019-05-25 10:34:02 -06:00
FusionPBX 1df698bc9f Merge pull request #4177 from Len-PGH/patch-25
Update {$mac}.xml
2019-05-25 10:33:05 -06:00
Len e308c47f78 Update {$mac}.xml 2019-05-25 12:32:58 -04:00
FusionPBX 73bad7d52d Merge pull request #4178 from Len-PGH/patch-26
Update {$mac}.xml
2019-05-25 10:32:42 -06:00
FusionPBX e11069413f Merge pull request #4179 from Len-PGH/patch-27
Update {$mac}.xml
2019-05-25 10:32:05 -06:00
FusionPBX 63d4262c34 Merge pull request #4180 from Len-PGH/patch-28
Update {$mac}.xml
2019-05-25 10:31:50 -06:00
FusionPBX 21c3fdc467 Merge pull request #4181 from Len-PGH/patch-29
Update {$mac}.xml
2019-05-25 10:31:22 -06:00
FusionPBX 585b6f9fc2 Merge pull request #4182 from Len-PGH/patch-30
Update {$mac}.xml
2019-05-25 10:30:14 -06:00
FusionPBX 7628735400 Merge pull request #4183 from Len-PGH/patch-31
Update {$mac}.xml
2019-05-25 10:29:59 -06:00
FusionPBX dca33d8fcb Merge pull request #4184 from Len-PGH/patch-32
Update {$mac}.xml
2019-05-25 10:29:20 -06:00
FusionPBX e968c6ea3d Merge pull request #4185 from Len-PGH/patch-33
Update {$mac}.xml
2019-05-25 10:29:00 -06:00
FusionPBX cb686e3469 Merge pull request #4186 from Len-PGH/patch-34
Update {$mac}.xml
2019-05-25 10:28:18 -06:00
FusionPBX a2f0091c3c Merge pull request #4187 from Len-PGH/patch-35
Update {$mac}.xml
2019-05-25 10:27:35 -06:00
Len 7bf59d24ee Update {$mac}.xml 2019-05-25 12:27:06 -04:00
FusionPBX e23395788a Merge pull request #4188 from Len-PGH/patch-36
Update {$mac}.xml
2019-05-25 10:26:24 -06:00
FusionPBX 9250dc7ad3 Merge pull request #4189 from Len-PGH/patch-37
Update {$mac}.xml
2019-05-25 10:25:56 -06:00
FusionPBX d20e9401d8 Merge pull request #4190 from Len-PGH/patch-38
Update {$mac}.xml
2019-05-25 10:22:32 -06:00
Len 156b830d0b Update {$mac}.xml 2019-05-25 12:18:23 -04:00
Len 00336b098f Update {$mac}.xml 2019-05-25 12:16:31 -04:00
Len 11c0de9e26 Update {$mac}.xml 2019-05-25 12:14:04 -04:00
Len f93c00ef2a Update {$mac}.xml 2019-05-25 12:11:07 -04:00
Len 5e48db02da Update {$mac}.xml 2019-05-25 12:08:49 -04:00
Len 3e31e7efec Update {$mac}.xml 2019-05-25 12:05:25 -04:00
Len bf1a7ff80a Update {$mac}.xml 2019-05-25 12:02:34 -04:00
Len 5efdcdca52 Update {$mac}.xml 2019-05-25 11:59:21 -04:00
Len 2c01f9e8e7 Update {$mac}.xml 2019-05-25 11:55:17 -04:00
Len ddf79b4f2d Update {$mac}.xml 2019-05-25 11:53:13 -04:00
Len 0476fd43a0 Update {$mac}.xml 2019-05-25 11:51:35 -04:00
Len 7d8ebb35fa Update {$mac}.xml 2019-05-25 11:49:27 -04:00
Len 883ad1aa6f Update {$mac}.xml 2019-05-25 11:48:09 -04:00
Len 86aebdcfa1 Update {$mac}.xml 2019-05-25 11:46:55 -04:00
Len d3cea9210b Update {$mac}.xml 2019-05-25 11:44:36 -04:00
Darryl Ross 55b9329bf9 Add X210 config file based on X6 config file. 2019-05-24 12:32:36 +10:00
FusionPBX da6abc8baa Merge pull request #4171 from Len-PGH/patch-21
Update {$mac}.xml
2019-05-23 14:19:17 -06:00
FusionPBX 2ef5049f89 Merge pull request #4172 from Len-PGH/patch-22
Update {$mac}.xml
2019-05-23 14:18:44 -06:00
FusionPBX d27fbc71f7 Merge pull request #4173 from Len-PGH/patch-23
Update {$mac}.xml
2019-05-23 14:18:14 -06:00
FusionPBX 8453b0c1c0 Update dialplan.lua 2019-05-23 13:48:21 -06:00
Len 69e67c44f5 Update {$mac}.xml 2019-05-23 13:41:28 -04:00
Len 4b2f68b426 Update {$mac}.xml 2019-05-23 13:33:09 -04:00
Len 39168e06b5 Update {$mac}.xml 2019-05-23 13:21:54 -04:00
Darryl Ross c726983862 Create default ringtones for alert-into type External and External2 and allow to be overriden from default settings. 2019-05-22 12:10:41 +10:00
Darryl Ross 7658d45ff3 Update syntax for DSS buttons to use correct structure for X6 phone. 2019-05-22 12:10:18 +10:00
Darryl Ross bfe5268310 Allow setting country tone set from default setting. 2019-05-22 12:09:57 +10:00
FusionPBX 143e6e26df Merge pull request #4067 from daniel-lucio/patch-106
Add another working way to use Azure Speech to Text service
2019-05-21 10:58:14 -06:00
FusionPBX 6e1d22f510 Merge pull request #4155 from Len-PGH/patch-11
Update {$mac}.xml
2019-05-21 10:57:20 -06:00
FusionPBX cb6732928f Update {$mac}.xml 2019-05-21 10:57:08 -06:00
FusionPBX 8b7e98bc54 Merge pull request #4156 from Len-PGH/patch-12
Update {$mac}.xml
2019-05-21 10:53:59 -06:00
FusionPBX 9435839dde Merge pull request #4158 from Len-PGH/patch-14
Update {$mac}.xml
2019-05-21 10:53:34 -06:00
FusionPBX caf37be941 Update {$mac}.xml 2019-05-21 10:47:55 -06:00
FusionPBX 64c0ff379c Merge pull request #4154 from Len-PGH/patch-10
Update {$mac}.xml
2019-05-21 10:43:42 -06:00
FusionPBX d4d3d33bce Update {$mac}.xml 2019-05-21 10:43:30 -06:00
FusionPBX 2b512fabd1 Merge pull request #4153 from Len-PGH/patch-9
Update {$mac}.xml
2019-05-21 10:41:46 -06:00
FusionPBX 7d90aae571 Update {$mac}.xml 2019-05-21 10:41:37 -06:00
FusionPBX 3cf1fa2dda Merge pull request #4151 from Len-PGH/patch-7
Update {$mac}.xml
2019-05-21 10:38:10 -06:00
FusionPBX 80409fd2a5 Update {$mac}.xml 2019-05-21 10:37:56 -06:00
FusionPBX c1c41ea332 Merge pull request #4152 from Len-PGH/patch-8
Update {$mac}.xml
2019-05-21 10:35:56 -06:00
FusionPBX c50baa3915 Update {$mac}.xml 2019-05-21 10:35:44 -06:00
FusionPBX 2dd7e96cf4 Merge pull request #4157 from Len-PGH/patch-13
Update {$mac}.xml
2019-05-21 10:32:41 -06:00
FusionPBX 82eac104ce Update {$mac}.xml 2019-05-21 10:32:25 -06:00
FusionPBX 0c960089b9 Update {$mac}.xml 2019-05-21 10:31:26 -06:00
FusionPBX 0b2b857a39 Merge pull request #4159 from Len-PGH/patch-15
Update {mac}.xml
2019-05-21 10:30:33 -06:00
FusionPBX b98fc0b8d3 Update {mac}.xml 2019-05-21 10:30:24 -06:00
FusionPBX a51632ef51 Merge pull request #4161 from Len-PGH/patch-17
Update {$mac}.xml
2019-05-21 10:27:48 -06:00
FusionPBX 018a3d686c Update {$mac}.xml 2019-05-21 10:26:46 -06:00
FusionPBX 6e1b85aca3 Merge pull request #4162 from Len-PGH/patch-18
Update {$mac}.xml
2019-05-21 10:24:28 -06:00
FusionPBX fe986fc3e7 Update {$mac}.xml 2019-05-21 10:23:28 -06:00
FusionPBX 6b1864871b Merge pull request #4163 from Len-PGH/patch-19
Update {$mac}.xml
2019-05-21 10:20:48 -06:00
FusionPBX 4c47f54900 Update {$mac}.xml 2019-05-21 10:19:59 -06:00
Adrian Fretwell ff8fb4bd15 Update cidlookup.lua
Added and optional parameter, argv[2], to take a domain_uuid.  This is to fix an issue where if two contact records exist with the same phone number, but in different domains, the CID lookup would always pick the same contact record irrespective of which domain the inbound number belonged to.
2019-05-18 12:21:33 +01:00
Len 99e09cee4d Update {$mac}.xml 2019-05-16 15:10:32 -04:00
Len d6e779cd65 Update {$mac}.xml 2019-05-16 15:07:55 -04:00
Len 695884c9a6 Update {$mac}.xml 2019-05-16 15:05:17 -04:00
Len 0cac56cb69 Update {mac}.xml 2019-05-16 14:56:43 -04:00
Len 714d686d67 Update {$mac}.xml 2019-05-16 14:54:55 -04:00
Len b7a4a0e1ef Update {$mac}.xml 2019-05-16 14:53:25 -04:00
Len f678b8e974 Update {$mac}.xml 2019-05-16 14:51:21 -04:00
Len 0b09be2fc9 Update {$mac}.xml 2019-05-16 14:41:15 -04:00
Len fa4e4a4751 Update {$mac}.xml 2019-05-16 14:39:46 -04:00
Len f6a7ea770e Update {$mac}.xml 2019-05-16 14:36:28 -04:00
Len 2bd45b612b Update {$mac}.xml 2019-05-16 14:31:16 -04:00
Len 4659cbdaff Update {$mac}.xml 2019-05-16 14:26:09 -04:00
FusionPBX 05190ab79d Merge pull request #4147 from Len-PGH/patch-3
Update {$mac}.cfg
2019-05-15 18:35:13 -06:00
FusionPBX 553f32abb4 Merge pull request #4148 from Len-PGH/patch-4
Update {$mac}.cfg
2019-05-15 18:34:53 -06:00
Len 45c2af15c8 Update {$mac}.cfg 2019-05-15 20:06:04 -04:00
Len 89a19b0280 Update {$mac}.cfg 2019-05-15 14:17:54 -04:00
Len e8b40811ea Update {$mac}.cfg 2019-05-15 13:48:25 -04:00
Len 824dce1ac2 Update {$mac}.xml 2019-05-15 12:22:37 -04:00
Len 47468db5cc Update {$mac}.cfg 2019-05-14 14:41:35 -04:00
Len f6623b4338 Update {$mac}.cfg 2019-05-14 14:00:08 -04:00
FusionPBX bdacd5c552 Merge pull request #4142 from Len-PGH/patch-74
Update y000000000037.cfg
2019-05-09 12:33:25 -06:00
FusionPBX bb239e80b0 Merge pull request #4138 from Len-PGH/patch-70
Update y000000000007.cfg
2019-05-09 10:38:07 -06:00
FusionPBX 2302c5563a Merge pull request #4139 from Len-PGH/patch-71
Update y000000000053.cfg
2019-05-09 10:37:55 -06:00
FusionPBX dbdf9ff26e Merge pull request #4140 from Len-PGH/patch-72
Update y000000000000.cfg
2019-05-09 10:37:43 -06:00
Len f01ab14a04 Update y000000000037.cfg 2019-05-09 12:20:47 -04:00
Len 3c44421100 Update y000000000000.cfg 2019-05-09 12:17:16 -04:00
Len a3559a2fb6 Update y000000000000.cfg 2019-05-09 12:16:34 -04:00
Len 4b4c50d21d Update y000000000053.cfg 2019-05-09 12:13:55 -04:00
Len 634a462792 Update y000000000007.cfg 2019-05-09 12:13:13 -04:00
FusionPBX 22aaf14e98 Merge pull request #4120 from Len-PGH/patch-52
Update y000000000067.cfg
2019-05-09 10:05:33 -06:00
FusionPBX 71b4fd0291 Merge pull request #4117 from Len-PGH/patch-49
Update y000000000025.cfg
2019-05-09 10:05:22 -06:00
FusionPBX dffa559318 Merge pull request #4114 from Len-PGH/patch-46
Update y000000000051.cfg
2019-05-09 10:05:10 -06:00
FusionPBX 38d17c7585 Merge pull request #4113 from Len-PGH/patch-45
Update y000000000065.cfg
2019-05-09 10:03:58 -06:00
FusionPBX d8d3dc8d72 Merge pull request #4115 from Len-PGH/patch-47
Update y000000000023.cfg
2019-05-09 10:03:42 -06:00
FusionPBX 15eed287f8 Merge pull request #4118 from Len-PGH/patch-50
Update y000000000077.cfg
2019-05-09 10:03:19 -06:00
FusionPBX a09bfca791 Merge pull request #4112 from Len-PGH/patch-44
Update y000000000035.cfg
2019-05-09 10:03:01 -06:00
FusionPBX 2afa38d1f3 Merge pull request #4119 from Len-PGH/patch-51
Update y000000000028.cfg
2019-05-09 10:02:01 -06:00
FusionPBX b7bcee29e4 Merge pull request #4121 from Len-PGH/patch-53
Update y000000000029.cfg
2019-05-09 10:01:31 -06:00
FusionPBX 888ccc64db Merge pull request #4122 from Len-PGH/patch-54
Update y000000000068.cfg
2019-05-09 10:00:54 -06:00
FusionPBX 545c494b29 Merge pull request #4125 from Len-PGH/patch-57
Update y000000000076.cfg
2019-05-09 10:00:13 -06:00
FusionPBX 507818e772 Merge pull request #4130 from Len-PGH/patch-62
Update y000000000045.cfg
2019-05-09 10:00:02 -06:00
FusionPBX 79684ed6fd Merge pull request #4134 from Len-PGH/patch-66
Update y000000000044.cfg
2019-05-09 09:59:50 -06:00
FusionPBX 91f6c7e3f4 Merge pull request #4135 from Len-PGH/patch-67
Update y000000000005.cfg
2019-05-09 09:59:37 -06:00
FusionPBX ede4857693 Merge pull request #4136 from Len-PGH/patch-68
Update y000000000052.cfg
2019-05-09 09:59:23 -06:00
FusionPBX c7fd4a01c4 Merge pull request #4126 from Len-PGH/patch-58
Update y000000000038.cfg
2019-05-09 09:58:57 -06:00
FusionPBX 4c4c85d879 Merge pull request #4116 from Len-PGH/patch-48
Update y000000000025.cfg
2019-05-09 09:58:38 -06:00
Len bcf5c737dd Update y000000000052.cfg 2019-05-09 11:58:37 -04:00
FusionPBX 5c0f837a4d Merge pull request #4110 from Len-PGH/patch-42
Update y000000000066.cfg
2019-05-09 09:58:08 -06:00
FusionPBX ba10fa23e1 Merge pull request #4123 from Len-PGH/patch-55
Update y000000000036.cfg
2019-05-09 09:57:33 -06:00
FusionPBX 6141f30ce3 Merge pull request #4124 from Len-PGH/patch-56
Update y000000000054.cfg
2019-05-09 09:57:22 -06:00
Len cbc45bb390 Update y000000000005.cfg 2019-05-09 11:57:11 -04:00