Commit Graph

10814 Commits

Author SHA1 Message Date
FusionPBX
42015e4e41 This file was replaced by xml_cdr_import.php 2023-09-25 13:08:08 -06:00
FusionPBX
8f0c11fa6c Make sure to start the PHP SESSION 2023-09-25 13:01:40 -06:00
FusionPBX
09dd09305c Fix CDR import for HTTP POST
Add syslog server messages with more details when sending access denied.
2023-09-25 12:55:20 -06:00
FusionPBX
aad0721b94 Add nowrap to profile name 2023-09-25 12:19:46 -06:00
fusionate
513177688f Active Calls: Adjust Created time to correct timezone. 2023-09-23 14:50:51 +00:00
fusionate
3cbe36c91f Voicemail [Script]: Return user to current message options after listening to message envelope, instead of returning to the root mailbox menu. 2023-09-23 04:46:32 +00:00
fusionate
2600c7d159 Voicemail: Honor switch > voicemail > dir value in Default/Domain Settings. 2023-09-23 03:51:51 +00:00
FusionPBX
ceb6872aa6 Organize the SQL to be easier to read
Created code to handle a similar task for ring groups. Method used for ring groups is easier and more organized so updated this code to be similar.
2023-09-22 18:01:58 -06:00
FusionPBX
8329120436 Use ring_group_domain and ring_group_all permissions 2023-09-22 17:37:09 -06:00
FusionPBX
0a85ae340b Fix the ring group count 2023-09-22 17:29:31 -06:00
FusionPBX
ba41028649 Add new ring_group_domain permission 2023-09-22 17:14:27 -06:00
FusionPBX
30e9cd66c2 Allow users to view assigned Ring Groups 2023-09-22 17:13:47 -06:00
FusionPBX
b0a2f3340a Fix ring group delay timing
Use sofia_contact instead of user bridge alias. Added a useful note from @greenbea describing why there was a problem with follow me delay timing.

When you originate user/ext@domain, switch_ivr_originate will call the user endpoint. The user endpoint isn't a real endpoint. It is a shortcut to get the real dialstring from the user's XML and calls again switch_ivr_originate, so essentially, what happens is switch_ivr_originate reads twice originate_delay_start variable and waits double the time.

Your patch fixes the case when the endpoint is the user/ endpoint but will make the delay half the time if called with other endpoints like sofia.

The ultimate solution would be freeswitch to handle this in the user endpoint function. I would suggest that fusion manually get the user's dial string from the XML and call originate on it and not rely on the user (shortcut) endpoint for ring group and follow me.
2023-09-22 16:23:14 -06:00
FusionPBX
6030843ca8 Fix follow-me delay timing
Use sofia_contact instead of user bridge alias. Added a useful note from @greenbea describing why there was a problem with follow me delay timing.

When you originate user/ext@domain, switch_ivr_originate will call the user endpoint. The user endpoint isn't a real endpoint. It is a shortcut to get the real dialstring from the user's XML and calls again switch_ivr_originate, so essentially, what happens is switch_ivr_originate reads twice originate_delay_start variable and waits double the time.

Your patch fixes the case when the endpoint is the user/ endpoint but will make the delay half the time if called with other endpoints like sofia.

The ultimate solution would be freeswitch to handle this in the user endpoint function. I would suggest that fusion manually get the user's dial string from the XML and call originate on it and not rely on the user (shortcut) endpoint for ring group and follow me.
2023-09-22 16:01:59 -06:00
FusionPBX
d13027a575 FAX cover page fixed hide logo when empty 2023-09-22 10:44:52 -06:00
FusionPBX
28fa49a84a Hide extension import button 2023-09-21 16:34:23 -06:00
FusionPBX
89ce374d8d Failover for fax when there are multiple bridges
When the outbound route has more than one bridge statement use it for fail over.

One thing to keep in mind FreeSWITCH seems to limit the sized of the originate command. So we have to be careful how large the string is. If the originate string is too long it will be truncated and fail. For this reason commented out a few variables.
2023-09-21 00:07:42 -06:00
fusionate
518c32efe6 Misc: Mitigate PHP 8.1 warnings. 2023-09-20 20:49:27 +00:00
fusionate
044b91ec6c Destination - Edit: Mitigate PHP 8.1 warnings. 2023-09-20 19:13:33 +00:00
fusionate
d4f7efa4eb Event Guard: Remove parameters from event_socket connect() method. 2023-09-20 18:50:41 +00:00
fusionate
d9d17a6917 Misc: Remove parameters from event_socket_create() calls. 2023-09-20 18:43:17 +00:00
FusionPBX
8ee8e30b31 Save CDR to the file system 2023-09-20 11:25:36 -06:00
fusionate
2a54aa025c Misc: Remove parameters from event_socket_create() call. 2023-09-20 17:25:24 +00:00
fusionate
a91f0cf346 CDR - Export: Integrate permissions on CSV output. 2023-09-20 01:58:13 +00:00
fusionate
5c9b02fec2 CDR - Export: Fix file name for Show All, correct average MOS value. 2023-09-20 01:24:46 +00:00
fusionate
aab2880153 CDR - Export: Integrate permissions on PDF output. 2023-09-20 01:15:04 +00:00
fusionate
3659e07df9 CDR - Export: Include Caller Destination column in PDF. 2023-09-19 23:53:51 +00:00
chansizzle
bcaec41841 add phone icon to the call button (#6802)
* add phone icon to the call button

* Update click_to_call.php
2023-09-19 16:37:39 -06:00
FusionPBX
a7dce663a1 Simplified array structure as it changed when using the settings class 2023-09-19 11:40:18 -06:00
FusionPBX
24bdccdb0b Use the settings class instead of the SESSION 2023-09-18 14:59:21 -06:00
FusionPBX
bf47bbcc47 Event Socket settings auto defaults or custom using config.conf 2023-09-16 15:07:41 -06:00
FusionPBX
0e55637bf6 Correct the description in the comment 2023-09-16 14:18:27 -06:00
FusionPBX
675811f79c Create event_socket.conf.lua 2023-09-16 04:34:23 -06:00
FusionPBX
3fbb536aa6 Update esl.lua get event_socket from default settings 2023-09-16 03:27:27 -06:00
FusionPBX
551eda9080 Update fax_send.php 2023-09-16 02:15:35 -06:00
FusionPBX
905d175e59 Use settings class for fax send 2023-09-16 02:02:38 -06:00
FusionPBX
c6d966395e Use settings class for app_defaults.php 2023-09-16 00:22:12 -06:00
FusionPBX
81b92075a9 Delete app/fax_queue/app_defaults.php 2023-09-15 23:26:33 -06:00
FusionPBX
602495abe9 Delete app/extension_settings/app_defaults.php 2023-09-15 23:25:29 -06:00
FusionPBX
882fae6d22 Delete app/call_forward/app_defaults.php
Removing this as it is empty and not used.
2023-09-15 23:18:52 -06:00
FusionPBX
f1890976b2 Use settings class for the fax queue 2023-09-14 22:15:37 -06:00
FusionPBX
0011878dcd Use the settings class to get the event socket details 2023-09-14 21:23:27 -06:00
FusionPBX
7a0420f138 Use the settings class to get event_socket details 2023-09-14 21:18:23 -06:00
FusionPBX
7cb3c0b211 Fix the category and subcategory 2023-09-14 21:17:19 -06:00
FusionPBX
5afce93f03 Update email_queue to use settings class 2023-09-14 16:10:13 -06:00
FusionPBX
741f2a160e Add event socket and xml rpc values to default settings 2023-09-14 15:48:19 -06:00
fusionate
8986a2c947 DISA [Script]: Add minor delay before first voice prompt. 2023-09-14 17:47:19 +00:00
FusionPBX
1880688813 Use settings class needed for the email_queue 2023-09-13 09:54:00 -06:00
FusionPBX
dd2fbf7745 Update destinations.php 2023-09-13 08:19:06 -06:00
Andrew
702abf76ee Update sip_profile_edit.php (#6800)
add one space to fix sql error
2023-09-11 01:46:11 -06:00