Commit Graph

20905 Commits

Author SHA1 Message Date
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
FusionPBX
cc454ff882 Switch from input text to textarea for destination_number 2023-08-24 14:41:40 -06:00
FusionPBX
18b3c41f47 Better bridge profile support 2023-08-24 14:28:19 -06:00
FusionPBX
fac9bad46f Fix the default_language, default_dialect and default voice variables that were broken by xml.sanitize 2023-08-24 09:26:10 -06:00
FusionPBX
5439a80095 Account for dialplan_detail_enabled is null as enabled true
The interface treats dialplan_detail_enabled null as enabled so in the outbound_route_to_bridge treat it as enabled true.
2023-08-23 19:23:11 -06:00
FusionPBX
dcd00c3a15 Find and use the firewall path
Needed as Debian 8 and 9 have a different iptables location than Debian 11
2023-08-23 15:29:04 -06:00
FusionPBX
9a19fb4f82 Add full path to iptables and pfctl
Full path to iptables needed now for Debian 11 since /usr/sbin is no longer in the path by default.
2023-08-23 10:09:24 -06:00
FusionPBX
5182e5e2d5 Change value to textarea 2023-08-22 16:58:47 -06:00
FusionPBX
d109fad050 Add the closing foreach for the yealink t46s template 2023-08-22 12:11:56 -06:00
FusionPBX
595197279b Fix the yealink t41s template 2023-08-22 12:10:47 -06:00
FusionPBX
281a367715 Update the Yealink T46s to use a loop
This allows using any number of accounts (lines) the phone can support.
2023-08-22 11:11:47 -06:00
FusionPBX
1df1afa365 Make pdf from tif only if tiffinfo returns a result 2023-08-22 10:28:43 -06:00
FusionPBX
11c98a860e Get the extension_uuid using the voicemail_id 2023-08-22 10:01:24 -06:00
FusionPBX
85d194799f Update 240_page.xml change kick all to hup all
This removes the message when call ends that they have been kicked from the page (conference call)
2023-08-20 23:03:57 -06:00
FusionPBX
086189a769 Use the bridge parts array 2023-08-19 23:16:34 -06:00
FusionPBX
a703a75480 Bridge statement builder 2023-08-19 22:50:39 -06:00