FusionPBX
a4e32409ed
GXP2170 fix register_expires, DND, and call forward
2024-03-04 13:32:00 -07:00
FusionPBX
722a2806ee
Remove self closing tag for *78 and *79
2024-03-04 13:28:17 -07:00
FusionPBX
a93519e310
Fix the register_expires, DND and grandstream firmware
2024-03-04 13:22:25 -07:00
FusionPBX
46e4afb6f3
Grandstream 2160 Fix keys assignments over 6
2024-03-04 13:16:34 -07:00
FusionPBX
27a894a59f
Grandstream 2140 Fix keys assignments over 4
2024-03-04 13:13:38 -07:00
FusionPBX
77d8aecf5c
Add register_expires and *78 and *79
2024-03-04 13:05:47 -07:00
FusionPBX
fb9b67a274
Grandstream 2130 Fix keys assignments over 3
2024-03-04 12:55:09 -07:00
FusionPBX
4cfcbd0c9c
Grandstream 2135 Fix keys over 8
2024-03-04 12:50:37 -07:00
FusionPBX
7d06f5dc9e
Grandstream 2170 Fix keys over 12
2024-03-04 12:40:44 -07:00
fusionate
61c5b6e005
Time Conditions: Better support for date-time based presets.
2024-03-04 12:28:25 -07:00
FusionPBX
f873ee7757
Update settings.php
...
Reverting mixed type until more people have migrated off of PHP 7.4
2024-03-04 09:35:17 -07:00
FusionPBX
1acb30a7fe
Prevent an error
2024-03-02 18:13:25 -07:00
FusionPBX
b1589bac86
Move the ring group destination description
2024-03-02 15:31:03 -07:00
FusionPBX
e3733381eb
Update the version of the Master Branch
...
This is not a release yet it's a version for the Master Branch. We are doing this to separate it from the current release.
2024-03-01 18:35:27 -07:00
FusionPBX
3896629817
Fix the order by for IVR Menu Options
2024-03-01 18:26:44 -07:00
FusionPBX
bb8c4c0e66
Include ORIGINATOR_CANCEL for missed calls
2024-03-01 14:08:47 -07:00
frytimo
ebe12ef338
allow setting a default value ( #6908 )
2024-03-01 10:26:51 -07:00
FusionPBX
0626fc1c9a
Add yealink_app_unavailable from another template.
2024-02-29 09:51:56 -07:00
fusionate
c0d26a9279
Operator Panel: Permission check adjustment.
2024-02-28 13:12:15 -07:00
fusionate
3f6fa8d2f9
Operator Panel: Add permission to show or hide (default) unregistered extensions.
2024-02-28 12:59:49 -07:00
fusionate
07f532afab
Operator Panel: Restore drag/drop calling and transfer.
2024-02-27 11:18:44 -07:00
FusionPBX
fb1b8e7a38
Use a join to get the domain_name
2024-02-26 09:28:17 -07:00
frytimo
d5cbebadd8
add domain column when showing all domains ( #6905 )
2024-02-26 08:57:36 -07:00
FusionPBX
672922def0
Ring group destination adde per user music on hold
2024-02-24 21:06:17 -07:00
FusionPBX
ebcd78ed4f
Fix fax from address when sending an outbound fax
2024-02-23 15:42:38 -07:00
FusionPBX
4d9160b1cd
Extension summary add voicemail column and use the CDR status
2024-02-22 21:04:14 -07:00
Alex
7436d8e651
Update xml_cdr_inc.php ( #6903 )
2024-02-22 15:54:18 -07:00
FusionPBX
cdc11c5d16
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:19:57 -07:00
FusionPBX
102d973f11
Fix the Yealink Conference templates
2024-02-21 16:30:29 -07:00
fusionate
dc0f985b2f
Check Auth: Unset temporary $name variable.
2024-02-21 15:04:09 -07: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
frytimo
b47f9c3219
add default value for ring time delay before voicemail ( #6900 )
...
* add default value for ring time delay before voicemail
* Update app_config.php
2024-02-20 22:04:24 -07:00
Anthony
80c670d945
Added bulk Turkish translations to app_languages.php files ( #6901 )
...
* Added Turkish translations to access_controls/app_languages.php
* Added Turkish translations to basic_operator_panel/app_languages.php
* Added Turkish translations to bridges/app_languages.php
* Added Turkish translations to call_block/app_languages.php
* Added Turkish translations to call_broadcast/app_languages.php
* Added Turkish translations to call_flows/app_languages.php
2024-02-20 21:59:53 -07:00
FusionPBX
746413cbfe
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:48:24 -07:00
FusionPBX
195b46e9e4
Update app_languages.php add no_answer
2024-02-20 14:30:43 -07:00
FusionPBX
cdee086045
Use SQL limit for missed calls
2024-02-20 14:16:53 -07:00
FusionPBX
76bcd70824
Use the domain time_format 12h or 24h
2024-02-20 13:57:29 -07:00
FusionPBX
61d40a62ee
Simplify the time format
2024-02-20 13:41:21 -07:00
FusionPBX
53f6f040c1
Update the URL to use status
2024-02-20 13:24:27 -07:00
FusionPBX
60d4a7c1be
Use the call status missed to find missed calls
2024-02-20 13:12:52 -07:00
FusionPBX
dbc88b847a
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:47:10 -07:00
FusionPBX
359a323c1f
Don't use voicemail_id to determine call status
...
This is an unreliable way to detect if the call when to voicemail.
2024-02-20 12:28:59 -07:00
FusionPBX
06480cbc3d
Fix bug with sipnetic use server_address
...
The registration domain should use server_address not the outbound_proxy_primary address.
2024-02-19 14:56:46 -07:00
Alex
5e6bc5b3ed
Update call_broadcast_send.php ( #6896 )
2024-02-19 11:34:28 -07:00
FusionPBX
1b5d66e85e
Refresh each subscription publication
2024-02-17 08:34:47 -07:00
FusionPBX
632c2ee10f
Update 310_extension-to-voicemail.xml
...
Quote the interpolated part of the regexes between \Q and \E
2024-02-13 18:03:32 -07:00
Anthony
f80293e163
Added Greek & Turkish translations to app app_laguages.php files ( #6895 )
...
* Added Greek & Turkish translations to fifo/app_languages.php
* Added Greek & Turkish translations to fifo_list/app_languages.php
* Added Greek & Turkish translations to gswave/app_languages.php
* Added bulk translations to gateways/app_languages.php
2024-02-13 12:28:13 -07:00
Antonio Fernandez
91cfa5f778
added missing fax_email permission ( #6894 )
...
This permission is referenced in the fax_edit.php code and allows you to enter a confirmation email for faxes that are sent. Without this permission it is no editable.
2024-02-12 16:11:46 -07:00
FusionPBX
5ce4ad4879
Update diversion header
2024-02-12 12:57:01 -07:00
frytimo
2a613840ec
avoid user/pass connection request removal in GRP TR-069 settings ( #6890 )
2024-02-12 11:38:50 -07:00