FusionPBX
ce114a4bb2
Update destination_edit.php
...
- Use one database connection
- Use the settings class
- Use setting call_recordings record_extension this fixes a problem where the recording extension may not be set.
2025-01-31 17:12:33 -07:00
FusionPBX
312c8659af
Fix a bug where transfer is part of recording name
2024-12-10 13:45:26 -07:00
FusionPBX
8b7bd29456
Fix temporary permissions
2024-11-29 14:06:08 -07:00
FusionPBX
3ef0f1d593
Fix the sql query
2024-11-15 14:33:17 -07:00
FusionPBX
50d81556f5
Fix the destination summary when server using UTC
...
Set the PHP time zone to fix the destination summary report. Without the time zone set it would use the server operating system time zone. If the time zone is set to UTC when it rolled over to a new date ahead of the local time zone it would make the report show 0 results.
2024-11-08 17:44:58 -07:00
markjcrane
00c0fbe06d
Remove carriage return per line and leave only line feeds
2024-09-19 17:24:16 -06:00
markjcrane
26530d6fe0
Fix end of file line only use one line feed at the end of the file
2024-09-19 16:44:08 -06:00
Alex
b43bcb9a13
Added the heading counter div ( #7124 )
2024-09-06 16:43:42 -06:00
FusionPBX
2182ebd0b4
Added the content card div
2024-09-05 23:37:34 -06:00
Alex
cb6edd88ef
Added content card to applications ( #7121 )
2024-09-05 17:10:04 -06:00
fusionate
d234fb185a
Multiple Apps: Integrate content cards.
2024-09-04 16:55:24 -06:00
FusionPBX
2b1cba9a39
Add a permission called destination_local
2024-09-04 10:34:52 -06:00
MarBifrost
906b3edf03
Corrections in Georgian translation ( #7113 )
2024-08-31 10:02:51 -06:00
FusionPBX
032b6fca3e
Update translations
2024-08-29 01:57:18 -06:00
NorwayFun
aabc2f33a8
Localization: Add full support for Georgian language ( #7110 )
...
* Translating apps to Georgian
* Translating apps to Georgian
* Translating more apps to Georgian
* Translating more apps to Georgian
* Translating more apps to Georgian
* Translating more apps to Georgian
* Translating more apps to Georgian
* Translating theme to Georgian
* Translating core to Georgian
* Translating core to Georgian
* Translating core to Georgian by Marie
* Translating core to Georgian
* Translating resources to Georgian by Marie
* Translating core to Georgian
* fix app_languages.php
2024-08-28 09:59:02 -06:00
frytimo
2cbb4dbc31
remove instances where a pointer is used in a foreach loop for value ( #7108 )
2024-08-22 12:41:10 -06:00
FusionPBX
b0aab10872
Simplify the dashboard path
2024-08-21 16:58:44 -06:00
Alex
43d102b51c
Added label enabled dashboard setting ( #7096 )
...
* Added label enabled dashboard setting
2024-08-14 17:44:11 -06:00
fusionate
4b23913555
Update Font Awesome to v6.6.x, adjust some icon references.
2024-08-09 18:14:52 -06:00
markjcrane
22ba339505
Allow one line feed at the end of the file
2024-08-05 18:27:59 -06:00
FusionPBX
cd1cc70044
Remove redundant database objects
...
This reduces database connections and improves performance.
2024-08-05 14:22:17 -06:00
FusionPBX
7101c3f44a
Fix the destination url
2024-07-29 22:29:51 -06:00
FusionPBX
dc14285cfd
Default setting used for the background color
2024-07-29 12:27:06 -06:00
FusionPBX
7abcda7996
Update the dashboard order
2024-07-29 08:49:01 -06:00
FusionPBX
a56e77ce78
Update the comment
2024-07-28 02:11:38 -06:00
FusionPBX
c302adef2e
Add Destinations dashboard
2024-07-28 02:06:18 -06:00
FusionPBX
9e2ab9b8c3
Add destination ringback
2024-06-11 10:16:40 -06:00
Antonio Fernandez
cf8087916b
New feature: Caller id number startswith ( #6987 )
...
* Destination Condition for CID Starts With added
* Translations for CID Starts with added
* changed "startswith" to prefix in app_languages
* added prefix where it needs to be
* Update destination_edit.php
2024-05-29 11:32:51 -06:00
fusionate
5c73ea7bbb
Destination Summary: Mitigate PHP 8.x warnings, fix search criteria on CSV export.
2024-05-13 12:17:14 -06:00
fusionate
fc90314009
Destination Summary: Mitigate PHP 8.x warnings.
2024-05-13 11:46:51 -06:00
fusionate
e81220d997
Time Conditions - Edit: Mitigate PHP 8.x warnings.
2024-05-13 11:22:32 -06:00
FusionPBX
8657a68d7e
Update destinations.php
...
The &$row pointer caused a duplicate in the interface on the last row when used with updating the $row['action'] value.
Used an alternative method to update the destinations array and it solved the appearance of a duplicate.
2024-05-06 17:33:48 -06:00
FusionPBX
6176ea2376
Update destinations.php
...
- Update the array to add actions before display.
- Use column names in the SQL select
- Use a SQL Left Join to get the domain name
2024-04-29 12:46:32 -06:00
frytimo
41eb7ac8d3
Fix empty line printing on console ( #6956 )
...
* fix empty line printing on console
2024-04-23 08:53:14 -06:00
FusionPBX
92f5f4abe4
Update destinations.php
2024-04-02 09:43:16 -06:00
frytimo
6bd159a717
settings was being set in constructor but property was missing ( #6931 )
2024-03-28 22:13:01 -06:00
FusionPBX
2171a5f11a
Use the name to find the Select Option Group translation.
2024-03-27 09:11:43 -06:00
FusionPBX
21c63c3171
Update destination_edit.php
2024-03-24 10:20:12 -06:00
FusionPBX
717ee2d8fc
Update destinations.php
...
- Use the database object more efficiently
- Access the get method with this->get
- Bypass cached destinations to avoid problems
2024-02-21 11:23:58 -07:00
FusionPBX
34321b2b1d
Fix destination_context use public not null
2024-01-22 11:20:04 -07:00
FusionPBX
8e0c3b57e5
Fixed a few bugs in destination_summary.php
2024-01-20 21:20:34 -07:00
fusionate
08659badc0
Destinations - List: Show all selected Actions, including Other actions.
2024-01-19 20:28:28 +00:00
FusionPBX
32f8711b14
Set inline to true for Caller ID prefix
2024-01-17 15:14:27 -07:00
FusionPBX
869719aa05
Add presence_id for inbound destinations
2024-01-12 12:09:15 -07:00
FusionPBX
776334844b
Destination Summary update Total Calls
...
Purpose of total calls is count calls to the destination number. This means calls from the server to the call center agent should be excluded.
2024-01-09 00:22:53 -07:00
FusionPBX
d0c3c93859
Destination summary unique callers
...
Use caller id number instead of name
2024-01-04 13:54:03 -07:00
Anthony
46954992a9
Added bulk translations to app/destinations files ( #6866 )
...
* Update destinations/app_languages.php
* Update destinations/app_menu.php
2024-01-03 10:54:42 -07:00
FusionPBX
fff13633be
Add a new destination summary report
2024-01-02 18:54:22 -07:00
FusionPBX
0b968828fd
Update app_menu.php
2024-01-02 14:28:20 -07:00
FusionPBX
07c50e45ab
Update app_languages.php
2024-01-02 14:27:48 -07:00