Commit Graph
8598 Commits
Author SHA1 Message Date
FusionPBX 95dd1cee01 Remove the deprecated save_dialplan_xml function. 2020-08-14 00:41:31 -06:00
FusionPBX ffcbcf289c Remove the deprecated save_dialplan_xml function. 2020-08-14 00:41:05 -06:00
FusionPBX f06e07a309 Remove the deprecated save_dialplan_xml function. 2020-08-14 00:40:23 -06:00
FusionPBX a9e2a6a023 Remove the deprecated save_dialplan_xml function. 2020-08-14 00:39:33 -06:00
FusionPBX 6e86691f8d Remove the deprecated save_dialplan_xml function. 2020-08-14 00:38:45 -06:00
FusionPBX b09ad0f257 Remove the deprecated save_dialplan_xml function. 2020-08-14 00:38:17 -06:00
FusionPBX 756956ad50 Remove the deprecated save_dialplan_xml function. 2020-08-14 00:36:34 -06:00
FusionPBX 6310f5fdb7 Remove the deprecated save_dialplan_xml function. 2020-08-14 00:34:01 -06:00
FusionPBX 9ccd98bf2a Remove the deprecated save_dialplan_xml function. 2020-08-14 00:33:21 -06:00
FusionPBX d51008d3e7 Remove the deprecated save_dialplan_xml function. 2020-08-14 00:32:32 -06:00
FusionPBX 3c0fcdc8f9 Remove the deprecated save_dialplan_xml function. 2020-08-14 00:32:06 -06:00
FusionPBX 3e0851df3f Remove the deprecated save_dialplan_xml function. 2020-08-14 00:31:33 -06:00
FusionPBX 32aa856291 Remove the deprecated save_dialplan_xml function. 2020-08-14 00:29:47 -06:00
FusionPBX 691ec06554 Remove the deprecated save_dialplan_xml function. 2020-08-14 00:25:56 -06:00
FusionPBX e15c4d3ac3 Remove the deprecated save_dialplan_xml function. 2020-08-14 00:25:03 -06:00
FusionPBX 1da210762c Remove the deprecated save_dialplan_xml function. 2020-08-14 00:24:16 -06:00
FusionPBX d96ec878bc Remove the deprecated save_dialplan_xml function. 2020-08-14 00:22:56 -06:00
FusionPBX fc0ec80fbd Remove the deprecated save_dialplan_xml function. 2020-08-14 00:21:12 -06:00
FusionPBX 2cc649dd2f Update call_center.php 2020-08-14 00:18:54 -06:00
FusionPBX fe284ccebb Remove the deprecated save_dialplan_xml function. 2020-08-14 00:17:46 -06:00
FusionPBX bb457f6b40 Remove the deprecated save_dialplan_xml function. 2020-08-14 00:16:43 -06:00
FusionPBX ae9da80ed1 Remove the deprecated save_dialplan_xml function. 2020-08-14 00:15:47 -06:00
FusionPBX 3161cd638b Remove the old save_dialplan_xml function. 2020-08-14 00:13:17 -06:00
FusionPBX 35d8e048cb Remove save_dialplan_xml function. 2020-08-14 00:09:09 -06:00
FusionPBX c8b45c9eb5 Remove root.php 2020-08-13 23:10:49 -06:00
FusionPBX 2e8f5d1f00 Update ivr.conf.lua 2020-08-13 16:40:55 -06:00
chansizzle 9b43ff0f71 Update contacts_vcard.php (#5391)
improved email inclusion
2020-08-12 16:35:57 -06:00
FusionPBX 1abd1f1670 Change prefix from tmp_ to start_ as the variable is based on the start date. 2020-08-11 10:39:27 -06:00
Len 7d29984f3d Update app_config.php (#5390) 2020-08-10 20:44:03 -06:00
FusionPBX a37b5a94ca Get the domain_name from the presence_id. 2020-08-08 15:13:35 -06:00
emaktech 9bf45318a7 Allow Variable to Manually set Agent Status (#5383)
Adds a bit of additional logic to allow the following variable to be set in dialplan:

agent_action

When set to login, this script will always log the agent in regardless of current state.
When set to logout, this script will always log the agent out regardless of current state.
When unset, original behavior is preserved.

The reason for adding this code is to allow us to create a dialplan that puts a user on DND at the same time as logging out the agent, and vice-versa.
2020-08-05 21:42:13 -06:00
FusionPBX 6e4bb6d944 Change button-call_routing to button-call_forward 2020-08-05 10:58:06 -06:00
FusionPBX 29f63062cf change button-call_routing to button-call_forward 2020-08-05 10:55:42 -06:00
FusionPBX 060450b95f Change labels from calll routing to call forward, call-forward to call_forward and follow-me to follow_me 2020-08-05 10:51:50 -06:00
FusionPBX 1ac4316781 Add show all. 2020-08-05 10:50:37 -06:00
FusionPBX eb53f7a432 Change Call Routing to Call Forward 2020-08-05 10:48:33 -06:00
FusionPBX d0b7a098d0 Change call routing to call forward. 2020-08-05 10:47:03 -06:00
FusionPBX f5d5886b9d Rename Calls to Call Forward 2020-08-05 10:45:59 -06:00
FusionPBX 1f05ee8a86 Always remove unrelated domains by default. 2020-08-04 20:28:33 -06:00
Luis Daniel Lucio Quiroz 2b7c938f49 Add digium support to get_vendor_by_agent() (#5380)
Missing this brand
2020-08-03 13:12:19 -06:00
FusionPBX 95e9901e33 Change the conference edit title. 2020-08-03 08:32:18 -06:00
FusionPBX 1956ff5f61 Correct the conference description. 2020-08-03 08:31:17 -06:00
chansizzle d23073f925 Update 045_call_recording_on_demand.xml (#5376)
mask/unmask on demand recordings
2020-07-31 18:16:07 -06:00
Gill AbadaandGill Abada d19e81bb22 feature add mask/unmask recordings in real time. white space cleanup. (#5373)
Co-authored-by: Gill Abada <gill@callifi.com>
2020-07-31 10:01:36 -06:00
jrmcclean e22b1fc4e2 Update system.php (#5369)
* Update system.php

PHP version info is not displaying when FreeSWITCH is off.  Line 169 corrects this issue and the information is displayed regardless if FreeSWITCH is on or off.

Added Windows support to display System Memory.
2020-07-30 09:36:27 -06:00
benwiesner1 f765cefb51 Update app_languages.php (#5370)
desc changes make more sense especially for non superadmin / customers who are admins
2020-07-30 09:34:06 -06:00
FusionPBX 8589febfba Update extension_edit.php 2020-07-29 14:19:18 -06:00
FusionPBX 472e1bf85a Add a new button. 2020-07-29 13:37:30 -06:00
agree 3d9e249cc9 Conference recording missing ext (#5368) 2020-07-29 12:29:41 -06:00
chansizzle 6ec28b1cdd Update index.php (#5367)
increased scan-ability on dark backgrounds
2020-07-29 12:01:40 -06:00