Commit Graph

20920 Commits

Author SHA1 Message Date
FusionPBX 2c5724c6ed
Add new class methods and use them 2023-09-11 01:45:19 -06:00
fusionate 6411f50750
Destination Select: Set minimum width on second select box. 2023-09-08 22:05:19 +00:00
FusionPBX 9684541dbe
PHP 8.1 end function requires array 2023-09-08 09:33:54 -06:00
fusionate 7f48c0f676
Device - Edit: Integrate QR provisioning for Sipnetic softphone. 2023-09-07 23:26:27 +00:00
FusionPBX bd1ff0b9e7
Improved wordwrap on active calls 2023-09-07 16:02:19 -06:00
FusionPBX d8cc5d4ad5
Adjust version 2 command 2023-09-07 13:43:40 -06:00
FusionPBX 6036f36a8b
Use gscloud for oauth2 for Google v2 2023-09-07 13:37:25 -06:00
FusionPBX 556c1fe284
Add Google API v2 speech transcription 2023-09-07 13:13:05 -06:00
FusionPBX d2bb186b33
Prevent an error for PHP 8.1 plus 2023-09-06 16:32:11 -06:00
FusionPBX eb2b530859
Check to see if the provider_prefix setting is enabled 2023-09-06 14:57:22 -06:00
FusionPBX 2ce9254ce5
Add provider_prefix when sending fax
Only add if it the provider_prefix is set in the domain-variables dialplan
2023-09-06 12:03:42 -06:00
FusionPBX 7d7a0cf603
Add fallback method to get caller_id 2023-09-06 10:38:17 -06:00
FusionPBX b5b69071fc
Add respond 404 not found 2023-09-05 16:48:03 -06:00
FusionPBX 677824fe5a
Save destination_number, sip_to_user, and sip_req_user 2023-09-02 10:37:29 -06:00
FusionPBX 0e2506aa8b
Prevent an error if all Time conditions presets are disabled 2023-09-01 14:01:47 -06:00
FusionPBX c285a104f0
Fixed dynamic destinations when switching domains 2023-09-01 10:57:55 -06:00
FusionPBX 14e3cf5546
Order by the IVR menu option order then digits 2023-08-31 13:46:19 -06:00
FusionPBX 879eb67a8a
Minor version update 5.1.1 2023-08-30 18:47:45 -06:00
fusionate a83d62e59c
Default Settings - List: Show Copy even when only a single domain. 2023-08-31 00:09:49 +00:00
FusionPBX d9eae802ec
Change double quotes to single quotes 2023-08-30 17:59:07 -06:00
Alex 5825e58451
Fixed translations (#6794)
* Update app_menu.php

* Update app_menu.php

* Update app_menu.php

* Update app_menu.php

* Update app_menu.php

* Update app_menu.php

* Update app_menu.php

* Update app_menu.php

* Update app_languages.php
2023-08-30 14:52:32 -06:00
FusionPBX 360edbf43f
Update app_menu.php 2023-08-30 14:11:02 -06:00
FusionPBX 9c09269159
Set the search value to lower case 2023-08-30 13:48:35 -06:00
Anthony 4cc864d29a
Fixing/Adding missing translations in app_languages and app_menu files (#6795) 2023-08-30 13:18:55 -06:00
FusionPBX 3a2593002f
Sanitize the application data 2023-08-30 12:52:54 -06:00
FusionPBX 40a7ed7b15
xml sanitize allow $1 and $2
Continue to remove any ${variables}  in this format
2023-08-30 12:50:08 -06:00
FusionPBX 9f7f30a507
Update he-il for SIP profiles 2023-08-30 10:53:42 -06:00
FusionPBX 6edd6cda6b
Fix the spelling for SESSION 2023-08-29 14:31:01 -06:00
FusionPBX 744ec4edaa
Make sure voicemail_id is set before using it 2023-08-29 13:33:29 -06:00
sdwru 3b617cb35c
Update switch.php (#6785)
Running install.php the first time after a manual (not using script) install on Debian 11, there is a failure due to $_SESSION['switch']['conf']['dir'] not yet existing.  Subsequent installs will work.  It's only on the first install that it fails.  There may be better ways but this is the fix I came up with that works for me.
2023-08-29 10:56:31 -06:00
jonathanblack1000 254d58f614
Second try fixing line keys on GXP2135 (#6793)
GXP2135 requires special handling on keys to handle line key vs BLF/Speed dial vs blank.
2023-08-29 10:55:19 -06:00
FusionPBX 988e2490c5
Set the switch session variable tusing the name
To be consistent the $_SESSION['switch'] variables currently require the name. Without this switch session variables are inconsistent.

This inconsistently caused a problem with creating the recording directory for new domains.
2023-08-28 15:07:31 -06:00
FusionPBX 4eb7fdf007
Update default and domain setting session array
In the "domains" class upgrade method, only set the value when either "default_setting_enabled" is true or "domain_setting_enabled" is equal to true.
2023-08-28 14:45:39 -06:00
FusionPBX 401a914726
Add recordings archive sub directory 2023-08-28 10:08:28 -06:00
FusionPBX 5de3e514df
Add Fanvil mac addres detectection
Also arrange the code in alphabetical order
2023-08-28 09:37:02 -06:00
FusionPBX bf520a38d7
Save the category name and not the description in vars.xml 2023-08-26 23:03:38 -06:00
fusionate 959c72abc9
IVR Menu - Edit: Refine greeting playback experience. 2023-08-26 23:34:02 +00:00
fusionate b2a6c4eae2
Theme [CSS]: Update to support next commit to IVR Edit greeting playback. 2023-08-26 23:33:08 +00:00
fusionate 2a14368914
Template: Remove invalid paste. 2023-08-26 23:30:58 +00:00
FusionPBX 29f04383cb
Inbound number not found send to the log 2023-08-26 15:29:58 -06:00
jonathanblack1000 c97ac88cd2
Fix line keys on GXP2135 and contribute GHP6xx template. (#6780) 2023-08-26 10:50:36 -06:00
Mihir Gajjar 9933b44335
Snom D735 Smartlabel Settings (#6776)
* Updated Snom template for Intercom policy

Allow to make changes to Snom intercom policy

* Updated Snom D735 template for setting the Smartlabel display mode

This settings allows to set a domain setting on how we want to see the labels on Snom D735 phones
2023-08-26 10:49:33 -06:00
K-Flagman ff578da24e
Play button in IVR Menu edit (#6786)
* add play button for ivr long and short greetings
2023-08-26 10:17:04 -06:00
Luis Daniel Lucio Quiroz 97835fdd6a
Update intercept.lua (#6788) 2023-08-26 10:12:52 -06:00
FusionPBX 88169f9e30
Use the call direction from the xml_cdr table 2023-08-25 16:13:02 -06:00
FusionPBX 85f6793a41
Set bridge statements variables 2023-08-25 16:05:33 -06:00
FusionPBX bc2e64af28
Change variable name caller_direction to call_direction 2023-08-25 15:21:08 -06:00
FusionPBX 2cf06240c5
Add 809 to outbound route continue_on_fail
This changes accounts for the following error.

Reason: SIP;cause=809;text="GATEWAY_DOWN"
2023-08-25 13:17:46 -06:00
FusionPBX bdef43ce3f
Add a trim on the Bridge variables
When there is a space at the end and used in the string then FreeSWITCH will not add the variables to CDR variables.
2023-08-25 09:37:31 -06:00
FusionPBX 13550f214d
Default the bridge variables to enabled false 2023-08-24 19:42:32 -06:00