FusionPBX
ce26f227bf
Changed the order of missed_call conditions
...
Move billsec condition near the end but before voicemail.
If a call center call was missed but answered by an extension with the exit action then the call wasn't technically missed.
2024-07-03 14:36:40 -06:00
FusionPBX
14d69d6ca2
Update xml_cdr.php
2024-05-15 14:52:00 -06:00
FusionPBX
b61f9375ff
Update the caller ID when using intercept
...
When intercept is used then use the last_sent_callee_id_name and last_sent_callee_id_number for the caller ID information.
2024-05-15 14:41:44 -06:00
FusionPBX
2262ec7272
Recent Calls hide Lose Race
2024-04-22 12:18:00 -06:00
FusionPBX
c1e6f3e11d
Include ORIGINATOR_CANCEL for missed calls
2024-03-01 14:10:19 -07:00
Alex
9c4e38babc
Update xml_cdr_inc.php ( #6904 )
2024-02-22 15:55:59 -07:00
FusionPBX
94e558f7b6
Fix duration if null set to 0
...
If gmdate gets a null it uses the system time. This affected canceled calls.
2024-02-22 09:22:29 -07:00
FusionPBX
b58ebffc07
Add time format for 12h or 24h
2024-02-20 14:52:46 -07:00
FusionPBX
fc0d72c5fa
Update missed_calls.php
...
- Simplify SQL time format
- Use SQL limit to be more efficient
- Use the call detail record status
- Fix the View all link to use statu=missed
2024-02-20 14:51:09 -07:00
FusionPBX
d028b0ca84
Update recent_calls.php
...
- Simplify SQL time format
- Use SQL limit to be more efficient
- Use the call detail record status
2024-02-20 14:49:09 -07:00
FusionPBX
ebadf2934d
Replace voicemail_answer_stamp with voicemail_message_seconds
...
The voicemail_answer_stamp value exists if the call reaches voicemail. The voicemail_message_seconds is set if the caller leaves a voicemail message.
2024-02-20 12:49:06 -07:00
FusionPBX
ee49410edb
Don't use voicemail_id to determine call status
...
This is an unreliable way to detect if the call went to voicemail.
2024-02-20 12:30:20 -07:00
FusionPBX
bdd0d26324
Bug Fix: missed_call handling and voicemail status
...
Call going to voicemail for an extension was showing status answered instead of voicemail and missed call
2024-02-06 15:25:36 -07:00
FusionPBX
51fe5f1d4b
Update xml_cdr.php
2024-01-18 14:13:44 -07:00
FusionPBX
4ebdcdf4b2
Update CDR new call center search
2024-01-13 17:07:11 -07:00
Antonio Fernandez
69fc0c8378
Added CDR dropdown for showing CC Queue calls ( #6869 )
...
* Added dropdown for filtering Call Center Queues
* added more translations
* fixed the wrong permission that I had originally
* added the Call Center dropdown to advanced search
2024-01-13 14:14:51 -07:00
FusionPBX
c44d1825cf
Add cc_side and call_center_queue_uuid
2024-01-12 13:57:48 -07:00
fusionate
ae5cb03547
CDR: Add permission for Account Code inclusion.
2024-01-10 21:34:53 +00:00
FusionPBX
521303265a
Update xml_cdr_details.php
2024-01-05 18:08:25 -07:00
FusionPBX
4e622d9b10
Handle no answer for unset status
2023-12-27 13:08:15 -07:00
fusionate
212f91dd6c
CDR - List: Hide broken direction icon if invalid Status.
2023-12-27 18:42:32 +00:00
FusionPBX
7de2ae0d23
Use last_bridge_hangup_cause to determine status
2023-12-27 11:37:36 -07:00
FusionPBX
4919633568
Create debian.service
2023-12-26 20:45:54 -07:00
FusionPBX
89ab37ce9d
Create xml_cdr.php
2023-12-26 20:43:59 -07:00
FusionPBX
7d819c4822
Use isset and if statements
...
Changed ifelse to if statement to make sure it evaluates each condition.
2023-12-20 13:59:33 -07:00
FusionPBX
b9686aeae7
Set call center cancel call to missed
2023-12-20 13:49:48 -07:00
FusionPBX
cea06a548e
Add provider_uuid to destinations dialplan xml and XML CDR
2023-12-09 23:07:36 -07:00
FusionPBX
4c60313ed7
Remove deprecated fields id and v_id
2023-12-04 13:27:20 -07:00
fusionate
4fcc933c74
CDR - Export: Use language variables for PDD and MOS headings.
2023-11-28 00:15:29 +00:00
fusionate
dab5b2d0d2
CDR - Export: Fix PDF export for Chrome.
2023-11-27 23:25:02 +00:00
FusionPBX
837b2181ed
Fixed EXPORT missing min and max duration
2023-11-21 10:50:07 -07:00
FusionPBX
65b6600e82
Changing format from 11/02 to 02 Nov
...
Reason for the change better worldwide support. Problem with numeric dates is that it can have a date 07/09 and does mean July 9 or September 7. In the US its standard month then day. However this isn't universal. This makes the dates confusing. So changed this to day and abbreviated month.
2023-11-02 12:45:38 -06:00
FusionPBX
12964eb83e
Prevent an error by casting to int
2023-10-30 20:29:56 -06:00
FusionPBX
3514a489d1
After application conference skip the row
2023-10-25 11:23:38 -06:00
FusionPBX
72fd0fe343
Move code for calculating the duration
2023-10-25 11:13:20 -06:00
FusionPBX
6ff5a8df3c
Update column order duration first and status last
2023-10-25 10:52:42 -06:00
FusionPBX
cb65e7f66e
Prevent an warning by using preg_quote
...
This accounts for special characters like a * in the value.
2023-10-25 10:41:03 -06:00
FusionPBX
57d8d52336
Add Call Detail Record status no answer
2023-10-25 09:37:17 -06:00
Alex
fd1820c399
Update app_languages.php ( #6816 )
2023-10-25 09:29:45 -06:00
FusionPBX
3630d29872
Add a new status no_answer
2023-10-25 09:03:04 -06:00
FusionPBX
2be533687d
Add permissions for call detail record details. Purpose to hide advanced details from the admin group.
2023-10-24 17:06:39 -06:00
FusionPBX
d7e2ab900b
Call Detail Record add status and use billsec for the duration
2023-10-24 15:58:13 -06:00
FusionPBX
f09b04eb01
Only add default value if application was not found
2023-10-23 16:13:07 -06:00
FusionPBX
1e06e3aa1c
Move the find_app method to the xml_cdr class
2023-10-23 15:15:58 -06:00
FusionPBX
d6fb5ac7b8
Call Flow Summary add the IVR Menus status to routed
2023-10-21 20:57:11 -06:00
FusionPBX
115e9e0055
Use lower case status values to match the translation labels.
2023-10-21 13:26:26 -06:00
FusionPBX
134188e383
Add support for the status translations.
2023-10-21 13:25:07 -06:00
FusionPBX
588d96ea6f
Add translations for waited, parked, unparked, and routed
2023-10-21 13:23:09 -06:00
FusionPBX
026b2f4f44
CDR Call Flow Summary add a status for Call Flows
2023-10-21 10:40:31 -06:00
FusionPBX
032673c922
When finding matches add regular expression matching
2023-10-21 10:11:49 -06:00