FusionPBX
7f870ea26f
Remove an extra line of code that causes no harm but is not needed.
2020-10-10 12:46:56 -06:00
FusionPBX
3283140022
Update destination_edit.php
...
Replace string_to_regex with destination to_regex method.
2020-10-10 00:06:38 -06:00
FusionPBX
cd3ed425de
Update destinations.php
...
Add to_regex method to the destinations class.
2020-10-10 00:03:04 -06:00
Len
6cc97a45cc
Update app_config.php
2020-10-09 22:07:25 -04:00
Nate
325da538c3
Voicemail: Adjust default greeting to accept * for remote access.
2020-10-08 18:05:20 -06:00
Nate
c10d508ba8
Voicemail: Minor adjustment to play greeting script.
2020-10-08 16:18:02 -06:00
Nate
55e1e2ea35
Contacts - Import: Support multiple numbers per contact and ability to set number label.
2020-10-08 15:13:45 -06:00
FusionPBX
08de8d1f81
Remove code that caused an error.
2020-10-07 13:48:17 -06:00
Nate
7932829ff0
Switch Variables: Enhance description.
2020-10-06 14:58:00 -06:00
Nate
4a886ea1d2
Extension - Edit: Adjust permission check to mitigate warning.
2020-10-05 09:49:23 -06:00
FusionPBX
4edb1d67ac
Update ivr.conf.lua
...
This was added to send calls to the IVR menu exit action when it reaches the ivr_menu_max_failures. However it causes a bug when ivr_menu_max_failures = 1 and IVR Menu Option has a digits larger than 2 which gets interpreted as a failure and then sent to the fail destination. This code causes a worse issue than it solves. Commenting out the code until finding a better solution.
2020-10-02 11:58:27 -06:00
jamesorose
0c6a066f8e
Update app_config.php ( #5504 )
...
Change yealink_trust_certificates value false. When set to true this can make the phone not able to provision. If not using a trusted certificate.
2020-10-02 11:45:26 -06:00
Nate
f93e0a8271
Voicemail: Additional steps to correct potential phrase/language issues.
2020-10-02 10:07:58 -06:00
FusionPBX
2bbec3f38b
Add a missing comma.
2020-10-01 19:12:30 -06:00
agree
73e9136344
Fix faxing to multiple numbers ( #5503 )
2020-10-01 17:08:53 -06:00
agree
e3f36157d3
Allow flexible defaults for ivr failure and timeout ( #5502 )
...
* Allow flexible defaults for ivr failure and timeout
* Allow flexible defaults for ivr failure and timeout
* Fix default setting description
2020-10-01 14:22:05 -06:00
Nate
15408eee73
Recordings: Additional sanitation on file rename.
2020-09-29 18:05:37 -06:00
Nate
85e9be8148
VM Scripts: Restore recording beep tone for add intro on vm forward.
2020-09-29 14:57:00 -06:00
Nate
541bd4dd6f
Device Edit: Restore ability to unset the current Device Profile.
2020-09-29 14:38:15 -06:00
Nate
41501eee61
CDR: Mitigate warnings if no extensions assigned to user.
2020-09-29 13:56:10 -06:00
Nate
62b0ef0a03
Number Translations: Fix Add.
2020-09-29 12:39:56 -06:00
Nate
bfbcd94cf7
Access Controls: Fix Add.
2020-09-29 12:29:46 -06:00
FusionPBX
b82e7208d0
Update call_center_queue_edit.php
...
Fix the permissions check for call_center_outbound_caller_id_number
2020-09-29 11:58:21 -06:00
FusionPBX
961a974ab2
Update app_config.php
...
Add queue_outbound_caller_id_name and queue_outbound_caller_id_number fields to the call center queue table.
2020-09-29 11:53:09 -06:00
FusionPBX
ca1040a83b
Update call_center_queue_edit.php
...
Add outbound_caller_id_name and outbound_caller_id_number.
2020-09-29 11:48:38 -06:00
FusionPBX
4e27817f50
Add outbound_caller_id_name and outbound_caller_id_number.
2020-09-29 11:46:46 -06:00
FusionPBX
b88609f2b9
Add call center outbound caller id name and number permisisons.
2020-09-29 11:45:52 -06:00
agree
16b34145d6
add extensions to destination class ( #5501 )
2020-09-29 11:43:48 -06:00
agree
0560b57dcc
Log viewer view all of freeswitch log files ( #5500 )
...
* log viewer view all of freeswitch log files
* Update app_languages.php
* Update log_viewer.php
2020-09-29 10:12:28 -06:00
Len
7ca85632c3
Update provision.php ( #5498 )
2020-09-28 20:38:11 -06:00
Len
a55273fd1d
Update app_languages.php ( #5496 )
2020-09-28 20:37:13 -06:00
FusionPBX
e591ab9ce2
Change count to is_array to prevent a warning on PHP 7.3.
2020-09-28 11:17:17 -06:00
Joseph
9b012a4405
Fix broken accountcode on fax retries ( #5490 )
...
accountcode would only appear on the sip header for the 1st retry. Added the accountcode parameter to the rest of the originate commands to resolve this issue
2020-09-26 22:46:07 -06:00
Joseph
e164817bdb
Update index.lua ( #5487 )
...
Add the name of the voice mail box in the VM to email template. (part B)
2020-09-26 16:10:59 -06:00
Joseph
52f1b64947
Update record_message.lua ( #5488 )
2020-09-26 16:08:45 -06:00
Joseph
3934cc4810
Update send_email.lua ( #5489 )
...
Changed MM to MI, otherwise times would show as XX:09:XX. Appears that MM is not a valid value.
2020-09-26 16:07:36 -06:00
FusionPBX
53c3b9a7b0
Update send_email.lua
2020-09-26 16:07:03 -06:00
Joseph
ec6303d0fe
Update send_email.lua ( #5486 )
...
Add the name of the voice mail box in the VM to email template.
2020-09-26 15:55:21 -06:00
Nate
d539c3a7cc
Provisioning: Support for N/A key on Htek.
2020-09-26 13:27:21 -06:00
FusionPBX
be812fd1ec
Move the permission check to its own if statement.
2020-09-26 12:13:47 -06:00
Mark J Crane
78f50121dd
Remove trailing spaces and add a sleep.
2020-09-26 01:16:08 +00:00
Nate
462da0a3e2
Voicemail: Better check on Default Setting switch > phrases > dir value.
2020-09-25 18:00:50 -06:00
Nate
032d369db1
Voicemail: Correct path.
2020-09-25 17:08:02 -06:00
Nate
46adde4a22
Voicemail: Use phrases instead of direct sounds.
2020-09-25 16:58:44 -06:00
agree
0216ebee07
Update index.lua ( #5484 )
2020-09-23 12:10:50 -06:00
FusionPBX
61767aac3a
Add new destinations get method.
2020-09-23 10:46:28 -06:00
agree
aabd4059be
cdr add call flow summary ( #5454 )
2020-09-23 10:29:13 -06:00
agree
9fc63d2643
Fix call direction ( #5456 )
2020-09-23 10:27:02 -06:00
agree
ca313c9d34
Update xml_cdr_details.php ( #5455 )
2020-09-23 10:25:55 -06:00
FusionPBX
cf1b6eab3e
Voicemail message date using time zone
2020-09-19 08:48:31 -06:00
agree
4670a50fb0
xml cdr details format duration ( #5457 )
2020-09-18 12:34:22 -06:00
FusionPBX
45bcb8d437
Add Yealink provisioning VLAN variables.
2020-09-18 11:30:46 -06:00
FusionPBX
763945afad
Remove base64 delete.
2020-09-17 09:30:50 -06:00
FusionPBX
95d3684cd1
Make the export page use the new xml_cdr_export permission.
2020-09-16 15:48:43 -06:00
FusionPBX
b9c6f56554
Add new permission xml_cdr_export.
2020-09-16 15:47:48 -06:00
FusionPBX
89bc913d97
Add permission_exists xml_cdr_export
2020-09-16 15:47:12 -06:00
FusionPBX
4b413ee745
Comment out the json results so that the code uses less RAM.
2020-09-16 15:26:50 -06:00
FusionPBX
c84454bef3
Added is_array function in more places.
2020-09-16 12:33:38 -06:00
FusionPBX
974ae95ec8
Replace count array with is_array function.
2020-09-16 12:17:34 -06:00
FusionPBX
05ba2b3ca0
Fix PHP warnings
2020-09-15 19:12:19 -06:00
FusionPBX
56e56aa6f9
Comment out get variable record_name
2020-09-11 10:29:15 -06:00
graycom-git
d4cc92e21f
Update index.lua ( #5443 )
...
Update to use effective_caller_id_name when prefixed on inbound routes as the caller_id_name when recording voicemail details in database
2020-09-08 09:52:54 -06:00
FusionPBX
93f5c996ae
Remove trailing tabs.
2020-09-08 09:50:17 -06:00
Mafoo
269c21d37b
BugFix [master] - ring_groups\index.lua ( #5441 )
...
change to use functions.send_mail so system from address is taken into account
2020-09-08 09:46:52 -06:00
FusionPBX
1db78cf7ea
Change dbh to db to fix an error seen in the logs.
2020-09-07 18:37:20 -06:00
FusionPBX
baadb2185b
Transcription change how we are picking it up.
2020-09-02 15:58:42 -06:00
FusionPBX
d7e085f9f7
Update send_email.lua
2020-09-01 19:24:03 -06:00
FusionPBX
4322d6dece
Add the server hostname.
2020-09-01 19:09:04 -06:00
FusionPBX
b476f17af6
Disable transcribe_enabled if method is equal to queue.
2020-09-01 19:06:40 -06:00
agree
62e821087f
Fix follow me originate_delay for external numbers ( #5432 )
...
* Fix follow me originate_delay
2020-09-01 10:29:18 -06:00
FusionPBX
d3f1bfc51e
email_status set to waiting
2020-08-31 12:31:40 -06:00
FusionPBX
b7d52fecbe
Change eventsocket_create to event_socket_create
2020-08-31 11:40:39 -06:00
FusionPBX
f7b715b399
Update send_mail.lua
2020-08-30 20:14:09 -06:00
Stephen Forster
37ca27c791
Update index.php ( #5429 )
...
Add filter by extensions and filter by name to Operator Panel
2020-08-28 18:09:38 -06:00
FusionPBX
d18123d679
Add extension_uuid to the agent contact
2020-08-28 14:20:16 -06:00
FusionPBX
d2004e921e
Device profile add just expansion.
2020-08-28 12:34:36 -06:00
chansizzle
c3b5f57ad1
Update device_profile_edit.php ( #5430 )
...
* Update device_profile_edit.php
expansion modules update
2020-08-28 12:28:02 -06:00
FusionPBX
7a38482459
Add additional a + to is local or SQL statement.
2020-08-27 21:50:22 -06:00
FusionPBX
1fcc06e622
Use caceh set only if dialplan_mode has a value.
2020-08-27 21:48:04 -06:00
Stephen Forster
6691e9d791
Update basic_operator_panel.php ( #5426 )
...
Add extra name filter option to always filter using lower case.
2020-08-27 17:59:13 -06:00
Stephen Forster
1a18863b2a
Update content.php ( #5427 )
...
Add "call on hold" state to panel. If a call is placed on hold it will have an orange overlay.
2020-08-27 17:58:35 -06:00
FusionPBX
cd4f709a20
Add cache.get and cache.set
2020-08-27 16:57:08 -06:00
chansizzle
0c59165a4f
Update app_config.php ( #5425 )
...
time zone name description adjusted
2020-08-27 15:52:09 -06:00
FusionPBX
c317a6ab1c
Update ivr.conf.lua
2020-08-27 15:27:19 -06:00
FusionPBX
32301f438a
Change vertical spaces.
2020-08-27 15:25:29 -06:00
FusionPBX
00227699cc
Update app_config.php
2020-08-27 13:24:18 -06:00
FusionPBX
6abd91830f
Remove this as it causes a syntax error.
2020-08-27 13:23:22 -06:00
FusionPBX
8c1f42f50d
Update dialplan.lua
2020-08-27 13:02:38 -06:00
FusionPBX
2d838ff4d1
Rename dialplan_method to dialplan_mode.
2020-08-27 13:01:48 -06:00
FusionPBX
1b651b6704
Change dialplan_method to the dialplan_mode.
2020-08-27 12:58:14 -06:00
FusionPBX
cb2758193f
Update dialplan.lua
2020-08-27 10:19:44 -06:00
FusionPBX
d95052ffef
Update app_config.php
2020-08-27 09:49:10 -06:00
FusionPBX
07f0bf9829
Remove settings will not work without the domain_uuid.
2020-08-27 09:33:29 -06:00
FusionPBX
b3ddc87077
Add destination_prefix and destination_area_code and capitlize SQL commands.
2020-08-27 09:23:49 -06:00
Stephen Forster
115ab9a093
Update content.php ( #5378 )
...
* Update content.php
Add extension and name filters, Add extension registration status. Button will be semi-transparent if not registered on FreeSWITCH
* Update content.php
Cleaned up the register status code based on block style only.
2020-08-27 09:14:39 -06:00
Andrew Querol
ebab725771
[4.5] Allow changing the direct dial digits regex for IVRs ( #5421 )
...
* Modify ivr.conf.lua to allow changing the direct dial matching digits from default settings
This is needed to allow using direct dial with IVR options that overlap the default regex pattern.
* Add in the new direct_dial_digits setting to allow changing what triggers attempting a direct dial in IVRs
2020-08-27 08:04:48 -06:00
FusionPBX
66ee5d4546
Add destination_trunk_prefix and destination_area_code to the SQL Query.
2020-08-26 22:49:48 -06:00
FusionPBX
d1981a77cc
Add optional new optional columns destination_trunk_prefix and destination_area_code.
2020-08-26 22:05:11 -06:00
FusionPBX
0218f3be0c
A few minor fixes.
2020-08-26 22:00:05 -06:00
FusionPBX
b105b737d8
Add destination_area_code and destination_trunk_prefix.
2020-08-26 21:58:21 -06:00
FusionPBX
0cee9958ea
Add the destination prefix back for now.
2020-08-26 21:55:18 -06:00
FusionPBX
036a013c45
Change prefix to country code and add destination area code and trunk prefix.
2020-08-26 21:03:50 -06:00
FusionPBX
b594e5ce10
Add destination_trunk_prefix and destination_area_code.
2020-08-26 21:02:38 -06:00
FusionPBX
e45260f52d
Change default polycom_provision_cert_validate to 1 Enabled for secure by default.
...
If someone needs validation turned off they can change the setting to 0.
2020-08-26 09:41:13 -06:00
Len
4f28d7e255
Update app_config.php ( #5422 )
...
Set to true since it's 0 or 1. VVX600 wouldn't provision with Let's Encrypt wildcard unless was set to 0.
2020-08-26 09:38:53 -06:00
chansizzle
83d66eba99
Update app_config.php ( #5423 )
...
unneeded and confusing to use setting removed. fanvil_time_zone_name is much easier to use.
2020-08-26 09:37:52 -06:00
FusionPBX
399366d18d
Add a delay to the agent status.
2020-08-25 14:11:29 -06:00
FusionPBX
afe78ffc62
Add a uuid to the destinations array.
2020-08-24 09:11:50 -06:00
FusionPBX
463a29f25c
Add uuid to the destinations array.
2020-08-24 09:03:16 -06:00
FusionPBX
e0e510f133
Add the uuid to the destinations array.
2020-08-24 09:01:47 -06:00
FusionPBX
da10df7cfe
Rearrange the destinations array and add the uuid.
2020-08-24 08:56:10 -06:00
FusionPBX
6c0d96f663
Add a uuid
2020-08-24 08:46:21 -06:00
FusionPBX
8390eeaa3c
Add the uuid
2020-08-24 08:44:09 -06:00
FusionPBX
37ca687561
Add the uuid.
2020-08-24 08:39:36 -06:00
FusionPBX
245b29eb48
Add the uuid.
2020-08-24 08:35:42 -06:00
agree
2704f40512
fix extension import ( #5419 )
2020-08-21 12:44:42 -06:00
FusionPBX
ebb9586512
Fix the gateway stop button.
2020-08-21 10:58:33 -06:00
FusionPBX
460256d4ec
Only show the button if the feature is installed.
2020-08-19 15:26:52 -06:00
FusionPBX
11b4f96bf2
Change how sleep is performed.
2020-08-19 14:05:28 -06:00
FusionPBX
6d553542c5
Add sleep for 1 second.
...
On a few systems this required to fix dtmf detection.
2020-08-18 20:44:24 -06:00
chansizzle
3d8ce2dcda
Update app_config.php ( #5411 )
2020-08-18 14:10:47 -06:00
FusionPBX
e3052dfe30
Simplify the links.
2020-08-18 01:08:20 -06:00
FusionPBX
9d7f207173
Use quotes around the sip profile name and strengthen the input validation.
2020-08-18 01:02:42 -06:00
FusionPBX
776302265d
Allow SIP profiles with a space in the name.
2020-08-17 13:42:38 -06:00
FusionPBX
d770e2f4ad
Remove deprecated methods dialplan_detail_add and dialplan_detail_update.
2020-08-17 10:52:10 -06:00
FusionPBX
07f508c16f
Replace the old function dialplan_detail_add with the database save method.
2020-08-17 10:47:17 -06:00
FusionPBX
83ec8d7e86
Change uuid to text for something that should be text.
2020-08-14 09:31:58 -06:00
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 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
emaktech
d459d06e38
Order SIP Profiles by Name by Default ( #5365 )
...
SIP profiles were unordered unless $_GET["order_by"] was set. Now if unset, it will order by sip_profile_name by default for nicer ordering.
2020-07-28 22:41:06 -06:00
FusionPBX
cd78d77d6f
Update access_controls.php
2020-07-25 18:25:05 -06:00
FusionPBX
233b184120
Update app_languages.php
2020-07-25 18:24:07 -06:00
FusionPBX
8e6b414994
Add display none to hide copy and delete on load.
2020-07-25 18:19:35 -06:00
FusionPBX
d8bcacbbf4
Update access_control_edit.php
2020-07-25 18:10:53 -06:00
FusionPBX
fd72fd682f
Use button create class
2020-07-25 18:10:12 -06:00
FusionPBX
930f2c0049
Use the button class.
2020-07-25 16:47:42 -06:00
FusionPBX
1f1ccd9a2d
Update app_languages.php
2020-07-25 13:20:06 -06:00
FusionPBX
0239da7e09
Update number_translation_edit.php
2020-07-25 13:18:22 -06:00
FusionPBX
0586707806
Update number_translations.php
2020-07-25 13:16:55 -06:00
FusionPBX
14a3ff4e9a
pgsql host
2020-07-25 09:36:44 -06:00
FusionPBX
0c3b5a0137
Re-enable the copy button.
2020-07-24 10:43:06 -06:00
Nate
c7554ad41f
Access Control - Edit: Fix header.
2020-07-23 18:41:22 -06:00
markjcrane
8c8d07f10c
Add reloadacl and flush cache
2020-07-23 19:57:07 +00:00
markjcrane
0fcd5a7eef
Remove wrap that text editor added.
2020-07-23 19:49:59 +00:00
markjcrane
c3e2b0bbbb
Disable the copy button for now
2020-07-23 19:46:39 +00:00
markjcrane
3076142659
Fix the syntax
2020-07-23 19:36:42 +00:00
markjcrane
22c7c4711c
Modernize Access Controls
2020-07-23 19:31:43 +00:00
FusionPBX
7e52d8b132
Fix Caller ID name and number URL decoding.
2020-07-23 10:41:59 -06:00
konradSC
6faadabea8
Fix for follow-me loops in Ring Groups ( #5362 )
...
We only want to lookup the follow-me destinations for ring group members. If additional numbers are added to the destination array via follow-me lookup then we don't want to check for follow-me again on the new destinations. This can result in a lookup loop that will cause the call to not complete and throw lua into a loop that will fill up logs and burn system resources.
2020-07-22 11:54:27 -06:00
agree
cb7a604226
Add ability to have custom directory prompt ( #5360 )
2020-07-21 10:15:01 -06:00
agree
e2498a81de
fix extension summary date selection ( #5358 )
2020-07-16 09:54:10 -06:00
chansizzle
22010655b8
Update contact_import.php ( #5351 )
...
start data on row 2
2020-07-15 17:00:09 -06:00
chansizzle
b9b389b438
Update voicemail_imports.php ( #5352 )
...
start data on row 2
2020-07-15 16:59:54 -06:00
chansizzle
2609158df9
Update device_imports.php ( #5353 )
...
start data on row 2
2020-07-15 16:54:09 -06:00
chansizzle
7ffb4efb61
Update destination_imports.php ( #5354 )
...
start data on row 2
2020-07-15 16:53:42 -06:00
chansizzle
1407e2d214
Update extension_imports.php ( #5356 )
...
start data on row 2
2020-07-15 16:53:13 -06:00
FusionPBX
90dc96d134
Fix the device profile key vendor for Yealink
2020-07-14 19:32:01 -06:00
agree
3d0df8b271
Add voicamail_domain permission ( #5349 )
2020-07-14 16:24:51 -06:00
FusionPBX
f4250bf622
Change the description.
2020-07-13 17:13:33 -06:00
agree
5b35a041d3
Conference recordings: remove hard-coded path ( #5348 )
2020-07-13 17:09:09 -06:00
agree
b0b788427e
remove CDR Statistics from default menu for users ( #5347 )
...
* Remove CDR stattistics from user group menu
users don't have CDR statistics vier permission no need to have it in the menu
* remove status from user group menu
No need to have it in the default menu for the user group
2020-07-13 12:46:57 -06:00
FusionPBX
b61d13fcf5
Re-enable local destination on destination_edit.php
2020-07-13 11:22:52 -06:00
FusionPBX
0e42b17dd0
Destinations re-enable local
2020-07-13 11:21:42 -06:00
agree
0cdab532ef
set domain_uuid variable ( #5345 )
2020-07-12 16:23:20 -06:00
agree
59bd5a9e54
Add domain_uuid variable ( #5344 )
2020-07-12 15:47:54 -06:00
FusionPBX
a499b36277
Added array option.
2020-07-10 20:30:25 -06:00
FusionPBX
4eea4ee3cd
Rename 080_hold_music.xml to 080_user_hold_music.xml
2020-07-10 18:55:22 -06:00
FusionPBX
466b77053d
Rename the new hold music dialplan to user hold music.
2020-07-10 13:38:04 -06:00
FusionPBX
0be0bc3417
Create 080_hold_music.xml
2020-07-10 01:02:52 -06:00
FusionPBX
8cd1c447f5
Remove hold_music from user_exists dialplan
2020-07-10 01:02:16 -06:00
FusionPBX
f04dbe861c
Fix a syntax problem from new Hebrew translation.
2020-07-09 18:59:52 -06:00
agree
9dc180626a
xml handler: fix duplicate gateways and unnecessary query ( #5341 )
2020-07-09 17:49:19 -06:00
Len
758f38d664
Update app_config.php ( #5342 )
...
* Update app_config.php
Description:
It configures whether to use audio encryption service.
CFG Configuration:
account.x.srtp_encryption
Valid Value:
(0-Disabled;1-Optional;2-Compulsory)
Optional: The phone will negotiate with the other phone what type of encryption to use for the session.
Compulsory: The phone must use SRTP during a call.
2020-07-09 17:47:56 -06:00
phoneben
0bdf2a7abe
Hebrew language for the recordings app( #5343 )
2020-07-09 17:44:13 -06:00
FusionPBX
9d48084b27
Fix the description lable for destination hold music.
2020-07-09 15:14:43 -06:00
FusionPBX
492ed6a191
Add hold music to destination_edit.php
2020-07-09 15:12:43 -06:00
FusionPBX
3afcef6b38
Add hold music translation to the languages file.
2020-07-09 14:51:31 -06:00
FusionPBX
e368013979
Add option for destination hold music to the database.
2020-07-09 14:34:55 -06:00
chansizzle
37061b7d6c
Update phrases.php ( #5338 )
2020-07-08 14:22:42 -06:00
FusionPBX
0d2e62bc9b
Add answered to the extension summary
2020-07-07 22:13:28 -06:00
FusionPBX
e9584fe09c
Add permission_exists outbound_caller_id_name to hide column if user is does not have the permission.
2020-07-07 11:04:17 -06:00
chansizzle
65fdd51f07
Update dialplan_outbound_add.php ( #5336 )
...
gateway's order
2020-07-07 10:35:01 -06:00
phoneben
91f2f67fc4
Update app_config.php ( #5334 )
...
* Update app_config.php
* change type to text for pin in conferences
in conference centers you can not save
a pin as 0123 it will save as 123 due in data base it was saved to numeric vrs text
* Update conference_edit.php
* Update app_languages.php
updated hebrew name for title
* Update app_languages.php
hebrew language for title conference_center
* Update app_languages.php
active_conferences he-il
2020-07-07 08:17:22 -06:00
agree
71854ba40e
Phrases: Remove unused code ( #5335 )
...
* Remove unncessery code
* remove unnecessary code
* Update phrases.php
2020-07-06 18:21:56 -06:00
FusionPBX
2df30633be
Add the grandstream_dial_plan again however use single quotes to prevent \r and \f from being interpreted.
2020-07-06 14:48:55 -06:00
FusionPBX
de775935f9
Correct the yealink_codec_opus_priority value.
2020-07-05 16:11:49 -06:00
agree
9a1c08dc87
Update app_config.php ( #5330 )
2020-07-05 13:32:37 -06:00
frytimo
993b326af6
add missing quotes surrounding extension_advanced ( #5329 )
...
Add missing quotes surrounding extension_advanced permission so it is interpreted as text.
2020-07-03 13:41:45 -06:00
FusionPBX
b6c92847a1
extension edit correct domain_uuid so that it has a value.
2020-07-02 20:16:39 -06:00
Len
ff1477e2ef
Update callcenter.conf.lua ( #5326 )
...
updated unused variable/typo
2020-07-02 18:37:41 -06:00
FusionPBX
fa7bb2a781
Add direction inbound for call center calls and update missed_calls.
2020-07-02 18:02:19 -06:00
FusionPBX
e1f428db59
Add direction inbound for call center calls and update missed_calls.
2020-07-02 18:01:59 -06:00
agree
237551e780
Update call_block_edit.php ( #5327 )
2020-07-02 17:55:10 -06:00
chansizzle
f845711cda
Update voicemail_greetings.php ( #5328 )
...
allow wav OR mp3 upload
2020-07-02 16:56:22 -06:00
FusionPBX
2d5745c283
Adjust the key string to match the value.
2020-07-02 16:48:07 -06:00
FusionPBX
0a3d809556
Add cc values to the altnernate import.
2020-07-02 16:27:54 -06:00
FusionPBX
fc8746c87e
Company directory add order by first name
2020-07-02 12:23:55 -06:00
FusionPBX
baaf95781e
Add toggle to number translations
2020-07-02 10:54:20 -06:00
agree
602302a308
Add extension_advanced permission ( #5321 )
...
* Update extension_edit.php
* Update app_config.php
2020-07-02 00:22:38 -06:00
konradSC
5dc1137a64
Fix Yealink Expansion Modules in Device Profiles ( #5324 )
...
The 'if' statements need to reference v_device_profile_keys.profile_key_vendor instead of device_key_vendor which is in a different table.
2020-07-01 16:28:36 -06:00
agree
836fe64cf6
pin_number.lua get pin number description ( #5322 )
...
* Update pin_number.lua
2020-06-26 10:07:07 -06:00
FusionPBX
77055dfa9a
Fix a syntax bug that originated from a pull request.
2020-06-25 09:27:05 -06:00
Baji Zsolt
966a218da2
Daylight Saving changes ( #5229 )
...
* Daylight Saving changes:
- enabled on server auto.DST.xml configuration for phones
- added new autoDST.xml file to fusionpbx server
- corrected autoDST.xml, addde balkans countries
* Fixed the yealink_auto_dst_url name to fix the syntax problem.
* Rename AutoDST.xml to auto_dst.xml
* Update app_config.php
* Update auto_dst.xml
Co-authored-by: FusionPBX <markjcrane@gmail.com>
2020-06-25 00:49:45 -06:00
Chris Black
9b3de1d895
Update scripts.php ( #5263 )
...
fix so that if user has a hostname instead of IP address the config.lua gets written correctly
2020-06-25 00:44:57 -06:00
agree
e5d3295975
Fix destination->valid method for ivr ( #5312 )
...
* Update destinations.php
* Update ivr_menu_edit.php
2020-06-24 16:42:03 -06:00
FusionPBX
19df9b4aa8
Change sip_from_user to user_name
2020-06-23 13:24:54 -06:00
agree
4b5ed3d8ef
Update ivr_menu_edit.php ( #5317 )
2020-06-22 22:58:15 -06:00
agree
5ec163b488
Update ivr.conf.lua ( #5309 )
2020-06-22 10:20:37 -06:00
agree
0abbb1e51a
Update ivr_menu_edit.php ( #5316 )
2020-06-22 10:19:25 -06:00
FusionPBX
96a261e444
Add dialplan context global.
2020-06-21 00:01:28 -06:00
FusionPBX
6cc4f79f5a
Update switch_music_on_hold.php
2020-06-20 23:23:17 -06:00
FusionPBX
794df3d00b
Use iconv only if the function exists.
2020-06-20 11:13:06 -06:00
FusionPBX
bcc990e84f
Fix follow me calls to external destinations.
2020-06-19 20:14:28 -06:00
FusionPBX
b42cbc60b3
Update destinations.php
2020-06-19 19:00:33 -06:00
Luis Daniel Lucio Quiroz
d7881b7dc5
[4.5] Use INT instead of NUMERIC ( #5311 )
2020-06-19 09:00:02 -06:00
FusionPBX
6aabdea144
Remove a line that was accidently added to the new ivr_menu_uuid field.
2020-06-19 08:41:50 -06:00
FusionPBX
5e1d8c74ef
Use the valid type = ivr
2020-06-18 17:08:46 -06:00
FusionPBX
7786e3e1b4
Add type to the destination class valid method.
2020-06-18 17:07:24 -06:00
agree
38adb80130
Add IVR menu-back ( #5307 )
...
* Update app_config.php
* Update app_languages.php
* Update ivr_menu_edit.php
2020-06-18 13:16:22 -06:00
agree
4a67c9c0bd
Update ivr.conf.lua ( #5306 )
2020-06-18 11:38:32 -06:00
Mark J Crane
3c3932ca7d
Add additional IVR Menu Options to the Destination Select list
2020-06-18 10:44:16 -06:00
FusionPBX
6378e395ae
Add prefix to the destination list.
2020-06-18 08:08:26 -06:00
FusionPBX
dd9e61862d
Change the destination prefix description.
2020-06-18 07:56:00 -06:00
FusionPBX
ddc27525a8
Combine related IVR menu XML.
2020-06-17 19:27:22 -06:00
agree
f97249aa79
Update ivr_menu_edit.php ( #5305 )
2020-06-17 19:18:09 -06:00
FusionPBX
ec7024ed41
Add ivr_menu_parent_uuid for adding a parent IVR Menu
2020-06-17 13:39:57 -06:00
FusionPBX
754692bc76
Add new label label-ivr_menu_parent_uuid
2020-06-17 13:20:38 -06:00
FusionPBX
ecaf45b407
Add ivr_menu_parent_uuid
2020-06-17 13:11:33 -06:00
agree
0671ed9f1e
Update ivr.conf.lua ( #5304 )
2020-06-17 10:47:41 -06:00
frytimo
10d95bb117
Fix typo ( #5303 )
...
Missing ";" on unset statement.
2020-06-17 10:14:23 -06:00
FusionPBX
87497721c6
Default the ring_group_call_timeout to 30 seconds.
2020-06-15 13:38:53 -06:00
FusionPBX
dc137edabe
Rename message-timeout-action to message-timeout_action
2020-06-15 13:26:02 -06:00
FusionPBX
be8d2fcc3d
Rename translation label message-timeout to message-call_timeout
2020-06-15 13:24:31 -06:00
FusionPBX
62c1161328
Require the ring group call timeout.
2020-06-15 13:20:55 -06:00
FusionPBX
ea4a92251a
Change destination prefix description to country code
2020-06-12 09:16:57 -06:00
FusionPBX
f07f82c7cb
Update app_config.php
2020-06-12 09:12:52 -06:00
FusionPBX
c42e19fd78
Update index.php
2020-06-11 23:17:45 -06:00
FusionPBX
7647e6efcc
When picking up the domain_uuid get also get the device_uuid.
2020-06-11 22:46:39 -06:00
agree
47c8ceb521
Destinations - Add ability to set condition field on per destination ( #5301 )
...
* Update destination_edit.php
* Update app_languages.php
* Update app_config.php
2020-06-10 23:07:12 -06:00
Len
73fd112e0c
Update app_config.php ( #5300 )
...
* Update app_config.php
2020-06-10 22:53:45 -06:00
Nate
c8d21f48cf
Update call_broadcast_edit.php
...
Fixed permission check.
2020-06-09 10:02:43 -06:00
agree
8cc421c6c9
Call broadcast - Add caller ID permission ( #5296 )
...
* Update call_broadcast_edit.php
* Update app_config.php
2020-06-08 17:11:38 -06:00
Nate
2c7753c471
Voicemail - Edit: Hide 'SMS To' field if app/sms not present.
2020-06-02 14:29:00 -06:00
FusionPBX
87a7073889
If you don't have xml_cdr_lose_race permission then hide the call.
2020-06-01 16:13:40 -06:00
Nate
75b46b3298
Fax - Preview/Send: Better cover_logo handling.
2020-05-30 20:27:26 -06:00
Nate
eddef554a7
Voicemail: Resolve 'undefined parameter' error in logs upon voicemail playback.
2020-05-28 19:14:01 -06:00
FusionPBX
71c90a59c8
Remove the formatting of the mac address.
2020-05-27 19:10:20 -06:00
FusionPBX
b2295da641
Change sip_from_user to user_name for greater flexibility.
2020-05-26 15:49:47 -06:00
FusionPBX
636ef62140
Set the dial_string default to true.
2020-05-25 17:51:12 -06:00
FusionPBX
4672cb1115
More work to remove HESITATION from the translation.
2020-05-21 18:55:41 -06:00
FusionPBX
8100f968c3
Fix the indentation and white space.
2020-05-21 18:24:13 -06:00
FusionPBX
056ee9f10b
Change nibble_account from numeric to text.
2020-05-21 11:25:14 -06:00
FusionPBX
113b9d15d1
IBM Watson remove *HESITATION
2020-05-20 20:06:16 -06:00
FusionPBX
d86dff07d7
Update call_recordings.php
2020-05-19 21:34:23 -06:00
FusionPBX
be39ad99eb
Update call_flow add sleep before uuid_display.
2020-05-19 17:36:11 -06:00
Nate
d725808820
Login: Mitigate invalid token message.
2020-05-19 16:16:28 -06:00
Antonio Mark
6cc4e6f9e6
Fixed error when deleting moh as user ( #5267 )
...
When deleting moh as user the sql statement was corrupt and moh was not deleted.
2020-05-18 22:58:16 -06:00
Luis Daniel Lucio Quiroz
3a2265d92b
[4.5] prevents routing errors ( #5276 )
...
* [4.5] prevents routing errors
* Update directory.lua
2020-05-18 13:53:43 -06:00
emaktech
064b999fef
Attach PDF on Sent Fax Email Instead of TIF ( #5277 )
...
Small change that attaches a pdf copy of the sent fax rather than the tif by replacing the extension in the file path.
PDF files are dramatically smaller and more user friendly than TIF files.
2020-05-18 13:51:08 -06:00
FusionPBX
e08c49df10
Move the connection string and add new local settings.
2020-05-18 13:44:17 -06:00
FusionPBX
b09a32abb0
Add a new default settting for follow_me
2020-05-18 13:25:30 -06:00
FusionPBX
73cf589159
Make follow_me_strategy more flexible.
2020-05-18 13:21:13 -06:00
Nate
f7fb173a46
Voicemail Greetings: Revert to default message if greeting deleted.
2020-05-16 12:28:41 -06:00
Len
3d7286b7b3
Patch 107 ( #5274 )
...
* Update app_config.php
* Update app_config.php
2020-05-14 22:15:48 -06:00
FusionPBX
d53bf56ee6
Remove is_array on extension_uuids
2020-05-14 20:48:57 -06:00
FusionPBX
a24d77f427
Registrations - More work to remove invalid characters that break XML.
2020-05-13 21:06:10 -06:00
FusionPBX
fecb64b3e8
Update 900_voicemail.xml
2020-05-13 12:03:54 -06:00
FusionPBX
ed33c7d62e
Add yealink_dnd_allow with default to 1.
2020-05-12 15:53:00 -06:00
FusionPBX
20d6349601
Update index.lua
...
Remove code that is not needed.
2020-05-12 12:44:40 -06:00
agree
3883814c08
Update index.lua ( #5268 )
2020-05-12 12:40:38 -06:00
FusionPBX
da6fe3c3ec
Show one row for extension device list.
2020-05-12 11:32:02 -06:00
FusionPBX
5b1b2687b3
Fix extension edit password length and strength.
2020-05-12 11:07:46 -06:00
agree
7fc8b79894
Update time_condition_edit.php ( #5265 )
2020-05-11 17:17:09 -06:00
FusionPBX
4cb312824d
Update bridges.php
2020-05-11 10:30:14 -06:00
agree
124cc1bea4
Update conference_sessions.php ( #5262 )
2020-05-11 10:19:44 -06:00
agree
fa6c5825d9
Update conference_session_details.php ( #5260 )
2020-05-10 01:49:01 -06:00
agree
2371f0e64d
Phrases add permission ( #5258 )
...
* Update app_config.php
* Update phrase_edit.php
2020-05-08 22:11:48 -06:00
FusionPBX
85052f08e4
Update index.lua
2020-05-07 14:03:31 -06:00
konradSC
e1f4f97485
Remove hard coded setting for moderator conf ctls ( #5221 )
...
Conference Controls for moderators are hard coded. Because of this you cannot use the Conference Controls app in the web interface to create a new set of moderator controls and set them in the Conference Profile.
2020-05-07 14:01:38 -06:00
FusionPBX
99ac39d3e9
Update app_config.php
2020-05-06 20:35:34 -06:00
FusionPBX
8aa4277449
Update v_xml_cdr_import.php
2020-05-06 14:23:17 -06:00
FusionPBX
71e861a68c
Update v_xml_cdr_import.php
2020-05-06 14:19:28 -06:00
Nate
90a4e6c47f
Contacts - List: Search in emails and/or notes.
2020-05-06 12:13:12 -06:00
Nate
e58f488677
Ring Group - Edit: RG Forward permission adjustment.
2020-05-06 11:34:08 -06:00
FusionPBX
314a217d56
Update xml_cdr.php
2020-05-05 21:32:33 -06:00
agree
30be1a99a8
Add optional endconf flag for conference moderators ( #5245 )
...
* Update index.lua
* Update app_languages.php
* Update app_config.php
* Update conference_room_edit.php
* Update app_config.php
* Update conference_room_edit.php
* Update app_languages.php
* Update index.lua
2020-05-04 22:15:16 -06:00
FusionPBX
6bea0b057e
Update app_config.php
2020-05-02 13:51:50 -06:00
Igor Olhovskiy
c536beed37
Change min number of digis to 1 ( #5246 )
...
As per https://freeswitch.org/confluence/display/FREESWITCH/mod_dptools%3A+read
And aligned to 310_att_xfer
2020-05-01 19:30:45 -06:00
Nate
0d4aeb6c87
Conference Center - Sessions: Adjust permissions to allow Admin to play recordings.
2020-04-29 09:26:53 -06:00
FusionPBX
d53c90d1dd
Update v_xml_cdr_import.php
2020-04-28 16:15:18 -06:00
FusionPBX
b261c7e6d5
Update xml_cdr.php
2020-04-28 16:11:06 -06:00
FusionPBX
a872a6c848
Update app_config.php
2020-04-28 12:01:03 -06:00
FusionPBX
88846e822c
Update xml_cdr.php
2020-04-28 12:00:07 -06:00
FusionPBX
61896c3e3f
Update index.lua
2020-04-25 11:43:44 -06:00
agree
bd0cbfc18d
Update conference_edit.php ( #5244 )
2020-04-24 13:45:20 -06:00
saraxxin
5bdfe348f2
Set new channel variable ( #5238 )
...
New channel variable added so that one may hook on to DISA calls which are not local.
New variable: disa_outbound
2020-04-24 10:09:59 -06:00
agree
effb8c74ea
Update index.lua ( #5239 )
2020-04-24 10:08:40 -06:00
konradSC
ef116cedd9
Specify table for Accountcode Search ( #5243 )
...
I had to add "c." in order for accountcode CDR searches to work under Advanced CDR Search.
I suspect there may be more that require this, but I haven't checked every field under advanced search.
2020-04-24 10:07:35 -06:00
Redbehrend
210bc253d6
Update index.lua ( #5241 )
...
* Update index.lua
added confirm to random ring group, quick fixed random sort for low endpoint ring groups so the likelyhood of the same extension coming up 5-8 times in a row is MUCH lower
* Update index.lua
two randoms added too much query time just simplified not the same results but still better than just plain random()
* Fixed Yealink Account 6 Errors
Fixed Yealink Account 6 Errors (misstyped)
* Revert "Fixed Yealink Account 6 Errors"
This reverts commit 7e48d32a33 .
2020-04-24 00:27:50 -06:00
FusionPBX
685ca1ffa4
Update app_config.php
2020-04-23 15:36:54 -06:00
agree
47de6eee03
Update index.lua ( #5240 )
2020-04-22 23:13:25 -06:00
FusionPBX
e329674b03
Update conference_exec.php
2020-04-22 22:35:00 -06:00
FusionPBX
d456f95cee
Update callcenter.conf.lua
2020-04-21 14:43:00 -06:00
FusionPBX
3d31bbac35
Update call_center_queue_edit.php
2020-04-21 13:43:32 -06:00
Nate
49a94b8a1a
MOH: Remove duplicate semi-colon from app_config.
2020-04-18 14:09:10 -06:00
FusionPBX
a1a7268451
Update app_config.php
2020-04-17 17:01:14 -06:00
FusionPBX
e6d95500fb
Update app_config.php
2020-04-17 16:43:57 -06:00
FusionPBX
6d4ad6358d
Update callcenter.conf.lua
2020-04-17 16:27:45 -06:00
agree
755fa078d5
Fixed group_confirm_key for rollover strategy ( #5236 )
...
* Update index.lua
2020-04-17 14:06:54 -06:00
FusionPBX
11a0464d89
Update dialplan_outbound_add.php
2020-04-17 14:01:34 -06:00
FusionPBX
af3eb82f0f
Update app_config.php
2020-04-17 13:18:07 -06:00
FusionPBX
4c34f3d4be
Update xml_cdr.php
2020-04-17 12:53:50 -06:00
FusionPBX
f18e578892
Update v_xml_cdr_import.php
2020-04-17 12:51:49 -06:00
FusionPBX
0028e9cf50
Update v_xml_cdr_import.php
2020-04-17 12:33:57 -06:00
FusionPBX
81f665c65a
Update xml_cdr.php
2020-04-17 12:06:50 -06:00
FusionPBX
f8d4ff3fd3
Update app_config.php
2020-04-16 17:07:07 -06:00
Nate
c4c5a2e84c
Devices - Edit: Better implementation of available permissions.
2020-04-15 17:33:22 -06:00
Nate
c4f410aff0
Call Flows - List: Fix Status toggle.
2020-04-15 15:07:52 -06:00
Nate
86bba631c1
Extensions - Edit: Hide User select if empty.
2020-04-15 13:11:29 -06:00
FusionPBX
2b08ad38e7
Update app_config.php
2020-04-14 13:08:50 -06:00
Nate
7cb134fe2a
Extensions - Edit: Fix description for Emergency Caller ID fields when outbound_caller_id_select granted.
2020-04-14 12:56:14 -06:00
Nate
ee52439906
Call Routing - Edit: Prevent access to unassigned Extension.
2020-04-14 09:13:47 -06:00
Nate
83a8e0112a
Dashboard / Devices: Update layout code to match other Dashboard components.
2020-04-13 18:18:56 -06:00
Nate
40bc5066f8
MOH - Add: Hide select when no Categories exist to select from.
2020-04-13 16:40:05 -06:00
Nate
a92887ac4d
Conference Centers - Edit: Description adjustment to notify of no PIN request when Greeting selected.
2020-04-13 16:39:11 -06:00
Nate
5cc1e4499d
Call Center Queues - Edit: Exclude empty greeting in XML.
2020-04-13 15:43:30 -06:00
Nate
591ccca262
Extensions - Edit: Fix Number Alias in Copy function.
2020-04-13 14:31:38 -06:00
Nate
e6d95893ee
Devices - List: Fix column sorting when Show All enabled.
2020-04-13 12:52:24 -06:00
Nate
6d451e311b
Extensions - List: Fix Registered state and count when Show All enabled.
2020-04-13 11:39:13 -06:00
FusionPBX
a07bd240b3
Update app_config.php
2020-04-13 11:04:10 -06:00
Nate
4dc6ae0afe
Ring Groups: Fix Missed Call notification form fields.
2020-04-13 10:06:06 -06:00
Nate
dd463b578e
Dashboard - Ring Groups: Allow non-numeric characters in Forwarding destination.
2020-04-11 16:08:07 -06:00
Nate
49f4c166bc
Destinations - Edit: Fix cross-domain (via Show All) edit bug.
2020-04-11 15:17:46 -06:00
Nate
27a1a3b805
Extensions - Edit: Fix add User bug.
2020-04-11 13:56:03 -06:00
FusionPBX
07ccad5671
Update index.lua
2020-04-10 22:40:04 -06:00
FusionPBX
d5bc6b7f45
Update ring_group_edit.php
2020-04-10 22:35:08 -06:00
FusionPBX
0546c2b71a
Update app_config.php
2020-04-10 22:34:09 -06:00
FusionPBX
86a9f12d77
Update app_languages.php
2020-04-10 22:33:12 -06:00
Nate
aeee14226a
Conference Centers - Sessions: Add delete functionality.
2020-04-10 17:45:56 -06:00
Nate
7a12565084
Destinations - List: Prevent wrapping in Chrome when number formatting enabled.
2020-04-10 09:50:34 -06:00
FusionPBX
23200b1981
Update destination_imports.php
2020-04-09 14:15:32 -06:00
FusionPBX
7fdb9e81fd
Update destination_imports.php
2020-04-09 14:04:30 -06:00
FusionPBX
7d4e13616c
Create app_defaults.php
2020-04-08 23:30:25 -06:00
FusionPBX
71b9d3eaae
Update registrations.php
2020-04-08 13:32:49 -06:00
FusionPBX
66504dbb54
Update call_broadcast_send.php
2020-04-07 16:06:32 -06:00
chansizzle
15e9fea4c5
Update call_center_queue_edit.php ( #5234 )
...
* Update call_center_queue_edit.php
2020-04-07 14:45:27 -06:00
FusionPBX
311e647783
Update xml_cdr.php
2020-04-06 16:11:31 -06:00
Nate
1dabf28b4a
Call Flows: Only show enabled in destination select.
2020-04-03 17:36:18 -06:00
agree
0aedf08055
Update call_flows.php
2020-04-02 19:25:26 -04:00
agree
5be4230847
Update app_config.php
2020-04-02 19:23:25 -04:00
agree
4d251bd47a
Update call_flow_edit.php
2020-04-02 19:22:56 -04:00
agree
9f66a1486d
Update call_flows.php
2020-04-02 19:22:12 -04:00
agree
10e7685d87
Update voicemails.php ( #5231 )
2020-04-02 15:22:08 -06:00
agree
f0f6b7ecd9
Add announcement control to list page ( #5228 )
...
* Update conference_centers.php
* Update conference_rooms.php
2020-04-01 20:26:50 -06:00
markjcrane
a6977be1dc
Call Broadcast add start time
2020-04-01 19:30:49 +00:00
Nate
cea2f610ba
Extensions - Edit: Change Description field to input.
2020-03-31 19:58:50 -06:00
Nate
5b195bbd87
Contacts: Add view before edit.
2020-03-31 17:32:12 -06:00
FusionPBX
b4538ed69d
Update app_config.php
2020-03-31 16:49:25 -06:00
FusionPBX
6aafdefd53
Update app_config.php
2020-03-31 16:43:35 -06:00
FusionPBX
92545a949f
Update app_languages.php
2020-03-31 16:41:28 -06:00
agree
31d199a637
Conference center announcement control ( #5224 )
...
* Update conference_room_edit.php
2020-03-31 15:51:00 -06:00
racitup
58061a188b
Fix followed_by recording reference ( #5222 )
2020-03-31 13:58:04 -06:00
FusionPBX
dd5c5a90c8
Update call_center_agent_status.php
2020-03-31 13:39:31 -06:00
FusionPBX
8e42f2001c
Update call_center_agent_status.php
2020-03-31 12:44:23 -06:00
Nate
88471e5aa3
MOH: Fix duplicate ID warning and playback.
2020-03-31 11:46:49 -06:00
Nate
d87fa6eb77
MOH: Allow deletion of files containing spaces.
2020-03-31 11:20:14 -06:00
Nate
4f79a1837d
Contacts: Fix delete on contact times.
2020-03-31 08:24:58 -06:00
Nate
dea08e50d9
Contacts: Fix delete when checking attribute boxes.
2020-03-31 08:23:17 -06:00
Nate
d3943cb097
MOH: Minor adjustment.
2020-03-30 20:25:30 -06:00
Nate
aad703b018
MOH: Remove test mod.
2020-03-30 20:21:49 -06:00
Nate
365e20926f
Safari Audio Support: Call Recordings, MOH, VM Greetings & Messages and CDR audio files.
2020-03-30 20:08:45 -06:00
Nate
6fe2eedee9
Dialplans - Edit: Retain Domain if Admin editing record.
2020-03-30 11:59:32 -06:00
Nate
993760802f
Dialplans - List: Cleanup.
2020-03-30 11:58:52 -06:00
Nate
8d3e7bbee4
Dialplans - List: Fix Admin view.
2020-03-30 11:58:17 -06:00
hershyheilpern
3a97d75136
conference_interactive_inc.php change talking png to font-awesome ( #5219 )
...
* Update conference_interactive_inc.php
* Delete talking.png
2020-03-29 13:59:57 -06:00
Nate
b9fe83cd78
Extensions - Edit: Cleanup.
2020-03-28 20:19:35 -06:00
Nate
94bc8eeb6a
Extensions - Add: Define Device Provisioning upon create.
2020-03-28 20:16:05 -06:00
Nate
5b42cc2d1a
Extensions - Add: Assign a User on create.
2020-03-28 16:21:48 -06:00
Nate
6689b41e76
MOH: Always replace spaces in uploaded filenames.
2020-03-28 13:46:08 -06:00
Luis Daniel Lucio Quiroz
4af2120e42
[4.5] REQUESTED_CHAN_UNAVAIL option in xml cdr ( #5216 )
...
just another option for searching calls
2020-03-27 15:36:08 -06:00
Nate
f22e4da6ee
Devices & Extensions: Remove duplicate permissions.
2020-03-27 15:19:45 -06:00
hershyheilpern
f38b5f4938
Update conference_interactive_inc.php ( #5217 )
2020-03-27 14:06:38 -06:00
hershyheilpern
c1f47f31da
Conference center raise hand feature ( #5212 )
...
* Update app_languages.php
* Update conference_interactive_inc.php
* Update conference_exec.php
* Create raise_hand.lua
* Update conference.conf
* Update app_languages.php
2020-03-26 21:22:44 -06:00
Nate
f6f7ed6d4c
Call Block - Add: Modal integration.
2020-03-26 17:36:10 -06:00
Nate
39c0352268
Extension - Edit: Cleanup.
2020-03-26 17:29:32 -06:00
Nate
484e4be0d6
Voicemail - Edit: Adjustments.
2020-03-26 17:29:07 -06:00
Nate
46b76d25a7
Devices - Edit: Adjustments.
2020-03-26 17:20:57 -06:00
Nate
f13cee95d0
Voicemail: Revert some previous changes.
2020-03-26 17:04:06 -06:00
Nate
c2a8658e4f
Devices: Revert some previous changes.
2020-03-26 17:03:03 -06:00
Nate
d7824ab5a8
CDR: Modal integration.
2020-03-26 16:36:36 -06:00
Nate
5ec9b39f22
Voicemails: Modal integration.
2020-03-26 16:34:03 -06:00
Nate
9ebb022ad4
Devices - Edit: Mitigate save password prompt.
2020-03-26 16:32:51 -06:00
Nate
10ec5188ec
Voicemail Greetings: Modal integration.
2020-03-26 15:49:32 -06:00
Nate
8d3457f03e
Variables: Modal integration.
2020-03-26 15:46:21 -06:00
Nate
bc2175e782
Time Conditions: Modal itegration.
2020-03-26 15:43:41 -06:00
Nate
21918b5aac
Streams: Modal integration, fix delete global stream bug.
2020-03-26 15:40:38 -06:00
Nate
e31b01d6c3
SIP Profiles: Modal integration.
2020-03-26 15:32:06 -06:00
Nate
99b4dbdaf4
Devices - Edit: Update Copy modal.
2020-03-26 15:31:31 -06:00
Nate
c77485c380
Ring Groups: Modal integration.
2020-03-26 14:12:07 -06:00
Nate
95248fcf83
Registrations: Modal integration.
2020-03-26 14:05:58 -06:00
Nate
481cd27646
Recordings: Modal integration.
2020-03-26 13:53:16 -06:00
Nate
d2e5c8bde8
PIN Numbers: Modal integration.
2020-03-26 13:49:00 -06:00
Nate
f129b210f8
Phrases: Modal integration.
2020-03-26 13:45:34 -06:00
Nate
db1964ad6d
Number Translations: Modal integration.
2020-03-26 13:39:42 -06:00
Nate
865100a771
MOH: Cleanup.
2020-03-26 13:21:10 -06:00
Nate
3fafa20d9c
MOH: Modal integration, and other bug fixes.
2020-03-26 13:19:18 -06:00
Nate
a24c448b84
Modules: Modal integration.
2020-03-26 11:21:30 -06:00
Nate
1623cb39ac
Messages: Modal integration.
2020-03-26 10:00:29 -06:00
Nate
7eae27ffa2
IVR Menus: Modal integration.
2020-03-26 09:56:24 -06:00
Nate
46dfb70dbd
Gateways: Modal integration.
2020-03-26 09:50:34 -06:00
Nate
44e2df3ac1
Fax Server: Modal integration.
2020-03-26 09:38:50 -06:00
Nate
9891a6a687
Email Templates: Modal integration.
2020-03-26 09:20:00 -06:00
Nate
1fe68748a9
Email Logs: Modal integration.
2020-03-26 09:16:22 -06:00
Nate
20166c4280
Dialplans: Modal integration.
2020-03-26 09:06:12 -06:00
Nate
92033b88bc
Devices, Profiles & Vendors: Modal integration.
2020-03-26 08:55:43 -06:00
Nate
1c79f32ebd
Destinations: Modal integration.
2020-03-26 07:49:37 -06:00
Nate
dc8cc8b49e
Conferences: Modal integration.
2020-03-26 07:49:00 -06:00
Nate
1686e0520d
Conference Profiles: Modal integration.
2020-03-26 07:41:56 -06:00
Nate
f5e303aec8
Conference Controls: Modal integration.
2020-03-25 20:50:13 -06:00
Nate
24971b24d7
Conference Centers: Modal integration.
2020-03-25 20:44:53 -06:00
Nate
6c812d714f
Call Routing: Modal integration.
2020-03-25 20:25:36 -06:00
Nate
65407ea482
Active Calls: Modal integration.
2020-03-25 20:04:15 -06:00
Nate
0437a52214
Call Recordings: Modal integration.
2020-03-25 19:53:40 -06:00
Nate
dc0a91503a
Call Flows: Modal integration.
2020-03-25 19:51:36 -06:00
Nate
41468e9da3
Call Center - Queues & Agents: Modal integration.
2020-03-25 19:48:41 -06:00
Nate
7fda6b2a77
Call Broadcast: Modal integration.
2020-03-25 19:41:16 -06:00
Nate
ec21558687
Call Block: Modal integration.
2020-03-25 19:37:13 -06:00
Nate
a40b509fb7
Bridges: Modal integration.
2020-03-25 19:32:26 -06:00
Nate
05c790b729
Access Controls: Modal integration.
2020-03-25 19:26:34 -06:00
Nate
5b5effe58f
Extensions - List: Update to use reworked modal.
2020-03-25 16:52:30 -06:00
Nate
b7fdd72970
Contacts: Update to use reworked modal.
2020-03-25 16:52:07 -06:00
Luis Daniel Lucio Quiroz
296fdead32
[4.5] Fix fax email Subject when not using sofia/gatewa ( #5204 )
...
Same as 4.4
2020-03-25 15:45:15 -06:00
racitup
f4a4879e50
Fix duplicate en-us email template & add en-gb fax templates ( #5205 )
2020-03-25 15:44:32 -06:00
FusionPBX
38683c6a97
Update index.lua
2020-03-24 18:20:01 -06:00
Len
e70bfeaf73
Update app_config.php ( #5202 )
2020-03-23 17:24:28 -06:00
FusionPBX
27a49b9c8e
Update app_defaults.php
2020-03-23 16:28:41 -06:00
FusionPBX
d229a329c8
Update index.lua
2020-03-21 13:27:07 -06:00
FusionPBX
f9fa55f2e7
Update index.lua
2020-03-21 13:16:58 -06:00
Nate
acff646b5b
MOH: Delete bug fix.
2020-03-20 14:51:59 -06:00
racitup
a1699f6fa6
Add en-gb fusionpbx language ( #5192 )
...
* Create en-gb language by copying en-us
* Add en-gb to app_configs
* Add en-gb to app_menus
* Language copy utility
* Fix missing quote mark
* Delete cp_lang.py
Co-authored-by: FusionPBX <markjcrane@gmail.com>
2020-03-20 14:47:13 -06:00
Len
26f38dc16c
Update app_config.php ( #5183 )
...
* Update app_config.php
* Update app_config.php
2020-03-20 13:35:22 -06:00
konradSC
609be158da
Setting a conference room sounds=false ( #5189 )
...
Right now settings a conference room's to 'sounds=false' doesn't do anything. This fixes that bug.
Additional updates to the script most likely need to be made after this so that conference_enter_sound and conference_exit_sound honor the value specified in the conference profile. I didn't see any code referencing the conference profile values for sounds.
2020-03-20 13:29:44 -06:00
Len
97ca0df3cb
fix duplicate uuid ( #5195 )
2020-03-19 21:54:30 -06:00
FusionPBX
8b2b284041
Update app_config.php
2020-03-19 11:17:45 -06:00
FusionPBX
329afeb6b3
Update index.lua
2020-03-17 15:01:58 -06:00
agree
62a4b3ac27
Update phrase_edit.php ( #5181 )
2020-03-12 10:41:10 -06:00
FusionPBX
d34fcaf17e
Update 507_call_forward_not_registered.xml
2020-03-11 21:56:35 -06:00
FusionPBX
73e3752359
Update 505_call-forward-all.xml
2020-03-11 21:55:18 -06:00
FusionPBX
0ec2878cd9
Update 505_call-forward-all.xml
2020-03-11 21:43:11 -06:00
FusionPBX
240b00a07e
Update 505_call-forward-all.xml
2020-03-11 21:35:55 -06:00
vivoras
4d7d6918b0
add grandstream options ( #5151 )
...
Vivoras <vivoras@debian>
2020-03-11 20:00:00 -06:00
Igor Olhovskiy
9df1f5c90a
Show count of VM messages per box ( #5176 )
2020-03-11 19:54:10 -06:00
FusionPBX
c1b80ade27
Update xml_cdr.php
2020-03-10 10:43:58 -06:00
FusionPBX
4b2a918193
Update v_xml_cdr_import.php
2020-03-10 10:41:38 -06:00
FusionPBX
cec175182b
Update app_config.php
2020-03-09 14:37:38 -06:00
FusionPBX
7bcf522385
Update destinations.php
2020-03-08 00:29:31 -07:00
Nate
b1be78f457
Voicemail Greeting - Edit: Update buttons, action bar, etc.
2020-03-06 12:35:58 -07:00
Nate
dc84840117
Voicemail Greeting - Edit: Minor mod.
2020-03-06 12:34:01 -07:00
Nate
e625665c53
Call Recordings - Download: Minor code adjustments.
2020-03-06 12:13:57 -07:00
Nate
6d7a9cfd8d
Call Recordings - List: Remove unnecessary code.
2020-03-06 12:13:06 -07:00
Nate
e86480a18e
Call Recordings: Remove deprecated Edit script.
2020-03-06 12:11:29 -07:00
Nate
7bb598375e
Multiple - List: Button label & icon change.
2020-03-06 11:44:24 -07:00
Nate
6be2a6dff5
Recordings - Edit: Update buttons, action bar, etc.
2020-03-06 11:43:02 -07:00
Nate
d433a6d05f
Bridges - Edit: Minor mod.
2020-03-06 11:42:22 -07:00
Nate
7341236c85
MOH - List: Better indicate kHz value is an edit link.
2020-03-06 11:19:43 -07:00
Nate
e123258fcc
Bridges - Edit: Only include bridge_uuid on post when editing.
2020-03-06 11:07:18 -07:00
Nate
d2b6ac8a63
MOH - Edit: Update buttons, action bar, etc.
2020-03-06 11:06:39 -07:00
FusionPBX
827e9d7faa
Update xml_cdr.php
2020-03-05 16:24:20 -07:00
Nate
ed0e37ffce
Call Block - Edit: Remove test code.
2020-03-05 10:05:58 -07:00
Nate
e8494facee
Multiple: Add IDs to form tags, remove empty action attributes.
2020-03-05 10:02:25 -07:00
Nate
5606c49fca
Messages: Use default cancel button icon.
2020-03-05 09:48:11 -07:00
Nate
5b9025f237
Access Controls - Edit: Change default Delete button (for now).
2020-03-05 09:46:38 -07:00
Nate
3b9a3b5e68
Extensions: Use default cancel button icon.
2020-03-05 09:44:43 -07:00
Nate
029c7174b4
Multiple - Add IDs to common/default action buttons.
2020-03-05 00:05:45 -07:00
Nate
7b912b92fb
Remove deprecated file.
2020-03-05 00:04:08 -07:00
Nate
0bfe9bfea6
Voicemails - List: Remove deprecated javascript.
2020-03-04 18:00:41 -07:00
Nate
ac38739fe0
Voicemail - Edit: Require Voicemail ID and Password, Remove deprecated javascript.
2020-03-04 17:59:32 -07:00
Nate
11b83cb5eb
Gateways - Edit: Revise and simplify javascript.
2020-03-04 17:56:52 -07:00
Nate
e869d1ba38
Extensions - Edit: Remove deprecated javascript.
2020-03-04 17:56:06 -07:00
Nate
7cbccd767d
Devices - Edit: Revise and simplify javascript.
2020-03-04 17:54:47 -07:00
Nate
dc3c36846e
SIP Profiles - Edit: Add bulk delete of Domains and Settings, dynamic delete button action. Remove deprecated Domain and Setting delete scripts.
2020-03-04 11:24:58 -07:00
Nate
a2694e18a5
Dialplans - Edit: Wider Group and Order input fields.
2020-03-04 10:33:32 -07:00
Nate
206aaece28
SIP Profiles: Remove duplicate setting permissions.
2020-03-04 08:15:22 -07:00
Nate
82893cbd57
Phrases - Edit: Add bulk delete of Details, dynamic delete button action. Remove deprecated Detail delete script.
2020-03-04 07:45:40 -07:00
Nate
41801f4b34
Contacts: Remove deprecated Contact delete script.
2020-03-04 07:08:05 -07:00
Nate
1bf11ef2d0
Contacts - Import: Change Google import to use class delete() method to remove duplicates.
2020-03-04 07:07:37 -07:00
Nate
98d3845f31
Contact - Edit: Remove deprecated User and Group delete scripts.
2020-03-03 23:30:43 -07:00
Nate
9c81da353a
Contacts - Edit: Add bulk delete Users and Groups, convert bulk deletion of Properties to use dynamic delete button.
2020-03-03 23:27:35 -07:00
Nate
d92de7e63e
IVR Menu - Edit: Fix clear cache when deleting Options.
2020-03-03 23:25:36 -07:00
Nate
d93b969864
Voicemail - Edit: Minor mod.
2020-03-03 23:23:57 -07:00
Nate
8cf57f30be
Multiple - Edit: Minor mods.
2020-03-03 19:59:41 -07:00
Nate
3d1e70ecbf
IVR Menu - Edit: Minor mod.
2020-03-03 19:15:43 -07:00
Nate
3de8a941e8
Voicemail - Edit: Add bulk delete of Options and Destinations, dynamic Delete button action. Remove deprecated Option delete script.
2020-03-03 19:13:16 -07:00
FusionPBX
05ea579967
Update app_config.php
2020-03-03 14:16:39 -07:00
FusionPBX
cb1ede13c7
Update extension_edit.php
2020-03-02 18:00:04 -07:00
FusionPBX
4108031ae4
Update app_config.php
2020-03-02 17:56:04 -07:00
Len
016e4b2ce5
Update app_defaults.php ( #5170 )
2020-03-02 10:25:15 -07:00
Len
997318bc40
Update app_config.php ( #5169 )
2020-03-02 10:25:08 -07:00
Len
1e0b9e726f
Update app_config.php ( #5171 )
2020-03-02 10:24:34 -07:00
FusionPBX
264144caaf
Update dialplan_outbound_add.php
...
We don't need the sleep anymore in the outbound routes.
2020-02-28 18:01:57 -07:00
Nate
9e107e9c54
Time Conditions: Revert commit ccd5a11d90.
2020-02-28 11:23:31 -07:00
Nate
e5e2e6a3c4
Ring Groups: Edit - Add bulk delete of Destinations, dynamic Delete button action, Copy function. Remove deprecated Destination delete script.
2020-02-28 09:29:12 -07:00
Nate
53ffb4e1dd
Number Translations: Edit - Add bulk delete of Details, dynamic Delete button action, Copy function. Remove deprecated details delete script.
2020-02-28 07:35:52 -07:00
Nate
cb86601fd4
IVR Menus - Edit: Permission adjustments, code cleanup.
2020-02-28 07:33:11 -07:00
Nate
6c37a5e125
Devices / Device Profiles - Edit: Permission adjustments.
2020-02-28 07:31:35 -07:00
Nate
cf00766088
Dialplans - Edit: Add select-all checkbox for bulk delete of Details.
2020-02-28 06:26:58 -07:00
mtghr
92f8044007
Update app_config.php ( #5159 )
...
* Update app_config.php
option to disable the DND softkey
2020-02-27 21:56:49 -07:00
Nate
834880e0e7
Devices / Device Profiles - Edit: Add select-all checkboxes for bulk delete of Lines, Keys and Settings.
2020-02-27 19:01:21 -07:00
Nate
8063d3f7ff
IVR Menus - Edit: Add select-all checkbox for bulk delete of Options.
2020-02-27 19:00:15 -07:00
agree
7ac144fe05
Added ringback silence capability ( #5162 )
...
* Update format_ringback.lua
* Update ringbacks.php
2020-02-27 15:42:07 -07:00
Nate
9171de9edc
Time Conditions - Edit: Validate arrays to mitigate warnings.
2020-02-27 14:59:48 -07:00
Nate
45b40c9613
Dialplans: Remove deprecated copy and detail delete scripts.
2020-02-27 14:36:41 -07:00
Nate
12d7d62bc5
Dialplans - Edit: Use class method for Copy - fixes missing app_uuid bug.
2020-02-27 14:35:34 -07:00
Nate
bcbafe4c36
Time Conditions - Edit: Permission adjustment.
2020-02-27 14:06:34 -07:00
Nate
f5bf44758b
Dialplans - Edit: Permission adjustments.
2020-02-27 14:06:07 -07:00
Nate
4ea158cf3c
Update dialplan_edit.php
2020-02-27 13:45:36 -07:00
Nate
05212dc713
Dialplans - Edit: Integrate checkboxes on Details for bulk delete on Save (uses token). Add delete button with dynamic action.
2020-02-27 13:41:13 -07:00
FusionPBX
f6ab5679f3
Update 018_global-variables.xml
2020-02-27 13:21:28 -07:00
Nate
0da0e3036a
Device Profiles - Edit: Add delete button with dynamic action.
2020-02-27 12:48:43 -07:00
Nate
4ae7a61cda
Devices: Remove deprecated script.
2020-02-27 10:38:09 -07:00
Nate
aa96d18c11
Devices: Remove deprecated scripts.
2020-02-27 10:25:53 -07:00
Nate
86f13e77bd
Devices - Edit: Integrate checkboxes on Lines, Keys and Settings for bulk delete on Save (uses token). Add delete button with dynamic action.
2020-02-27 10:24:32 -07:00
Nate
967e3471a7
IVR Menus: Dynamic delete button action.
2020-02-27 09:27:11 -07:00
chansizzle
d10978dae1
Update database_transaction_edit.php ( #5155 )
2020-02-25 17:58:11 -07:00
FusionPBX
cabde04672
Update 018_global-variables.xml
2020-02-25 09:00:36 -07:00
FusionPBX
9ad8899565
Update blf_subscribe.lua
2020-02-24 23:45:35 -07:00
Len
375feaedc6
update order number to match ( #5154 )
2020-02-24 22:42:40 -07:00
Adrian Fretwell
c1ca1b4866
Allow user with only contact_view permission to click on contact record to view numbers etc. ( #5153 )
...
* Update contacts.php
Added contact_view permission to allow users with only contact view to open contact record to see numbers addresses etc. See also update to contact_edit.php to remove save buttons if user only has contact view.
* Update contact_edit.php
Added permissions to only show save button if user has permissions contact_add or contact_edit. This is in conjunction with the update to contacts.php
2020-02-24 18:29:23 -07:00
FusionPBX
5211750c42
Update destination_edit.php
2020-02-21 17:28:19 -07:00
Nate
f128781b2a
Device Profiles - Remove deprecated delete script.
2020-02-20 15:38:36 -07:00
Nate
4836e4ba7f
Device Profiles - Edit: Integrate checkboxes on Keys and Settings for bulk delete on Save (uses token).
2020-02-20 15:37:45 -07:00
Nate
a8288d85c8
IVR Menus: Remove deprecated option delete script.
2020-02-19 19:57:23 -07:00
Nate
9cf52ba33d
IVR Menu - Edit: Integrate checkboxes on Options for bulk delete on Save (uses token).
2020-02-19 19:56:11 -07:00
Nate
7e6fbcbf1d
Destinations (Class): Adjust select() method so defaults to top of options when no option selected.
2020-02-19 19:54:10 -07:00
Nate
e32fae3c31
Destinations: Remove deprecated code and delete script.
2020-02-19 18:09:35 -07:00
FusionPBX
4bc1512fec
Update xml_cdr.php
2020-02-19 12:56:16 -07:00
Nate
a7eb824ddb
Voicemail Messages: Transcription presentation mods.
2020-02-18 18:44:49 -07:00
Nate
be72e0976a
Update voicemail_messages.php
2020-02-18 17:49:21 -07:00
FusionPBX
92acfdd60a
Update destination_edit.php
2020-02-18 16:23:52 -07:00
FusionPBX
b23e7829df
Update destination_edit.php
2020-02-18 16:13:56 -07:00
FusionPBX
aaaefa9ceb
Update voicemail_messages.php
2020-02-18 10:10:00 -07:00
Nate
8a6ba1fda2
Extensions: Option to delete voicemail when deleting extensions.
2020-02-18 07:44:01 -07:00
Nate
63d0582864
Extension - Add: Remove auto-generate extension users.
2020-02-18 06:17:27 -07:00
Nate
5f5a4f5509
Fax Server: Include logs and files in server/extension delete() method.
2020-02-17 20:10:36 -07:00
Nate
6ce60d2dcd
Voicemail Greetings: Remove deprecated delete script.
2020-02-17 18:49:11 -07:00
FusionPBX
5971a15069
Update app_config.php
2020-02-17 15:30:35 -07:00
FusionPBX
058d8c1195
Update extension_edit.php
2020-02-17 15:06:00 -07:00
Nate
9ec85741fa
Extensions - Add: Validate array to mitigate warning.
2020-02-17 08:43:59 -07:00
Nate
3237a096a5
Email Logs: Remove deprecated delete script.
2020-02-17 08:19:45 -07:00
Nate
fde7813e11
Call Block: Remove deprecated delete script.
2020-02-17 08:12:24 -07:00
Nate
9b11d45a1a
SIP Profiles: Remove deprecated delete script.
2020-02-17 08:08:49 -07:00
Nate
8ab92fa329
SIP Profiles - Edit: Language and minor updates.
2020-02-17 08:07:53 -07:00
Nate
a253221546
Phrases: Remove deprecated delete script.
2020-02-17 07:38:41 -07:00
Nate
4f73710bad
Phrases: Create ../phrases/ folder (if necessary) in save_phrases_xml() function.
2020-02-17 07:37:44 -07:00
Nate
9bfede7f9d
Phrases: Fix temporary permission in phrase class delete() method.
2020-02-17 07:36:01 -07:00
Nate
21775d810a
Contacts: Remove deprecated property delete scripts.
2020-02-17 06:32:17 -07:00
Nate
7ca8ada158
PIN Numbers: Remove deprecated delete script.
2020-02-17 06:16:49 -07:00
Nate
360a5a52ec
PIN Numbers - List: Add window title.
2020-02-17 06:15:46 -07:00
Nate
55f43b210a
PIN Numbers - Export: Token integration.
2020-02-17 06:13:14 -07:00
Nate
eaed0ec503
PIN Numbers: Button updates.
2020-02-17 06:12:30 -07:00
agree
18e46a3911
Update database_transactions.php ( #5152 )
2020-02-16 11:21:43 -07:00
Nate
fd584852c5
Voicemails: Remove deprecated voicemail and message delete scripts.
2020-02-15 11:58:51 -07:00
Nate
11bb2103bc
Ring Groups: Remove deprecated delete script.
2020-02-15 11:35:15 -07:00
Nate
5d3ab8baa8
Conference Controls: Remove deprecated control and detail delete scripts.
2020-02-15 11:31:28 -07:00
Nate
7ff265c11d
Call Broadcast: Remove deprecated delete script.
2020-02-15 11:24:48 -07:00
Nate
8bd11af55f
Call Flows - List: Minor consistency mods.
2020-02-15 11:24:12 -07:00
Nate
76d97806a2
Call Broadcast - List: Hide copy and delete buttons when no records displayed.
2020-02-15 11:23:20 -07:00
Nate
c1946b1ba9
Modules: Remove deprecated delete script.
2020-02-15 11:16:43 -07:00
Nate
e55a6a8af3
Extensions:: Remove deprecated delete script.
2020-02-15 11:11:16 -07:00
Nate
ca7ab45ce0
Database Transactions: Remove unused delete script.
2020-02-15 10:51:28 -07:00
Nate
2c45ec5960
Conference Centers: Remove deprecated center and room delete scripts.
2020-02-15 10:47:02 -07:00
Nate
77579e3c2a
Conference Room - Edit: 1) Prevent Users from being assigned more than once. 2)Allow current user to be reassigned after being removed.
2020-02-15 08:56:49 -07:00
Nate
6458580c89
Call Center Queue - Edit: Minor consistency mods.
2020-02-15 08:11:42 -07:00
Nate
e819d12dd8
Call Centers: Remove deprecated agent and queue delete scripts.
2020-02-15 08:07:00 -07:00
FusionPBX
2c001db1e4
Update conference_edit.php
2020-02-14 16:55:39 -07:00
FusionPBX
572d0b7dca
Update directory.lua
2020-02-14 16:14:45 -07:00
chansizzle
3583fa2ffd
Update app_config.php ( #5150 )
2020-02-14 13:11:03 -07:00
FusionPBX
a8b99342d5
Update app_config.php
2020-02-14 09:50:12 -07:00
FusionPBX
a8ebcdbd2a
Update app_config.php
2020-02-13 19:19:37 -07:00
FusionPBX
eee2f6eff0
Update index.lua
2020-02-13 18:51:02 -07:00
FusionPBX
ce4cc2f41f
Update app_config.php
2020-02-13 13:33:29 -07:00
FusionPBX
85c47f2ac9
Update extension_edit.php
2020-02-13 13:32:22 -07:00
Nate
37fcece1ba
Messages: Remove deprecated delete script.
2020-02-13 13:13:38 -07:00
Nate
0f3b464937
Fax - Edit: Minor mods.
2020-02-13 13:04:26 -07:00
Nate
1bc6aea2ca
Fax - Server: Remove deprecated delete script.
2020-02-13 13:03:21 -07:00
Nate
913aec9253
Fax - Files: Remove deprecated delete script.
2020-02-13 12:45:14 -07:00
Nate
4a8fe2d2d0
Fax - Logs: Remove deprecated delete script.
2020-02-13 12:30:44 -07:00
Nate
f620a434e4
Dialplans: Remove deprecated delete script.
2020-02-13 12:24:00 -07:00
Nate
c6eb145c90
Call Recordings: Remove deprecated delete script.
2020-02-13 12:07:19 -07:00
Nate
19e97a5fc9
Call Recordings: Few class adjustments.
2020-02-13 12:06:44 -07:00
Nate
b796caf675
Time Conditions: Remove deprecated delete script.
2020-02-13 11:47:42 -07:00
Nate
a7370c6872
Call Flows: Remove deprecated delete script.
2020-02-13 11:37:48 -07:00
Nate
93bcc5247f
Operator Panel: Validate array to mitigate warnings when no extension(s) assigned to current user.
2020-02-13 11:12:14 -07:00
Nate
80f2b3cb0f
Log Viewer: Fix filter.
2020-02-13 07:48:20 -07:00
Nate
3e729537a6
Voicemail: Fix email download link.
2020-02-13 07:15:59 -07:00
Nate
2b115a2a5e
Recordings: Disable session_cache_limiter() - preventing recording playback.
2020-02-12 16:15:34 -07:00
Nate
254c72502a
Recordings: Remove deprecated delete script.
2020-02-12 16:12:55 -07:00
Nate
8f697260ff
Streams: Remove deprecated delete script.
2020-02-12 15:38:26 -07:00
Nate
2a6966a5f1
Variables: Remove deprecated delete script.
2020-02-12 15:30:26 -07:00
Nate
666e0b957e
Devices: Remove deprecated delete script.
2020-02-12 15:27:02 -07:00
Nate
e94cedcc6d
Devices - Edit: Check exists template directory and templates array to mitigate warnings.
2020-02-12 15:24:42 -07:00
Nate
ca01581d2c
Device Vendors: Remove deprecated vendor and function delete scripts.
2020-02-12 15:14:51 -07:00