Commit Graph

21204 Commits

Author SHA1 Message Date
Andy Binder
3be682c8cd prevent dupicates (#6841) 2023-12-11 13:24:57 -07:00
Andy Binder
15a4cca7ac German translation updates (#6846) 2023-12-11 12:32:54 -07:00
FusionPBX
2e032cd115 Update email_send.php
Move the 'transcribe enabled' message
2023-12-11 12:32:27 -07:00
FusionPBX
87f722e59d check if transcribe_enabled is enabled
We are checking this already on the voicemail. This checks the setting for transcribe_enabled in default and domain settings.
2023-12-11 12:21:15 -07:00
FusionPBX
b919848425 Only include transcribe.php if enabled 2023-12-11 11:51:19 -07:00
FusionPBX
8a2688cfc5 Update email_queue.php 2023-12-11 11:48:58 -07:00
FusionPBX
88a4dbf3e6 Prevent error when the google_url is incorrect 2023-12-11 11:43:55 -07:00
FusionPBX
cea06a548e Add provider_uuid to destinations dialplan xml and XML CDR 2023-12-09 23:07:36 -07:00
FusionPBX
d48f4a0b89 Use not empty arround the arrays 2023-12-09 22:51:48 -07:00
FusionPBX
a066277460 Fix Active calls SHOW ALL button 2023-12-08 21:43:02 -07:00
FusionPBX
ee6b2a4d84 Check if empty to prevent errors 2023-12-08 21:24:52 -07:00
FusionPBX
dedafeccc8 Account for dialplan_detail_enabled false 2023-12-08 16:19:17 -07:00
FusionPBX
c7e687512f Add links on the column names 2023-12-08 10:04:53 -07:00
Anthony
3b297ad641 Added Greek translations to app_languages.php files (#6845)
* Added Greek translations to conferences_active/app_languages.php

* Added Greek translations to database_transactions/app_languages.php

* Added Greek translations to destinations/app_languages.php

* Added Greek translations to devices/app_languages.php
2023-12-07 18:41:31 -07:00
fusionate
c1ad629d95 Operator Panel - Consistify refresh button, minor adjustments. 2023-12-08 01:41:01 +00:00
Ahron Greenberg (agree)
e050827598 [dashboard] Fix memory exhaustion on system counts (#6844)
Getting all rows from the database caused PHP to exhaust the memory on systems with a huge amount of VM messages. This was fixed by querying from the database just the total counts.
2023-12-07 18:40:23 -07:00
frytimo
9f204a7cac move explode of $line inside of if block to fix php warning for line 93 (#6842) 2023-12-07 18:38:57 -07:00
frytimo
1664bef5d9 use empty check instead of string check to prevent php warning (#6843) 2023-12-07 18:38:01 -07:00
fusionate
1ceb2fcbc9 Calls Active - Add eavesdrop function, and appropriate permission. 2023-12-08 01:37:22 +00:00
FusionPBX
47161fae80 yealink multicast variables 2023-12-07 15:52:46 -07:00
FusionPBX
4c60313ed7 Remove deprecated fields id and v_id 2023-12-04 13:27:20 -07:00
FusionPBX
341dbe6eff Remove deprecated field ID
This was done so long ago that it can now be fully removed.
2023-12-04 10:44:38 -07:00
frytimo
3a4c2f72e2 Event socket bug fix and more docs (#6823)
* Add documentation to methods. Use is_resource for added type detection

* Allow connect to specify timeout in microseconds with default 30,000

* Update calling mechanism for event sockets

* Update project for new singleton event sockets

* remove unused variable

* catch errors on closing the socket
2023-12-02 17:16:18 -07:00
FusionPBX
44567f7a05 Updated call center use aliases
This fixes the call center context for the destination select list.
2023-12-01 14:58:35 -07:00
Andy Binder
c3d625805f Correct german translations. (#6838) 2023-11-29 17:43:18 -07:00
FusionPBX
5d587fdd17 Add default value for queue_context 2023-11-29 13:57:43 -07:00
FusionPBX
142b4c4d5a Add default value for conference_context 2023-11-29 13:48:47 -07:00
Alex
fa607d4bba Add context field to conference and call center queue (#6836)
* Update conference_edit.php

* Update app_config.php

* Update app_config.php

* Update call_center_queue_edit.php

* Update call_center_queue_edit.php
2023-11-29 13:26:48 -07:00
Andy Binder
b0d87807b8 Check empty array (#6835) 2023-11-29 13:15:16 -07:00
Andy Binder
c59f58b4ff If there are contact permissions enabled, assign the current user. (#6837) 2023-11-29 13:14:22 -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
07392a64d8 Update Call Forward back button
Use history.back for the back button
2023-11-27 11:27:37 -07:00
fusionate
9e8adfc510 Device - Edit: Hide Device Provisioned IP and http/s links if empty. 2023-11-24 23:38:34 +00:00
fusionate
17077532d2 Device - Edit: Add Default Settings to set quantity of new Keys and Settings rows. Check all Delete box for Keys now selects vendor Key groups. 2023-11-24 23:29:46 +00:00
fusionate
0d079fdaba Device - Edit: Code reduction. 2023-11-24 22:13:52 +00:00
fusionate
546feeb190 Device - Edit: Remove deprecated code. 2023-11-24 21:59:42 +00:00
fusionate
d9bf2e3c7b Device - Edit: Set device key vendor on device key type change. 2023-11-24 21:33:41 +00:00
fusionate
06aba14a59 Device - Edit: Fix character transposition (typo). 2023-11-24 21:32:22 +00:00
FusionPBX
3b550eb6e4 CC pass through hold_music variable 2023-11-24 09:32:39 -07:00
FusionPBX
2a0f2f53a0 Update assigned method use SQL IN 2023-11-23 11:51:47 -07:00
FusionPBX
837b2181ed Fixed EXPORT missing min and max duration 2023-11-21 10:50:07 -07:00
Anthony
624856090e Added Greek translations to app_languages.php files in fusionpbx/app/ (#6834)
* Added Greek translations to call_forward/app_languages.php

* Added Greek translations to call_recordings/app_languages.php

* Added Greek translations to active_calls/app_languages.php

* Added Greek translations to click_to_call/app_languages.php

* Added Greek translations to conference_center/app_languages.php

* Added Greek translations to conference_controls/app_languages.php

* Added Greek translations to conference_profiles/app_languages.php

* Added Greek translations to conferences/app_languages.php
2023-11-20 16:40:51 -07:00
FusionPBX
6f7be99083 Update call_center_agents.php 2023-11-19 22:29:32 -07:00
FusionPBX
b19a67b1b1 Update agent status only when it has changed 2023-11-19 21:46:34 -07:00
FusionPBX
edb0180bcf Add call_center queue_login options: dynamic or static (default) 2023-11-15 23:17:43 -07:00
FusionPBX
cb5fbc68b1 Agent Status Dashboard Update
Fixes some problems on the agent status dashboard
2023-11-15 21:34:53 -07:00
FusionPBX
5e0c27d592 User Status was hidden by an in accessible session variable use user_status permission. There permission is more consistent with the rest of the project. 2023-11-15 08:28:49 -07:00
FusionPBX
aa3a412523 Use !empty instead of count 2023-11-14 22:00:02 -07:00
FusionPBX
d806fb1ede Use (?:\+1|1)? instead of \+?1? 2023-11-14 16:36:04 -07:00