demonspork
202bc7363e
Fixed "Missed" link and exclude LOSE_RACE from CDR stats
...
Simple change to exclude lose_race and fix a URL change for the xml_cdr page.
2021-02-16 21:21:59 -06:00
agree
ee1ca8a507
fix comparison operator
2021-02-09 14:18:21 -05:00
FusionPBX
0bc3b4cf57
Merge pull request #5714 from emaktech/patch-11
...
French language update
2021-01-26 08:38:56 -07:00
agree
08f5c1631c
Add missing variable
2021-01-23 23:53:36 -05:00
agree
9c9507e2e3
Fix xml_cdr_details fix application log
...
When there's a single app in the app log it's saved as an single object in the json not as an array of objects
2021-01-23 23:47:53 -05:00
FusionPBX
246ffb3e12
Add a permission check for xml_cdr_export_csv and xml_cdr_export_pdf to the CDR export.
2021-01-18 00:00:18 -07:00
FusionPBX
1b2812976d
Add xml_cdr_export_csv and xml_cdr_export_pdf permissions to app_config.php.
2021-01-17 23:56:45 -07:00
FusionPBX
9788b7b99f
Add xml_cdr_export_csv and xml_cdr_export_pdf permission checks.
2021-01-17 23:55:23 -07:00
agree
5778f71663
Update app_config.php
2021-01-13 13:13:11 -05:00
agree
33b206c6a7
Update xml_cdr.php
2021-01-13 13:12:23 -05:00
Greenbea
3a01537487
CDR add permision to hide call center agent legs
...
Author: agree <ahrongreenberg@gmail.com>
2021-01-12 16:55:27 -05:00
emaktech
d61388b3ee
Update app_languages.php
...
French language update
2021-01-06 16:20:26 -05:00
fusionate
e8e67a6af7
CDR: Verify is array before checking size.
2020-12-28 14:23:00 -07:00
emaktech
cc5eba5699
Revert "Order by start_epoch to Speed Up Query Execution"
2020-12-23 23:52:15 -05:00
FusionPBX
fa835103e3
Use isset instead of strlen.
2020-12-21 11:13:55 -07:00
agree
60ed198a2e
CDR Import fix missing sql parameter
2020-12-15 12:42:47 -05: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
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
fusionate
da069651f4
CDR: Grant xml_cdr_domain permission to admin group by default.
2020-12-02 13:37:49 -07:00
FusionPBX
08de8d1f81
Remove code that caused an error.
2020-10-07 13:48:17 -06:00
Nate
41501eee61
CDR: Mitigate warnings if no extensions assigned to user.
2020-09-29 13:56:10 -06:00
agree
aabd4059be
cdr add call flow summary ( #5454 )
2020-09-23 10:29:13 -06:00
agree
9fc63d2643
Fix call direction ( #5456 )
2020-09-23 10:27:02 -06:00
agree
ca313c9d34
Update xml_cdr_details.php ( #5455 )
2020-09-23 10:25:55 -06:00
agree
4670a50fb0
xml cdr details format duration ( #5457 )
2020-09-18 12:34:22 -06:00
FusionPBX
95d3684cd1
Make the export page use the new xml_cdr_export permission.
2020-09-16 15:48:43 -06:00
FusionPBX
b9c6f56554
Add new permission xml_cdr_export.
2020-09-16 15:47:48 -06:00
FusionPBX
89bc913d97
Add permission_exists xml_cdr_export
2020-09-16 15:47:12 -06:00
FusionPBX
4b413ee745
Comment out the json results so that the code uses less RAM.
2020-09-16 15:26:50 -06:00
FusionPBX
1abd1f1670
Change prefix from tmp_ to start_ as the variable is based on the start date.
2020-08-11 10:39:27 -06:00
agree
e2498a81de
fix extension summary date selection ( #5358 )
2020-07-16 09:54:10 -06:00
agree
b0b788427e
remove CDR Statistics from default menu for users ( #5347 )
...
* Remove CDR stattistics from user group menu
users don't have CDR statistics vier permission no need to have it in the menu
* remove status from user group menu
No need to have it in the default menu for the user group
2020-07-13 12:46:57 -06:00
FusionPBX
0d2e62bc9b
Add answered to the extension summary
2020-07-07 22:13:28 -06:00
FusionPBX
fa7bb2a781
Add direction inbound for call center calls and update missed_calls.
2020-07-02 18:02:19 -06:00
FusionPBX
e1f428db59
Add direction inbound for call center calls and update missed_calls.
2020-07-02 18:01:59 -06:00
FusionPBX
2d5745c283
Adjust the key string to match the value.
2020-07-02 16:48:07 -06:00
FusionPBX
0a3d809556
Add cc values to the altnernate import.
2020-07-02 16:27:54 -06:00
FusionPBX
87a7073889
If you don't have xml_cdr_lose_race permission then hide the call.
2020-06-01 16:13:40 -06:00
FusionPBX
d53bf56ee6
Remove is_array on extension_uuids
2020-05-14 20:48:57 -06:00
FusionPBX
99ac39d3e9
Update app_config.php
2020-05-06 20:35:34 -06:00
FusionPBX
8aa4277449
Update v_xml_cdr_import.php
2020-05-06 14:23:17 -06:00
FusionPBX
71e861a68c
Update v_xml_cdr_import.php
2020-05-06 14:19:28 -06:00
FusionPBX
314a217d56
Update xml_cdr.php
2020-05-05 21:32:33 -06:00
FusionPBX
d53c90d1dd
Update v_xml_cdr_import.php
2020-04-28 16:15:18 -06:00
FusionPBX
b261c7e6d5
Update xml_cdr.php
2020-04-28 16:11:06 -06:00
FusionPBX
a872a6c848
Update app_config.php
2020-04-28 12:01:03 -06:00
FusionPBX
88846e822c
Update xml_cdr.php
2020-04-28 12:00:07 -06:00
konradSC
ef116cedd9
Specify table for Accountcode Search ( #5243 )
...
I had to add "c." in order for accountcode CDR searches to work under Advanced CDR Search.
I suspect there may be more that require this, but I haven't checked every field under advanced search.
2020-04-24 10:07:35 -06:00