Commit Graph

17203 Commits

Author SHA1 Message Date
FusionPBX ddfb543cb6
Adding dhcp options variables. Pull request #5660
adding dhcp options variables
2020-12-12 01:53:01 -07:00
FusionPBX d535dbe40e
Adding dhcp options variables. Pull request #5661
adding dhcp options variables
2020-12-12 01:52:41 -07:00
FusionPBX 1067162a05
Adding dhcp options variables. Pull request #5662
adding dhcp options variables
2020-12-12 01:52:18 -07:00
FusionPBX 5bd719322d
Adding dhcp options variables. Pull request #5663
adding dhcp options variables
2020-12-12 01:51:56 -07:00
FusionPBX 6c4c87df6a
Adding dhcp options variables. Pull ull request #5665
adding dhcp options variables
2020-12-12 01:51:36 -07:00
FusionPBX 56877f1f55
Adding dhcp options variables. Pull request #5666
adding dhcp options variables
2020-12-12 01:51:06 -07:00
FusionPBX 4da8aaa9c4
Adding dhcp options variables. Pull request #5667
adding dhcp options variables
2020-12-12 01:50:02 -07:00
FusionPBX 7af1c5007a
Adding dhcp options variables. Pull request #5664
adding dhcp options variables
2020-12-12 01:48:54 -07:00
FusionPBX 2843b786db
Adding dhcp options variables. Pull request #5668
adding dhcp options variables
2020-12-12 01:48:11 -07:00
FusionPBX a8296ce604
Adding dhcp options variables. Pull request #5669
adding dhcp options variables
2020-12-12 01:47:45 -07:00
FusionPBX b72aba79a5
Adding dhcp options variables. Pull request #5670
adding dhcp options variables
2020-12-12 01:47:14 -07:00
FusionPBX 166f54da01
Adding dhcp options variables. Merge pull request #5671
Adding dhcp options variables
2020-12-12 01:46:42 -07:00
fusionate e9a6449b07 Time Conditions: Fix dynamic Destination Other > Hangup option. 2020-12-11 16:36:51 -07:00
chansizzle 624bcd215a
adding dhcp options variables 2020-12-11 16:15:17 -07:00
chansizzle 6df278da2f
adding dhcp options variables 2020-12-11 16:14:21 -07:00
chansizzle 4000a64c65
adding dhcp options variables 2020-12-11 16:13:28 -07:00
chansizzle 8310e672a5
adding dhcp options variables 2020-12-11 16:12:30 -07:00
chansizzle 6c59863987
adding dhcp options variables 2020-12-11 16:11:43 -07:00
chansizzle 9609ca5977
adding dhcp options variables 2020-12-11 16:10:56 -07:00
chansizzle 8f905a5e26
adding dhcp options variables 2020-12-11 16:10:15 -07:00
chansizzle 53063d6627
adding dhcp options variables 2020-12-11 16:09:33 -07:00
chansizzle fa3890e2c9
adding dhcp options variables 2020-12-11 16:07:17 -07:00
chansizzle 2cc3f9a88b
adding dhcp options variables 2020-12-11 16:06:13 -07:00
chansizzle df27ae9d76
adding dhcp options variables 2020-12-11 16:05:19 -07:00
chansizzle b803a2cebe
adding dhcp options variables 2020-12-11 16:04:24 -07:00
FusionPBX c314f4352a
Minor change add a little better description. 2020-12-10 20:20:51 -07:00
FusionPBX d5016a107b
Delete xml_cdr_import_update.php 2020-12-10 20:19:54 -07:00
FusionPBX 53cbf8c9b4
Fix a situation where call recording was not showing up in Call Detail Records.
Make sure the record_path is set to the default path if that value doesn't exist in the xml.
2020-12-10 20:03:53 -07:00
FusionPBX 2eb83e45b8
Add new transaction save option to the database save method. 2020-12-10 19:52:03 -07:00
fusionate 1687ebb3ae Destinations: Correct permission. 2020-12-10 16:58:50 -07:00
FusionPBX 7fe118daed
Merge pull request #5615 from emaktech/patch-65
Order by start_epoch to Speed Up Query Execution
2020-12-09 20:06:49 -07:00
FusionPBX 059f1c48a6
Merge pull request #5618 from SeyedGH/patch-1
Update gateways.php
2020-12-09 20:06:06 -07:00
FusionPBX 0ee8ff2234
Merge pull request #5617 from chansizzle/patch-324
Update app_config.php
2020-12-09 20:03:42 -07:00
FusionPBX edb9a6e269
Restrict Call Center greeting to applications to playback, say, tone_stream, and phrase. 2020-12-09 20:00:39 -07:00
FusionPBX d7dd1a9b1d
Call Center greeting improve support for say and tone_stream. 2020-12-09 19:42:16 -07:00
FusionPBX 842bcd93ee
Remove domain_uuid from the array that is saved.
The domain_uuid should not be modified from this page so it has been removed.
2020-12-09 12:24:39 -07:00
FusionPBX d0be8bf379
Fix recording icon so that it would indicate the call being recorded. 2020-12-09 10:42:21 -07:00
SeyedGH 0a33d7a90b
Update gateways.php
Foreach has a typo -> must be =>
2020-12-09 17:18:17 +01:00
chansizzle 23b2148649
Update app_config.php
dhcp options
2020-12-08 16:07:53 -07:00
fusionate 5c8201ec0d Time Conditions: Resolve issue with dynamic Destination select not loading for Presets. 2020-12-08 14:29:32 -07:00
fusionate 87c2e80542 Call Recording: Allow recording of certain feature codes. 2020-12-08 11:10:50 -07:00
emaktech c97d9e7022
Order by start_epoch to Speed Up Query Execution
In some cases, this seems to speed up xml_cdr loading times by ~10x.

It appears one big cause of this is the final ORDER_BY statements are very slow in PostgreSQL for timestamp fields. Ordering by start_epoch field improves query execution time in a dramatic way and should result in the same ordering.
2020-12-07 15:56:26 -05:00
FusionPBX 1781b3a4d9
Merge pull request #5614 from chansizzle/patch-323
Update {$mac}.xml
2020-12-05 11:24:49 -07:00
chansizzle 30efd90981
Update {$mac}.xml
sip transport protocol
2020-12-04 18:14:04 -07:00
fusionate 46b2f00826 Dialplan Manager: Adjust toggle method to support multiple domains if used on show all. 2020-12-04 12:53:51 -07:00
FusionPBX eddeca3a02
Merge pull request #5613 from demonspork/ring_group_cid_bug
Prevent Users without permission from clobbering ring_group_caller_id
2020-12-02 19:10:39 -07:00
demonspork 5a39dbf68e Prevent Users without permission from clobbering ring_group_caller_id_name and number
Bring the ring_group_caller_id_name and number fields and permissions in line with the prefix permissions so that users without permission don't overwrite those those fields by hitting save.
2020-12-02 20:00:55 -06:00
fusionate da069651f4 CDR: Grant xml_cdr_domain permission to admin group by default. 2020-12-02 13:37:49 -07:00
FusionPBX 6f2365fe24
Update call_center_agent_edit.php 2020-12-02 12:30:02 -07:00
fusionate 0dc478ac00 Fax Server: Add ability to authorize domains for Email-to-Fax. 2020-12-02 12:20:10 -07:00