FusionPBX
a7efbe178f
Merge pull request #5952 from greenbea/patch-40
...
[cdr] Add call stats to cdr details
2021-05-21 09:05:02 -06:00
agree
aef22cd47f
remove unnecessary line
2021-05-21 01:02:34 -04:00
agree
0fc6915a7a
[cdr] Add call stats to cdr details
2021-05-21 00:55:42 -04:00
FusionPBX
21ab598390
Merge pull request #5935 from greenbea/upstream/patch-39
...
[call_center] export call_center_queue_uuid channel variable to agent legs for cdr import
2021-05-10 12:29:55 -06:00
FusionPBX
10ca93cbc0
Add timestamptz and timezone to the extension summary.
2021-05-10 11:34:47 -06:00
FusionPBX
755f5aaf66
Use the database for formatted date and time.
2021-05-10 11:30:22 -06:00
FusionPBX
49cf078c5c
XML CDR add timestamptz and timezone
...
- If the server time is set to UTC then the search needs to account for the local time zone.
- Use the database to format the date in the most efficient way.
2021-05-10 11:28:22 -06:00
agree
d7d7c6c678
remove reference
2021-05-09 16:07:17 -04:00
agree
06062b7fba
* export call_center_queue_uuid channel variable to agent legs for cdr import
...
* add call_center_queue_uuid field to cdr for referenceing the call center queue table (cc_queue is a freeswitch variable for the queue name)
2021-05-09 15:52:42 -04:00
markjcrane
884720489f
Use the cc_queue to get the call_center_queue_uuid
2021-05-07 22:21:08 -06:00
markjcrane
8bd751f1c9
Use the cc_queue to get the call_center_queue_uuid
2021-05-07 22:04:38 -06:00
markjcrane
e09a97f013
Add { and } brackets for each $field
2021-05-07 19:08:11 -06:00
markjcrane
9cfd41d222
Update CDR imports fix syntax
2021-05-07 16:06:03 -06:00
markjcrane
cfd70fb18f
Use the queue uuid for the cc_queue
2021-05-06 23:23:07 -06:00
markjcrane
014cbd1cd0
Replace data type timestamp with timestamptz
2021-05-05 20:46:53 -06:00
agree
69e892e790
[callcenter] Add ability for callcenter presence
...
* Freeswitch requires callcenters to have queue_name@domain for presence to work
2021-04-22 18:51:25 -04:00
emaktech
a0ab52d369
CDR - Don't Check Filesystem for Recording on Load
...
I have been debugging slow loading on our CDR pages for the last few days now.
One issue that we have encountered is that currently as the page loads, it checks the filesystem for each file one at a time. In our case, we move recordings to object storage after 1 week, so each time we check for a file it passes api calls which take over 1 second each to return a result. This causes this page to not load at all for us in many cases.
Regardless, this current method is unnecessarily I/O intensive and really page load is probably not the time to be checking for each file one by one.
So this PR is the simplest solution - remove the check entirely. I would contend that the administrator should remove the record_path from the database if the file was removed so this should be acceptable.
This solves this particular issue for us, but would need feedback from others if not checking for files makes sense.
2021-03-03 15:48:17 -05:00
demonspork
c11589b1c3
Track Voicemail Message Success/Failure in CDR
...
Track whether or not a message was actually left in the voicemail box. Previously we only knew that voicemail answered, now we know whether the caller left a message.
Callers who didn't leave a message now show up in the "Cancelled" call filter in xml_cdr.php
Bonus: Fixed a bug with the originating_leg_uuid that was breaking extension summary from a previous commit and some other minor bugs/typos.
2021-02-21 21:09:37 -06:00
demonspork
0ef2551698
Exclude cc_side agent legs from missed_call
...
Excluded cc_side = agent calls from being marked as missed_call = true
Fixed the previous performance issue with adding the cc_side != 'agent' to the SQL and removed its filter from the rendering loop for the xml_cdr.
2021-02-21 18:26:24 -06:00
demonspork
b5272984d1
Don't filter LOSE_RACE of already filtering originating_leg_uuid
...
It is redundant to filter out LOSE_RACE when originating_leg_uuid is also filtered, there is an overlap where every call with LOSE_RACE also has an originating_leg.
2021-02-20 11:51:24 -06:00
demonspork
77974b71dc
Fix Query performance for cc_side agent
...
For some unexplained reason, including the `"and cc_side != 'agent'` in the WHERE tanks the query performance from seconds to minutes on Postgres 9.4. It runs great on Postgresql 13. Reverting to the "blank content while writing the page content" approach for this value unless I can find the source of the problem. - Oh, also removed an unnecessary condition that prevents you from filtering by LOSE_RACE.
2021-02-20 11:51:24 -06:00
demonspork
92dc62a7b4
Fix TTA display bug in Export CDR PDF
...
Same thing as in the xml_cdr.php page display. If the call is answered instantly, less than a second, then the difference is 0s, and the 0s is a visual indicator that the call was answered, it just took less than a second. Calls that didn't get answered have a large negative number stored in the TTA field, 0 is an answered call.
2021-02-20 11:51:24 -06:00
demonspork
d150f16b9d
Fixed "Failed" call status in CDR
...
Re-implemented the commented out "Failed" call status SQL filter. It was no different than leaving the "Call status" search box empty. Removed the send_refuse restriction.
2021-02-20 11:51:24 -06:00
demonspork
56a318b2f0
Fix TTA display bug
...
If the TTA is 0 because the call was answered in less than a second (so that the answer_epoch and start_epoch are in the same second), it would not display the TTA at all. This is safe to include 0 because "unanswered" calls are going to have a TTA that is is the negative value of the start time, significantly lower than 0.
2021-02-20 11:51:24 -06:00
demonspork
ef38b15cdc
Add new missed call rules to HTTP CDR Imports
...
Add new missed call rules to HTTP CDR Imports. They had only been added to the xml_cdr class used by the file import.
2021-02-20 11:51:24 -06:00
demonspork
1a1edf1195
Improved Missed Call accuracy, cdr statistics, and hide duplicated CDRs from Enterprise Ring Groups
...
Changes
--------
- Improve CDR Import Logic so that missed_call column is more accurate to the "missed" status. It would previously mark unanswered outbound calls as "missed". These are their own category of call.
- Don't mark the CDRs of the "legs" of an Enterprise Ring Group call as missed, only the originating_leg will be marked (one missed call per call) - We could also just "skip" importing these call legs. Simultaneous ring groups don't have these duplicated CDRs for every ringing phone. The "Skip" approach might make most of the rest of this work irrelevant.
- Create `originating_leg_uuid` column in v_xml_cdr and import it into the database during CDR imports so it is available for filtering Enterprise Ring Group calls out of CDRs and reports.
- Move logic that hides the agent leg of CC calls, LOSE_RACE calls, and the Enterprise Leg hiding code from xml_cdr.php into xml_cdr_inc.php into the SQL query WHERE clause so the CDR page looks more consistent. The logic is the same, but these calls are now excluded from the query result entirely instead of having to "skip" rendering them in the list on the xml_cdr.php page.
- Improved CDR statistics page to use the missed_call variable instead of relying upon billsec and answer_stamp/answer_epoch. Added the same logic as the xml_cdr pages to the query so it excludes enterprise ring group call legs.
- Laid the query groundwork in xml_cdr_statistics to report on Average TTA (No UI changes yet to include that statistic)
Retroactive Changes
---------------------
There are a few changes going back in time to bring everything in line with this better reporting accuracy:
- If you want the populated the `originating_leg_uuid column` in `v_xml_cdr`, it will rely upon having the `json` column and not having deleted the data from it like I know some people do for space saving.
- If you don't have the json column, you are mostly out of luck for hiding the duplicate legs of Enterprise ring group calls. It might be possible, but it isn't going to be easy.
- On Newer Versions of postgres, this works:
```
UPDATE v_xml_cdr SET originating_leg_uuid = (json->'variables'->>'originating_leg_uuid')::uuid WHERE json->'variables'->>'originating_leg_uuid' IS NOT NULL;
```
- For some reason on postgres 9.4, I had to UPDATE every single record because I couldn't get it to allow the json syntax properly after the WHERE. This is fine, it doesn't change the end result it just means it has to run the UPDATE on every record, which will take a while
```
UPDATE v_xml_cdr SET originating_leg_uuid = (json->'variables'->>'originating_leg_uuid')::uuid;
```
- To remove the `missed_call = true` on all your previous outbound records so that they don't show up when you filter on missed (outbound unanswered calls can be accurately listed with TTA max 0 and direction outbound)
```
UPDATE v_xml_cdr SET missed_call = false WHERE direction = 'outbound' AND missed_call = true;
```
2021-02-20 11:51:24 -06:00
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
FusionPBX
af3eb82f0f
Update app_config.php
2020-04-17 13:18:07 -06:00
FusionPBX
4c34f3d4be
Update xml_cdr.php
2020-04-17 12:53:50 -06:00
FusionPBX
f18e578892
Update v_xml_cdr_import.php
2020-04-17 12:51:49 -06:00
FusionPBX
0028e9cf50
Update v_xml_cdr_import.php
2020-04-17 12:33:57 -06:00
FusionPBX
81f665c65a
Update xml_cdr.php
2020-04-17 12:06:50 -06:00
FusionPBX
311e647783
Update xml_cdr.php
2020-04-06 16:11:31 -06:00
Nate
365e20926f
Safari Audio Support: Call Recordings, MOH, VM Greetings & Messages and CDR audio files.
2020-03-30 20:08:45 -06:00
Luis Daniel Lucio Quiroz
4af2120e42
[4.5] REQUESTED_CHAN_UNAVAIL option in xml cdr ( #5216 )
...
just another option for searching calls
2020-03-27 15:36:08 -06:00
Nate
d7824ab5a8
CDR: Modal integration.
2020-03-26 16:36:36 -06:00
racitup
a1699f6fa6
Add en-gb fusionpbx language ( #5192 )
...
* Create en-gb language by copying en-us
* Add en-gb to app_configs
* Add en-gb to app_menus
* Language copy utility
* Fix missing quote mark
* Delete cp_lang.py
Co-authored-by: FusionPBX <markjcrane@gmail.com>
2020-03-20 14:47:13 -06:00
FusionPBX
c1b80ade27
Update xml_cdr.php
2020-03-10 10:43:58 -06:00
FusionPBX
4b2a918193
Update v_xml_cdr_import.php
2020-03-10 10:41:38 -06:00
FusionPBX
827e9d7faa
Update xml_cdr.php
2020-03-05 16:24:20 -07:00
Nate
e8494facee
Multiple: Add IDs to form tags, remove empty action attributes.
2020-03-05 10:02:25 -07:00
Nate
029c7174b4
Multiple - Add IDs to common/default action buttons.
2020-03-05 00:05:45 -07:00
FusionPBX
4bc1512fec
Update xml_cdr.php
2020-02-19 12:56:16 -07:00
FusionPBX
a8ebcdbd2a
Update app_config.php
2020-02-13 19:19:37 -07:00
Nate
4d0a65e970
CDR: Remove deprecated delete script.
2020-02-12 14:14:52 -07:00
Nate
82367a5137
CDR: Remove domain_uuid from delete() method.
2020-02-12 14:14:16 -07:00
Nate
dbdfafcfd8
CDR & Archive: Merge and simplify, integrating some features of CDR into Archive.
2020-02-11 10:44:00 -07:00
Nate
6297cf191e
CDR Extension Summary: List and button updates, use css grid on search form.
2020-02-07 08:45:02 -07:00
Nate
e0ea637184
CDR: Remove duplicate hidden input for show all.
2020-02-07 08:41:13 -07:00
Nate
8ce40ea768
CDR, Advanced Search, Statistics - Button updates, minor adjustments.
2020-02-07 07:44:08 -07:00
FusionPBX
fffbb14455
Update xml_cdr_extension_summary.php
2020-02-02 15:37:50 -07:00
FusionPBX
a2b135809f
Update xml_cdr.php
2020-02-02 12:50:34 -07:00
FusionPBX
087ef91a8c
Update xml_cdr_extension_summary.php
2020-02-02 12:48:54 -07:00
FusionPBX
c00563efd8
Update xml_cdr.php
2020-01-31 21:28:29 -07:00
FusionPBX
3f019e7855
Update xml_cdr.php
2020-01-31 21:09:41 -07:00
FusionPBX
729c06cb25
Update xml_cdr.php
2020-01-31 17:17:55 -07:00
FusionPBX
00656120ef
Update v_xml_cdr_import.php
2020-01-31 16:36:03 -07:00
Andy-Seattle
cfd70dcf4e
E.164 Inbound caller ID fix ( #5138 )
...
When an inbound call has E.164 caller ID format (eg Skyetel), the + is being stripped from the caller_id_number variable before storing in the v_xml_cdr database table. If we then try and block this CDR in the Call Block application it adds the number BUT without the + so it never matches future calls.
This proposed change ensures that the + is not stripped for INBOUND calls when written to v_xml_cdr and therefore when blocking the CDR it works correctly (i.e. it includes the + which then matches the call next time and blocks it).
2020-01-31 15:37:46 -07:00
FusionPBX
492e88592f
Update xml_cdr.php
2020-01-28 18:43:04 -07:00
FusionPBX
70e3865d42
Update xml_cdr_export.php
2020-01-28 17:28:01 -07:00
FusionPBX
1076c99d63
Update xml_cdr_inc.php
2020-01-28 17:27:23 -07:00
Nate
3ca46887d9
CDR: Only allow user to select assigned extensions when xml_cdr_search_extensions permission is assigned but xml_cdr_domain permission not assigned.
2020-01-23 07:05:01 -07:00
Nate
983ec065b1
CDR: Add window titles.
2020-01-06 10:56:27 -07:00
chansizzle
3f1b5c0d9c
Update xml_cdr_details.php ( #4992 )
2019-12-28 13:37:22 -07:00
chansizzle
499f6474a5
Update xml_cdr_details.php ( #4944 )
...
Escaping wordwrap to fix double escaping characters
2019-12-28 12:30:38 -07:00
FusionPBX
ad65f556cd
Update xml_cdr_statistics_csv.php
2019-12-24 14:36:31 -07:00
FusionPBX
cae9b1708c
Update xml_cdr_statistics_inc.php
2019-12-24 14:34:26 -07:00
FusionPBX
1ae94fd51e
Update xml_cdr_statistics.php
2019-12-24 14:33:04 -07:00
FusionPBX
8508daf888
Update app_config.php
2019-12-24 14:31:04 -07:00
FusionPBX
bd593532ad
Update xml_cdr.php
2019-12-24 14:29:17 -07:00
FusionPBX
3ef8a0ae12
Update v_xml_cdr_import.php
2019-12-23 11:23:53 -07:00
FusionPBX
2185780bef
Update xml_cdr.php
2019-12-23 11:20:43 -07:00
FusionPBX
71479d69fc
Update v_xml_cdr_import.php
2019-12-23 11:17:34 -07:00
Nate
07d6fe37a1
Functions: th_order_by mods. App Languages: Misc mods.
2019-12-12 16:35:39 -07:00
Nate
aa593c03fc
List Views: Minor adjustments to code.
2019-11-30 14:18:00 -07:00
Nate
bfb17507f1
List Views: Simplify action handling.
2019-11-30 11:12:41 -07:00
Nate
2a0a1d1e12
Email Logs, CDR: Minor adjustments.
2019-11-27 11:00:16 -07:00
Nate
b7ce028e99
Update xml_cdr_search.php
2019-11-20 10:19:44 -05:00
noci2012
5ee2ac908b
Additional nl-nl translations ( #4875 )
...
* add nl-nl items
* Update app_config.php
* add nl-nl items
* Update app_languages.php
* Update app_menu.php
* Update app_languages.php
* Update app_menu.php
* Fix typos inn nl-nl
* Add nl-nl items
* dd nl-nl items.
* Add nl-nl items.
* Add nl-nl items (call-flows)
* Add nl-nl items
* Add nl-nl items
* dd nl-nl items (calls)
* Add nl-nl items
* Add nl-nl items (contacts)
* Add nl-nl items (vars)
* Add nl-nl items (voicemails)
* Add nl-nl items (xml_cdr)
2019-11-19 11:15:42 -07:00
chansizzle
2bc43685b9
Update xml_cdr_inc.php ( #4876 )
2019-11-19 11:11:35 -07:00
chansizzle
1ac40747a3
Update xml_cdr_statistics_inc.php ( #4877 )
...
* Update xml_cdr_statistics_inc.php
* Update xml_cdr_statistics_inc.php
2019-11-19 11:10:50 -07:00
Nate
02b35a7a99
Device: List view updates.
2019-11-07 09:00:29 -07:00
chansizzle
f7a2fba9c2
Update xml_cdr.php ( #4831 )
2019-11-05 11:21:38 -07:00
chansizzle
8f23d4d5dd
Update xml_cdr_archive.php ( #4832 )
2019-11-05 11:21:23 -07:00
chansizzle
175a150237
Update app_config.php ( #4829 )
2019-11-05 11:21:09 -07:00
agree
6ebd3d5796
Update xml_cdr.php ( #4816 )
2019-10-31 23:42:29 -06:00
Nate
e8c77ddbef
CDR: Minor adjustment to columns.
2019-10-26 09:24:09 -06:00
Nate
94994315fa
CDR: Center Date and Time column headings.
2019-10-25 19:00:19 -06:00
Nate
97538888a0
CDR: Center Date/Time column headings.
2019-10-25 18:55:50 -06:00
Nate
756367bfa5
CDR adjustments.
2019-10-24 20:18:20 -06:00
Nate
ff70a88efa
CDR adjustment
2019-10-24 18:29:54 -06:00
Nate
8dd1e426f0
Misc CDR/other adjustments.
2019-10-24 18:27:48 -06:00
Nate
f0347b5214
Action Bar mods.
2019-10-24 16:31:14 -06:00
Nate
6879195ae2
Action Bar mods.
2019-10-24 16:28:09 -06:00
Nate
ea536d2f6e
Button class updates, logic updates to other files.
2019-10-23 21:19:37 -06:00
FusionPBX
679c78d269
Update xml_cdr.php
2019-10-22 10:06:24 -06:00
FusionPBX
31180e7afb
Update xml_cdr.php
2019-10-22 09:53:36 -06:00
FusionPBX
f07508da8c
Update app_config.php
2019-10-22 09:47:58 -06:00
Nate
b3acbdc7e4
Update theme/template.
2019-10-22 01:57:20 -06:00
Nate
0ebddaf2fa
CDR: List view updates.
2019-10-22 01:43:55 -06:00
FusionPBX
981c01abe0
Update app_config.php
2019-10-14 11:20:37 -06:00
FusionPBX
dd7279b6e4
Update xml_cdr.php
2019-10-07 23:49:24 -06:00
FusionPBX
11f80ba1bf
Update v_xml_cdr_import.php
2019-10-07 23:43:02 -06:00
FusionPBX
1c0368cb5f
Update v_xml_cdr_import.php
2019-10-07 23:37:53 -06:00
FusionPBX
a9e60d0fb8
Update xml_cdr.php
2019-10-07 15:44:05 -06:00
FusionPBX
64158012a2
Update xml_cdr.php
2019-10-07 15:32:23 -06:00
FusionPBX
05dc333ef6
Update xml_cdr.php
2019-10-07 15:28:05 -06:00
FusionPBX
cc6a5758fb
Update v_xml_cdr_import.php
2019-10-07 14:55:20 -06:00
FusionPBX
a1164b4999
Update v_xml_cdr_import.php
2019-10-07 13:17:21 -06:00
FusionPBX
1477526fd1
Update xml_cdr.php
2019-10-04 13:16:21 -06:00
Nate
b480ffb9c3
Update xml_cdr.php
2019-10-02 16:00:01 -06:00
Nate
8044a851eb
CDR: Permissions to control data columns displayed.
2019-10-02 15:41:49 -06:00
Nate
c88355c2fb
CDR: Update permissions on CDR Archive.
2019-10-02 14:17:34 -06:00
Nate
489362a002
CDR: Responsive search form, add permissions to control search field visibility.
2019-10-02 14:01:27 -06:00
Nate
eec1699e01
CDR: Recording filter search support.
2019-09-28 19:47:00 -06:00
Nate
30a89c3897
CDR: Advanced Search Duration min/max search support.
2019-09-28 19:35:23 -06:00
Nate
90c7afb442
CDR: TTA min/max search support.
2019-09-28 19:30:07 -06:00
Nate
407230e580
CDR: Duration min/max search support.
2019-09-28 19:21:55 -06:00
Nate
bb97f65b3f
CDR: Additional search fields.
2019-09-28 19:13:01 -06:00
FusionPBX
52a5cf12fb
Update xml_cdr_inc.php
2019-09-28 18:47:53 -06:00
FusionPBX
848d18ef5b
Update xml_cdr_search.php
2019-09-28 18:46:28 -06:00
FusionPBX
5d2fe09cf8
Update app_config.php
2019-09-28 18:43:32 -06:00
FusionPBX
38686dd5ab
Update xml_cdr_inc.php
2019-09-28 18:42:13 -06:00
Nate
46a6461630
CDR: Move column sort to select box in search form.
2019-09-26 08:27:13 -06:00
chansizzle
d8a98c6709
Update xml_cdr.php ( #4647 )
...
removes potential for "Warning: sizeof(): Parameter must be an array or an object that implements Countable"
2019-09-24 13:38:19 -06:00
chansizzle
e36acf1dcd
Update xml_cdr_inc.php ( #4646 )
...
removes potential "Warning: Use of undefined constant"
2019-09-24 13:38:07 -06:00
emaktech
7b856d49cc
Modified fr-ca / fr-fr translation. ( #4628 )
2019-09-17 16:54:06 -06:00
FusionPBX
25f3ff2051
Update xml_cdr.php
2019-09-16 08:00:30 -06:00
Nate
fe1493fcb5
Update xml_cdr.php
2019-09-16 04:13:03 -06:00
agree
4e69f79311
default setting to remove prefix on cdr page ( #4588 )
...
* Update app_config.php
* Update app_config.php
* Update app_config.php
2019-09-14 09:52:34 -06:00
FusionPBX
fca9b7d848
Update xml_cdr.php
2019-09-13 00:36:24 -06:00
FusionPBX
76e1f2fa06
Update xml_cdr.php
2019-09-13 00:11:37 -06:00
FusionPBX
304eba3601
Update xml_cdr.php
2019-09-12 18:28:34 -06:00
Nate
0618d4eada
Extension Summary: Fix Start & End Date/Time search.
2019-09-11 17:12:01 -06:00
FusionPBX
a4e8490d41
Update xml_cdr_details.php
2019-09-07 00:16:05 -06:00
FusionPBX
c7fe77b328
Update xml_cdr_inc.php
2019-09-06 18:46:50 -06:00
FusionPBX
e389a0849e
Update download.php
2019-09-06 11:05:01 -06:00
FusionPBX
c2027ab6bb
Update xml_cdr.php
2019-09-06 11:04:17 -06:00
FusionPBX
50d7e33fbd
Update xml_cdr.php
2019-09-03 23:41:04 -06:00
FusionPBX
bfc548b5ce
Update xml_cdr.php
2019-09-03 23:25:58 -06:00
FusionPBX
811b53fd47
Update xml_cdr.php
2019-09-03 23:01:19 -06:00
FusionPBX
39cf5583bb
Update xml_cdr.php
2019-09-03 14:32:33 -06:00
FusionPBX
24a3028092
Update v_xml_cdr_import.php
2019-09-03 13:21:06 -06:00
FusionPBX
0597179a1c
Remove the 3rd party billing system
...
A better way to integrate 3rd party billing is is to create own CDR import code to fit their needs.
2019-09-03 08:53:11 -06:00
FusionPBX
2cc6ae0b4a
Update xml_cdr_details.php
2019-09-03 08:44:56 -06:00
Nate
cc33248ac7
CDR: Database class integration.
2019-09-03 08:29:44 -06:00
Nate
6e813908fc
Update date/time picker to latest version, restoring functionality.
2019-08-22 11:04:03 -06:00
Nate
733ba98dc6
Update to Bootstrap v4.3.1, jQuery 3.4.1. Adjustments to support updates.
2019-08-20 18:15:50 -06:00
Nate
c7baaab4a9
Update to latest jQuery 1.x, in preparation to update to latest (3.x). Update jQuery UI, QR Code. Misc adjustments for compatibility.
2019-08-19 10:51:21 -06:00
FusionPBX
7973b760b6
Update xml_cdr_delete.php
2019-08-13 00:55:13 -06:00
konradSC
d0bc9034a1
Check for null uuid's ( #4402 )
...
Null UUID's are not very kind. They will sneak into your CDR's when you aren't looking and break an otherwise very nice database INSERT statement. We cannot tolerate that sort of behavior.
2019-07-31 16:00:20 -06:00
FusionPBX
eb0d39f1f9
Update xml_cdr_inc.php
2019-06-27 09:05:06 -06:00
FusionPBX
788614f74e
Update xml_cdr_inc.php
2019-06-17 23:35:48 -06:00
FusionPBX
1fcd780aa0
Update xml_cdr_inc.php
2019-06-06 21:10:20 -06:00
agree
1c935a44e5
Update xml_cdr.php ( #4256 )
2019-06-05 12:18:56 -06:00
agree
62ae643399
Update xml_cdr.php
2019-05-30 15:02:32 -04:00
FusionPBX
fa3d83d0a1
Update xml_cdr.php
2019-05-24 19:54:27 -06:00
FusionPBX
c2f77eb539
Update xml_cdr.php
2019-05-24 13:51:43 -06:00
FusionPBX
c23d39bbd9
Update xml_cdr.php
2019-05-24 13:45:29 -06:00
agree
a07a846d58
Update xml_cdr.php
2019-05-24 13:58:31 -04:00
agree
a2d67d8e7a
Update xml_cdr_inc.php
2019-05-24 13:55:59 -04:00
FusionPBX
97587e58a2
Update xml_cdr_inc.php
2019-04-24 14:37:26 -06:00
Luis Daniel Lucio Quiroz
186d7981a2
[4.5] fixes null record_name and record_path fields in v_xml_cdr ( #4053 )
...
* record_name verification
* record_name better verification
when you carry on some updates from 4.0 to 4.2 and then 4.4, old dialplans do not create all the variables, record_session is created, but record_name (and record_path) are not null, set and lenght zero, "" in otherwords.
Then, in the db record, record_name and record_path are empty, regardless if the recording file exists. Therefore, they are not shown in the CDR app.
This fixes this issue.
2019-04-20 17:05:40 -06:00
FusionPBX
7bea8d07be
Update xml_cdr_statistics_inc.php
2019-04-19 11:02:58 -06:00
Luis Daniel Lucio Quiroz
10790178d1
[4.5] Fix CDR Details ( #4052 )
...
Same as 4.4
2019-04-18 11:58:34 -06:00
konradSC
7eafc693c4
Bug fix: No answer_stamp in CDR ( #4049 )
...
* Bug fix: No answer_stamp in CDR
Here's a fun little bug that took me a longer than it should have to figure out. When a person make a call and then cancels the request there is no "answer_stamp" written to the CDR. Because of this, v_call_recordings.call_recording_name gets imported as NULL. This causes all the canceled calls to show up in the Call Recordings app first in the list and with no date set.
* Update xml_cdr.php
* Update v_xml_cdr_import.php
2019-04-11 18:00:11 -06:00
FusionPBX
8eda84cf55
Update xml_cdr_inc.php
2019-04-11 17:53:10 -06:00
FusionPBX
ea63afcc02
Update xml_cdr.php
2019-03-17 00:55:09 -06:00
FusionPBX
185b28cacc
Update v_xml_cdr_import.php
2019-03-17 00:51:06 -06:00
FusionPBX
05d2d4ca98
Update v_xml_cdr_import.php
2019-03-17 00:49:43 -06:00
FusionPBX
3102bc9096
Update app_config.php
2019-03-16 04:18:21 -06:00
FusionPBX
e48256aee5
Update v_xml_cdr_import.php
2019-03-16 04:17:01 -06:00
FusionPBX
e6ad6ef488
Update v_xml_cdr_import.php
2019-03-14 14:57:46 -06:00
FusionPBX
978dd8342e
Update xml_cdr.php
2019-03-13 20:15:19 -06:00
FusionPBX
57b742cf6f
Update app_config.php
2019-03-13 20:14:32 -06:00
FusionPBX
acac0f284d
Update xml_cdr_inc.php
2019-03-03 12:03:13 -07:00
FusionPBX
0d98092c9c
Update xml_cdr.php
2019-02-18 13:30:17 -07:00
FusionPBX
a7785cef65
Update xml_cdr_inc.php
2019-02-01 13:35:30 -07:00
FusionPBX
d02dbc0f9d
Update xml_cdr.php
2019-01-30 08:52:49 -07:00
FusionPBX
78db3f3c42
Update app_config.php
2019-01-30 08:49:25 -07:00
FusionPBX
29bf914dcb
Update xml_cdr_inc.php
2019-01-30 08:36:37 -07:00
FusionPBX
e00284a956
Update xml_cdr.php ( #3975 )
...
Truncate values in the CDR list to fix the Column width.
2019-01-24 22:34:23 -07:00
Marcel Gisselmann
4d99191679
Update xml_cdr_delete.php ( #3899 )
...
* Update xml_cdr_delete.php
Fix typo in delete() query
* Update xml_cdr_delete.php
Fix delete recording from filesystem and database
* Fix Padding
2018-12-24 13:19:54 -07:00
FusionPBX
9c2e8e2ae2
Update xml_cdr_inc.php
2018-12-16 14:33:55 -07:00
FusionPBX
77f7d2b970
Update app_config.php
2018-12-15 10:03:02 -07:00
konradSC
a4ce898e9f
Fix the labels and the paging controls ( #3950 )
...
* Fix the labels and the paging controls
* Update xml_cdr_archive.php
Change uuid to xml_cdr_uuid.
2018-12-13 15:59:42 -07:00
Marcel Gisselmann
a4b906e758
Update xml_cdr_delete.php ( #3891 )
...
Fix typo in delete() query
2018-12-03 13:12:16 -07:00
FusionPBX
2fa73d6eee
Update app_config.php
2018-12-02 21:59:03 -07:00
FusionPBX
7b8eda9e49
Update xml_cdr.php
2018-11-23 08:03:36 -07:00
FusionPBX
6ca703693a
Update xml_cdr.php
2018-11-21 16:07:02 -07:00
FusionPBX
0ea32e4140
Update xml_cdr_details.php
2018-11-13 17:53:20 -06:00
FusionPBX
f6b87192e9
Update xml_cdr_details.php
2018-11-13 16:48:43 -06:00
FusionPBX
e4cd21ed4d
Update xml_cdr_details.php
2018-11-09 10:36:30 -07:00
Luis Daniel Lucio Quiroz
0108998768
Unescape Json before decoding ( #3695 )
...
I have realized since 4.4, json is escaped (\" for example). Some PHP releases fail to decode if that is used.
2018-10-25 09:32:09 -06:00
FusionPBX
1a40dfe9ee
Update v_xml_cdr_import.php
2018-10-24 10:51:56 -06:00
FusionPBX
97471c5397
Update xml_cdr_search.php
2018-10-17 22:43:06 -06:00
FusionPBX
019068cf20
Update xml_cdr_details.php
2018-10-17 22:36:03 -06:00
FusionPBX
d0b40b1d39
Update xml_cdr.php
2018-10-17 22:27:40 -06:00
FusionPBX
778debc34c
Update xml_cdr_inc.php
2018-10-17 22:22:46 -06:00
FusionPBX
fabc145bd7
Update xml_cdr.php
2018-10-17 22:08:20 -06:00
FusionPBX
32f794fb3f
Update v_xml_cdr_import.php
2018-10-17 22:03:31 -06:00
FusionPBX
5a709b2d28
Update app_config.php
2018-10-17 21:59:41 -06:00
FusionPBX
3bcd6b1f4f
Update xml_cdr.php
2018-10-17 15:52:15 -06:00
FusionPBX
711e008b3a
Update v_xml_cdr_import.php
2018-10-17 15:45:23 -06:00
FusionPBX
dc2925e922
Update v_xml_cdr_import.php
2018-10-17 15:41:14 -06:00
FusionPBX
25a8ad9e08
Update xml_cdr_extension_summary.php
2018-10-15 16:11:55 -06:00
FusionPBX
728f6d0b4f
Update xml_cdr.php
2018-07-06 11:42:07 -06:00
FusionPBX
92e9978e43
Update xml_cdr_inc.php
2018-07-03 18:40:35 -06:00
FusionPBX
9eb861e971
Update v_xml_cdr_import.php
2018-07-02 21:01:37 -06:00
FusionPBX
19bb43b0cd
Update xml_cdr_inc.php
2018-06-29 14:18:34 -06:00
FusionPBX
03b2a5a3a0
Update xml_cdr_delete.php
2018-06-27 19:52:40 -06:00
FusionPBX
758a89484c
Update xml_cdr_inc.php
2018-06-26 11:38:23 -06:00
konradSC
9c86e5bae1
Fix wildcard search for Source ( #3197 )
...
Match updates in 4.4 branch to fix search options
2018-06-26 11:36:48 -06:00
FusionPBX
c6b12e5f00
Update xml_cdr_export.php
2018-06-25 21:08:28 -06:00
AlexanderDCrane
3053a364e0
Update xml_cdr_statistics.php ( #3190 )
2018-06-13 17:31:21 -06:00
FusionPBX
f666339a9f
Update xml_cdr_statistics.php
2018-06-13 00:47:42 -06:00
FusionPBX
51fc383d0a
Update xml_cdr_search.php
2018-06-13 00:32:49 -06:00
AlexanderDCrane
690608da40
Escape user data on xml_cdr_statistics.php ( #3115 )
2018-06-09 20:43:18 -06:00
AlexanderDCrane
0a4b536172
Escape user data on xml_cdr_archive.php ( #3114 )
2018-06-09 13:36:35 -06:00
AlexanderDCrane
9f43705e6e
Escape user data on xml_cdr.php ( #3112 )
2018-06-09 13:21:23 -06:00
AlexanderDCrane
7c9960298f
Escape user data on xml_cdr_search.php ( #3113 )
2018-06-09 13:20:44 -06:00
Luis Daniel Lucio Quiroz
07a292b552
Same logic as v_xml_cdr_import.php ( #3048 )
2018-06-09 09:30:02 -06:00
FusionPBX
571712b18c
Update xml_cdr_extension_summary.php
2018-06-02 22:15:19 -06:00
FusionPBX
6a46b541dc
Update v_xml_cdr_import.php
2018-05-19 16:59:24 -06:00
FusionPBX
7017be2e74
Update xml_cdr_details.php
2018-05-19 13:24:23 -06:00
FusionPBX
eaea0d53c5
Update v_xml_cdr_import.php
2018-05-09 16:48:20 -06:00
FusionPBX
6ab925ec7f
Update xml_cdr.php
2018-05-04 09:14:02 -06:00
FusionPBX
160ca51876
Update xml_cdr.php
2018-05-04 08:31:45 -06:00
FusionPBX
fdee661d21
Update app_languages.php
2018-05-04 08:28:37 -06:00
FusionPBX
7e0e6501d0
Update app_languages.php
2018-05-04 08:08:54 -06:00
FusionPBX
0125eb42e8
Update xml_cdr_inc.php
2018-05-01 03:16:40 -06:00
FusionPBX
4a22faf2e5
Update xml_cdr.php
2018-05-01 03:02:36 -06:00
FusionPBX
e05683f66b
Update xml_cdr_inc.php
2018-05-01 02:57:47 -06:00
konradSC
c7510768c7
Updates for CDR archives database server ( #3036 )
...
* Updates for CDR archives database server
* Add CDR Archive Server
* Updates for CDR archive server
* Updates for CDR Archive server
* Updates for CDR Archive server
* Create xml_cdr_archive.php
2018-04-23 13:24:30 -06:00
FusionPBX
910ba8fd08
Update v_xml_cdr_import.php
2018-04-22 11:51:36 -06:00
FusionPBX
093f9d3f0a
Update v_xml_cdr_import.php
2018-04-18 16:29:57 -06:00
FusionPBX
37a83627ce
Update v_xml_cdr_import.php
2018-04-18 11:52:45 -06:00
FusionPBX
fcda5def50
Update v_xml_cdr_import.php
2018-03-15 23:21:56 -06:00
FusionPBX
c63686cdd8
Update xml_cdr.php
2018-03-13 10:45:09 -06:00
FusionPBX
5b714ad7c8
Update xml_cdr.php
2018-03-13 10:30:45 -06:00
FusionPBX
6f825e8bf0
Update app_config.php
2018-03-13 10:30:38 -06:00
FusionPBX
3a350402c9
Update xml_cdr_import_update.php
2018-02-23 10:07:55 -07:00
FusionPBX
3458112269
Update xml_cdr_import_update.php
2018-02-23 10:07:33 -07:00
FusionPBX
e100fc8b8a
Update xml_cdr_import_update.php
2018-02-23 10:04:16 -07:00
FusionPBX
63debdcb2f
Update xml_cdr_import.php
2018-02-23 08:44:02 -07:00
FusionPBX
14155c1ded
Update v_xml_cdr_import.php
2018-02-23 08:40:25 -07:00
FusionPBX
11bfa81edd
Update v_xml_cdr_import.php
2018-02-13 10:17:14 -07:00
FusionPBX
559a391130
Update app_config.php
2018-02-13 10:14:53 -07:00
Mafoo
4d60f4f6d5
Enhance [master] - Italian Translations ( #2989 )
...
* Reinstate comments detected by text class
* Updated Italian Translations
2018-02-12 10:50:47 -07:00
FusionPBX
db74dfd932
Update xml_cdr_inc.php
2018-02-09 13:39:32 -07:00
FusionPBX
2c479c94bb
Update app_config.php
2018-02-06 15:55:36 -07:00
FusionPBX
ff363d921f
Update xml_cdr.php
2018-02-05 13:32:40 -07:00
FusionPBX
e6a5299593
Update v_xml_cdr_import.php
2018-02-05 13:26:30 -07:00
FusionPBX
c661f8471d
Update xml_cdr_statistics.php
2018-02-01 16:00:18 -07:00
FusionPBX
6951888aa7
Update app_config.php
2018-01-31 14:57:45 -07:00
FusionPBX
0703fce4d2
Update v_xml_cdr_import.php
2018-01-29 17:30:12 -07:00
FusionPBX
20219c1735
Update xml_cdr.php
2018-01-29 17:25:40 -07:00
FusionPBX
a045893faa
Update app_config.php
2018-01-29 15:29:10 -07:00
FusionPBX
73cd5b3443
Update xml_cdr.php
2018-01-09 11:11:03 -07:00
konradSC
0170979401
Update xml_cdr.php ( #2942 )
...
Add check for duplicate call records. Duplicate records will cause the entire db insert to fail. I have tested this with the /app/xml_cdr/xml_cdr_import.php method for cdr insertion.
2018-01-09 11:01:10 -07:00
FusionPBX
43886770d4
Update xml_cdr.php
2017-12-09 12:27:27 -07:00
FusionPBX
2e39ad9444
Update xml_cdr_inc.php
2017-12-09 12:26:36 -07:00
Alexey Melnichuk
9ee2b71ce2
Fix. Extension summary for local calls ( #2918 )
2017-11-21 09:13:58 -07:00
Alexey Melnichuk
d707c966fe
Fix. Display statistic for all domains (showall=true) ( #2915 )
2017-11-20 13:58:35 -07:00
konradSC
ba0606c7ae
Bug Fix - Match correct database column names ( #2908 )
...
call_recording_name & call_recording_path are the correct values.
2017-11-14 22:02:08 -07:00
konradSC
f3f7c5ea40
More ways of adding recordings to CDR's ( #2904 )
...
This grabs a recording if started by bind_digit_action "*2" or by "nolocal:api_on_answer=uuid_record ${uuid} start ${recordings_dir}/${domain_name}/archive/${strftime(%Y)}/${strftime(%b)}/${strftime(%d)}/${uuid}.${record_ext}".
2017-11-08 09:51:53 -07:00
FusionPBX
35e069f3a8
Update xml_cdr.php
2017-11-05 11:32:05 -07:00
FusionPBX
95a4ca1f2a
Update xml_cdr_inc.php
2017-11-02 22:05:33 -06:00
konradSC
f6217c6e49
Bug fix for caller_destination populating CDR's ( #2902 )
2017-11-02 21:57:36 -06:00
FusionPBX
c505ee2a41
Update xml_cdr_inc.php
2017-11-02 09:14:12 -06:00
FusionPBX
3c0ffc943d
Update xml_cdr.php
2017-10-20 18:04:07 -06:00
FusionPBX
8e4fb530fa
Update v_xml_cdr_import.php
2017-10-20 18:02:58 -06:00
FusionPBX
23428c82ee
Update v_xml_cdr_import.php
2017-10-20 17:57:57 -06:00
FusionPBX
0ab3fcaff4
Update xml_cdr.php
2017-10-20 17:54:49 -06:00
FusionPBX
d500708a92
Update xml_cdr.php
2017-10-20 16:55:19 -06:00
FusionPBX
5497ac121e
Update v_xml_cdr_import.php
2017-10-20 16:46:29 -06:00
FusionPBX
261ba6493b
Update xml_cdr.php
2017-10-15 15:46:25 -06:00
FusionPBX
6fca820102
Update xml_cdr.php
2017-10-15 14:26:06 -06:00
FusionPBX
b85549e728
Update xml_cdr.php
2017-10-15 13:51:44 -06:00
FusionPBX
d0c79962e8
Create download.php
2017-10-15 13:50:47 -06:00
FusionPBX
482321a3b8
Update xml_cdr_inc.php
2017-10-15 12:55:00 -06:00
FusionPBX
f4931adfe7
Update xml_cdr.php
2017-10-15 11:53:10 -06:00
FusionPBX
27dd6fec90
Update v_xml_cdr_import.php
2017-10-15 11:50:09 -06:00
FusionPBX
ed9719d821
Update v_xml_cdr_import.php
2017-10-15 11:38:49 -06:00
FusionPBX
07e7238264
Update app_config.php
2017-10-15 11:36:59 -06:00
FusionPBX
8bc2864b1e
Update xml_cdr.php
2017-10-15 11:35:55 -06:00
FusionPBX
4a78d69aac
Update xml_cdr.php
2017-10-05 12:52:08 -06:00
FusionPBX
70c645810a
Update v_xml_cdr_import.php
2017-10-05 12:51:13 -06:00
FusionPBX
7b75aed3d0
Update xml_cdr.php
2017-09-22 19:24:40 -06:00
FusionPBX
62eb855819
Update v_xml_cdr_import.php
2017-09-22 19:23:39 -06:00
FusionPBX
0c8f962488
Update v_xml_cdr_import.php
2017-09-22 19:05:24 -06:00
FusionPBX
a0a3c1c5ee
Update xml_cdr.php
2017-09-22 19:04:18 -06:00
Christian Bergamaschi
9f228ef8c5
Italian translation added ( #2852 )
2017-09-21 09:06:26 -06:00
FusionPBX
d36c4bbcbd
Update xml_cdr.php
2017-09-14 17:27:38 -05:00
FusionPBX
d6e382d5c4
Update v_xml_cdr_import.php
2017-09-14 17:25:51 -05:00
FusionPBX
aa04de36e6
Update app_config.php
2017-09-14 12:52:54 -05:00
FusionPBX
f8a281ed6a
Update xml_cdr.php
2017-09-14 12:51:31 -05:00
FusionPBX
94de699991
Update app_config.php
2017-09-14 12:47:01 -05:00
FusionPBX
539944a527
Update v_xml_cdr_import.php
2017-09-11 02:46:50 -05:00
FusionPBX
8cfef14a4b
Update v_xml_cdr_import.php
2017-09-11 01:34:31 -05:00
FusionPBX
132aa88275
Update xml_cdr.php
2017-09-11 01:27:37 -05:00