Commit Graph

11120 Commits

Author SHA1 Message Date
FusionPBX c5861e4170
Fix provisioning template engine.
Template engine must get the cache directory or it fails to provision. This affected polycom phone provisioning and maybe other phones.
2024-06-25 20:28:58 -06:00
FusionPBX 320f402d18
Ring group handle number alias 2024-05-30 00:12:08 -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 93e1987754
Check for valid fax numbers
Validate the fax destination number
- Check outbound routes
- Check valid extension
- Set the status to failed for all other numbers
2024-05-14 12:49:51 -06:00
FusionPBX 6b2b842314
Skip the cache if the SQL query timed out 2024-05-06 14:08:53 -06:00
FusionPBX 17e82ed560
Bug fix for FAX forward 2024-05-03 13:16:44 -06:00
FusionPBX b0a0fa9ab1
Bug fixed to send fax to a local extension 2024-05-03 13:14:45 -06:00
FusionPBX 2262ec7272
Recent Calls hide Lose Race 2024-04-22 12:18:00 -06:00
FusionPBX 8091252664
Show all messages in the fax queue
Including ones not assigned to a user
2024-04-11 16:05:25 -06:00
FusionPBX e1cd500d71
Bug fix replace dialed_user with dialed_extension 2024-04-03 11:22:42 -06:00
FusionPBX 172ed8392c
Fix bug with extension missed call email
The dialed_user used to exist on all systems no longer the case. So using sip_to_user instead for backward compatibility.
2024-04-03 10:52:40 -06:00
Zachary Kitchen 360cf73c79
Include Date on Fax Coversheet (#6919) 2024-03-21 10:36:09 -06:00
fusionate bed88ea5d0
Voicemail: Adjustment to restore emailed message Download link feature. 2024-03-14 16:57:03 -06:00
fusionate 6833705895
Voicemail: Class adjustment to restore emailed message Download link functionality. 2024-03-14 16:55:43 -06:00
FusionPBX a79a3275d3
Update GXP templates 2024-03-13 18:02:55 -06:00
FusionPBX c249e1c1a4
Support a 0 value
Used !isset to support a value of 0 as empty the empty function considers a value of 0 as empty.
2024-03-13 11:13:50 -06:00
FusionPBX fc21a1b2d3
Update intercept.lua 2024-03-07 16:21:06 -07:00
FusionPBX a0392f265e
Fixed intercept
Remove from SQL where as the call_uuid is not always used
2024-03-07 14:41:25 -07:00
FusionPBX 7244cf5813
Add caller_destination to allowed variables 2024-03-05 18:29:11 -07:00
FusionPBX ffcf06b774
Update language/sv/vm/sounds.xml fix xml 2024-03-05 12:51:40 -07:00
FusionPBX d465e8ab39
Update index.lua
Use the original_caller_id_number in the diversion header.
2024-03-04 19:08:42 -07:00
FusionPBX ddc3befd60
Add required diversion header 2024-03-04 16:54:50 -07:00
FusionPBX cda2f530a7
Fix the order by for IVR Menu Options 2024-03-01 18:28:07 -07:00
FusionPBX c1e6f3e11d
Include ORIGINATOR_CANCEL for missed calls 2024-03-01 14:10:19 -07:00
fusionate 84e71af649
Operator Panel: Restore drag/drop calling and transfer. 2024-02-27 11:29:07 -07:00
FusionPBX bc6582b908
Ring group destination adde per user music on hold
This was reported as a bug. Where the extension music on hold was not being used when the extension was called through a ring group.
2024-02-24 21:09:18 -07:00
FusionPBX 4ae3f99589
Fix fax from address when sending an outbound fax 2024-02-23 15:43:59 -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 fd94e585da
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:26:14 -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
Zachary Kitchen 859f08fbb2
Grandstream Provisioning File Updates (#6899)
* Fixed issue with registration time for Grandstreams with registration expiration time set for less than 60 seconds
* Updated Grandstream GXP provisioning files to use values from registration expiration time
* Fixed physical key profile issues on GXP & GRP phones
2024-02-19 21:07:12 -07:00
FusionPBX 3fb475d67d
Fix bug with sipnetic use server_address
The registration domain should use server_address not the outbound_proxy_primary address.
2024-02-19 14:58:02 -07:00
Alex e2205cb6b6
Update call_broadcast_send.php (#6897) 2024-02-19 11:37:23 -07:00
FusionPBX a4b054d97a
Update 310_extension-to-voicemail.xml
Quote the interpolated part of the regexes between \Q and \E
2024-02-13 18:04:43 -07:00
FusionPBX 074d8a87dd
Update app_config.php 2024-02-12 11:06:29 -07:00
FusionPBX 1e18ea3c8f
Update app_config.php 2024-02-12 10:42:24 -07:00
FusionPBX a6ea0f2d04
Add emergency_email_address setting by default 2024-02-12 10:39:45 -07:00
FusionPBX e08b82c160
Bug fix for app/emergency logs 2024-02-12 10:26:33 -07:00
FusionPBX 9f52a2ea2c
Disable ws and wss by default 2024-02-07 17:52:14 -07:00
FusionPBX 01aaebbb1c
Fix the GSWave link 2024-02-06 21:31:29 -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 e3682cee6c
Bug Fix: Clean buffer before sending the rendered template 2024-02-06 12:31:16 -07:00
FusionPBX 64fd1a5e54
Bug Fix: Use the HTTP_HOST if the domain_uuid is empty 2024-02-05 18:56:03 -07:00
FusionPBX d3c05bae43
Remove the single quote
Remove backslash as it didn't work
2024-02-05 17:23:26 -07:00