frytimo
41eb7ac8d3
Fix empty line printing on console ( #6956 )
...
* fix empty line printing on console
2024-04-23 08:53:14 -06:00
FusionPBX
b6f68533d1
Update valet_park to exclude 5900
2024-04-22 08:17:08 -06:00
FusionPBX
92969d904c
Update valet_park_auto
...
- Use lua valet_park
2024-04-12 12:00:52 -06:00
demonspork
9952026016
Removed unused dialplan is_loopback ( #6927 )
2024-03-27 22:10:26 -06: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
FusionPBX
5ce4ad4879
Update diversion header
2024-02-12 12:57:01 -07:00
fusionate
0316248bef
Dialplan XML - Edit: Remove old Ace Editor control icons.
2024-01-24 21:00:25 +00:00
Antonio Fernandez
a4bfd1f20f
added delayed paging ( #6771 )
...
* added delayed paging
* Modified the code to use sched_api as requested
* added the beep
2024-01-12 14:52:16 -07:00
FusionPBX
23757cc2ae
Create 075_default_language.xml
...
Added this to set default language only when its not already set. This is more flexible then setting it in global-variables or domain-variables.
2024-01-10 14:36:14 -07:00
FusionPBX
dedafeccc8
Account for dialplan_detail_enabled false
2023-12-08 16:19:17 -07:00
FusionPBX
fa123ff069
Build dialplan xml from the array. More efficient to save data and xml in one step.
2023-11-03 02:18:57 -06:00
agree
37d7c43e17
[dialplan] Bind digit bleg without a lua script ( #6817 )
2023-10-26 13:27:31 -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
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
jacobbuscher-bt
2d872a3566
Finalize changing origination_callee_id_name from destination_number to caller_destination in domain_variables and variables dialplan. ( #6782 )
...
* Add the / character to the ALLOWED_CHARS variable to fix bug with front slashes being stripped. Previously was turning /var/lib/freeswitch into varlibfreeswitch
* Update app_defaults.php
Updating app defaults for Dialplan -> Domain Variables to set origination_callee_id_name to match the caller_destination instead of the destination number so that if you call another tenant in the same Fusion instance without is_local enabled the caller_destination shows instead of the tenant's called extension.
* Update app_defaults.php
Instead of removing the export all together we need to update it from destination_number to caller_destination.
* Update 020_domain-variables.xml
Set origination callee ID to caller_destination so internal calls don't show "Outbound Call"
---------
Authored-by: Jacob Buscher <jacob@bfitec.com>
2023-08-02 12:25:45 -06:00
FusionPBX
167e5e1740
Create 080_caller_id.xml
2023-08-01 18:14:56 -06:00
FusionPBX
6832d9e081
Deprecate cidlookup dialplan
2023-08-01 18:08:05 -06:00
FusionPBX
8b502d4355
Remove origination_callee_id_name from domain-variables dialplan
2023-07-29 11:18:36 -06:00
markjcrane
278ae0376b
When using dialplan details with the public context ensure call_direction, domain_name and domain_uuids is added to each dialplan detail group
2023-07-15 18:32:25 -06:00
markjcrane
1f0c30529b
Add dialplan condition regex
2023-07-14 20:44:40 -06:00
fusionate
9a7311b825
Dialplan [Class]: Updates for PHP 8.1
2023-06-06 21:45:44 +00:00
fusionate
b235f951a1
Dialplan [Class]: Updates for PHP 8.1
2023-05-20 23:57:27 +00:00
markjcrane
6d7e125743
Fix all PHP 8.1 messages for upgrade.php
2023-05-17 10:07:49 -06:00
FusionPBX
445b63ec3a
Update dialplan.php to prevent PHP 8.1 warnings
2023-05-13 12:55:33 -06:00
frytimo
fef8165be2
Frytimo pr patches for php8.1 ( #6630 )
...
* Passing null to parameter #2 ($string) of type string is deprecated
* Passing null to parameter #1 ($string) of type string is deprecated
* php 8.1 fixes
* php 8.1 fixes - replace strlen($var) > 0 with !empty($var)
* php 8.1 fixes - replace ${var} with {$var}
* php 8.1 fixes - replace ${var} with {$var}
* php 8.1 fixes - replace ${var} with {$var}
* php 8.1 fixes - replace ${var} with {$var}
* php 8.1 fixes - strlower with null
* php 8.1 fixes - strreplace with null
* php 8.1 fixes - passing null to base64_decode
* php 8.1 fixes - check for false and check for null on $this->dir
* php 8.1 fixes - remove assignment of $db variable to modules object
* php 8.1 fixes - avoid sending null to substr
* php 8.1 fixes - change ${var} to {$var}
* php 8.1 fixes - check for null before preg_replace
* php 8.1 fixes - remove setting db variable on domains object
* php 8.1 fixes - set empty string if $row['domain_setting_subcategory'] is null
* php 8.1 fixes - set empty string if $_REQUEST['show'] is not available
* php 8.1 fixes
* php 8.1 fixes - correct $_POST checking syntax
* php 8.1 fixes - correct $_POST variables
* php 8.1 fixes
* Use brackets consistently
* Update user_setting_edit.php
* Change to not empty
* Update device.php
* Update text.php
---------
Co-authored-by: Tim Fry <tim@voipstratus.com>
Co-authored-by: FusionPBX <markjcrane@gmail.com>
2023-05-05 10:46:37 -06:00
FusionPBX
bba5b22d77
Change talking_clock_date to a global dialplan
2023-04-20 21:12:31 -06:00
FusionPBX
9b7ab3d204
Update 350_please_hold.xml
2023-04-20 21:11:38 -06:00
FusionPBX
840d2dcd31
Change please_hold to a global dialplan
2023-04-20 21:11:05 -06:00
FusionPBX
3771e7af13
Change is_transfer to a global dialplan
2023-04-20 21:09:28 -06:00
FusionPBX
559a963a87
Change cf to a global dialplan
2023-04-20 21:07:02 -06:00
FusionPBX
b0f51ebfcd
Change att_xfer to a global dialplan
2023-04-20 21:05:37 -06:00
FusionPBX
9b4c6c2e7e
Change dx to a global dialplan
2023-04-20 21:03:33 -06:00
FusionPBX
3909f12992
Change call_return to a global dialplan
2023-04-20 21:01:14 -06:00
FusionPBX
a8eebe9da6
Make redial a global dialplan
2023-04-20 20:57:01 -06:00
FusionPBX
ff958a8c96
Make directory dialplan global
2023-04-20 20:52:39 -06:00
FusionPBX
c65b316217
Change to global
2023-04-20 20:47:41 -06:00
FusionPBX
98180d0ea2
Delete 410_freeswitch_conference.xml
2023-04-20 20:35:07 -06:00
FusionPBX
c989649176
Make call_privacy dialplan global
2023-04-19 23:50:41 -06:00
FusionPBX
2eea25e108
Make follow-me dialplan global
2023-04-19 23:32:06 -06:00
FusionPBX
d4ab968fe2
Update 200_agent_status.xml
2023-04-19 23:22:02 -06:00
FusionPBX
15dae6e74a
Update 210_agent_status_id.xml
2023-04-19 23:21:36 -06:00
FusionPBX
f8b3649f1b
Update 215_agent_status_break.xml
2023-04-19 23:21:05 -06:00
FusionPBX
9cf9d4c332
Update 370_is_secure.xml
2023-04-19 23:09:50 -06:00
FusionPBX
b8816c4089
Update 370_tone_stream.xml
2023-04-19 23:08:58 -06:00
FusionPBX
7d58793a37
Update 360_milliwatt.xml
2023-04-19 23:08:14 -06:00
FusionPBX
e6acab33ae
Update 360_is_zrtp_secure.xml
2023-04-19 23:07:09 -06:00
FusionPBX
4ac9b4ea2c
Update 490_do-not-disturb.xml
2023-04-19 23:04:46 -06:00
FusionPBX
cb3f458d4e
Update 500_call-forward.xml
2023-04-19 23:04:25 -06:00
FusionPBX
f51f48646a
Make vmain a global dialplan
2023-04-19 22:56:40 -06:00