Commit Graph

10489 Commits

Author SHA1 Message Date
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
Nate 3fe18ee23d Device Vendor Function - Add: Simplify previous array check. 2020-02-12 15:09:32 -07:00
Nate 9862d587a6 Device Vendor Function - Add: Validate assigned groups array to mitigate warning. 2020-02-12 15:07:10 -07:00
Nate f68cda2597 Device Vendor - Edit: Sticky Vendor Functions action bar. 2020-02-12 14:54:56 -07:00
Nate 4791951d05 Device Vendor Functions - Edit: Misc minor adjustments. 2020-02-12 14:53:47 -07:00
Nate dce18888dd IVR Menu: Remove deprecated delete script. 2020-02-12 14:34:32 -07:00
Nate a6f44f778d Gateways: Remove deprecated delete script. 2020-02-12 14:27:44 -07:00
Nate b6c2eebe18 Gateways: Additional checks for socket connection in delete() method. 2020-02-12 14:24:31 -07:00
Nate 4d0a65e970 CDR: Remove deprecated delete script. 2020-02-12 14:14:52 -07:00
Nate 82367a5137 CDR: Remove domain_uuid from delete() method. 2020-02-12 14:14:16 -07:00
Nate e84fcdf347 Email Templates: Restore enabled description. 2020-02-12 13:59:13 -07:00
Nate 510a843fdd Email Templates: Integrate select box on template type. 2020-02-12 13:56:53 -07:00
Nate c5b9934848 Email Templates: Remove deprecated delete script. 2020-02-12 13:56:08 -07:00
Nate 3c6f719b0f Access Controls: Remove deprecated access control and node delete scripts. 2020-02-12 13:45:24 -07:00
Nate 395fd1a4d8 Conferences: Remove deprecated delete script. 2020-02-12 13:38:36 -07:00
Nate 051060ef6f MOH: Remove deprecated delete script. 2020-02-12 13:32:48 -07:00
Nate 15fdaa86d2 MOH: Include clear cache on class delete() method. 2020-02-12 13:31:44 -07:00
Nate cdb02fd831 Conference Profiles: Remove deprecated profile and parameter delete scripts. 2020-02-12 12:57:45 -07:00
Nate 93f2155d85 Extension - Edit: Clean up. 2020-02-12 11:17:08 -07:00
Nate d3653213f7 Voicemail - Import: Button updates, token integration. 2020-02-12 10:51:01 -07:00
Nate 1cb5af1ee0 Extensions - Import: Misc consistency updates. 2020-02-12 10:48:57 -07:00
Nate 3600a37e00 Devices - Import: Misc consistency updates. 2020-02-12 10:48:04 -07:00
Nate fd9b664819 Destinations - Import: Misc consistency updates. 2020-02-12 10:46:52 -07:00
Nate 8a4dd92ae0 Contacts - Import: Button updates, token integration. 2020-02-12 10:44:29 -07:00
Nate 2b139e40da Voicemail Greetings: Clean up. 2020-02-12 08:54:04 -07:00
Nate 1adf97da2b Access Controls - Nodes: Clean up. 2020-02-12 08:53:36 -07:00
Nate 663d2fce9a Voicemail - Edit: Hide option edit button, as file not currently found. 2020-02-12 08:52:21 -07:00
Nate dbdfafcfd8 CDR & Archive: Merge and simplify, integrating some features of CDR into Archive. 2020-02-11 10:44:00 -07:00
Nate b033cbdb43 PIN Numbers - Export: List view and button updates. 2020-02-10 22:13:39 -07:00
Nate 6484f42b44 IVR Menus: Clean up. 2020-02-10 22:00:26 -07:00
Nate 316b4e9fa0 Variables - Edit: Button updates. 2020-02-10 21:59:02 -07:00
Nate 436cd69b5b Database Transactions - Edit: Button updates. 2020-02-10 21:48:33 -07:00
Nate 30aaddac16 Settings - Edit: Button updates. 2020-02-10 21:37:26 -07:00
Nate 04564405cf Server Errors: Button updates. 2020-02-10 21:33:43 -07:00
Nate a2a11e626e SIP Profiles - Edit: Button updates. 2020-02-10 21:17:57 -07:00
Nate 8fa7755dd7 Number Translations - Edit: Button updates. 2020-02-10 21:04:17 -07:00
Nate 964c5e13ec Modules - Edit: Button updates. 2020-02-10 20:56:48 -07:00
Nate 07ae1c7c65 Email Templates - List: Minor column adjustments, Edit: Button updates. 2020-02-10 08:27:56 -07:00
Len fb658a4e97 Update app_config.php (#5144)
* Update app_config.php

* Update app_config.php

Co-authored-by: FusionPBX <markjcrane@gmail.com>
2020-02-07 20:34:56 -07:00
FusionPBX 02df856142 Update time_condition_edit.php 2020-02-07 20:27:29 -07:00
FusionPBX da3c290973 Update destination_edit.php 2020-02-07 20:04:15 -07:00
benwiesner1 2244501da3 Update app_config.php (#5145)
* Update app_config.php

added polycom sip/tls and provisioning cert validation option

* Update app_config.php

Co-authored-by: FusionPBX <markjcrane@gmail.com>
2020-02-07 15:29:40 -07:00
FusionPBX c0f259508d Update voicemail_edit.php 2020-02-07 13:03:10 -07:00
FusionPBX d0640e279f Delete voicemail_option_edit.php 2020-02-07 12:59:40 -07:00
FusionPBX 5bf5479f0d Update ivr_menu_edit.php 2020-02-07 12:54:50 -07:00
FusionPBX 7718cc66a7 Update dialplan_add.php 2020-02-07 12:31:33 -07:00
FusionPBX 10f96b7f39 Update dialplan_inbound_add.php 2020-02-07 12:27:44 -07:00
FusionPBX c09ab76a27 Update dialplan_inbound_add.php 2020-02-07 12:24:36 -07:00
FusionPBX 31c2c7816a Update call_center_queue_edit.php 2020-02-07 12:11:36 -07:00
FusionPBX bf344f690f Update ring_group_edit.php 2020-02-07 12:03:09 -07:00
FusionPBX 72dd15f0d4 Update call_flow_edit.php 2020-02-07 11:37:01 -07:00
Nate fcecbbc50b Access Controls/Nodes: List view and button updates. 2020-02-07 11:13:34 -07:00
markjcrane b740f9f229 Move destinations class to a more proper location 2020-02-07 18:02:42 +00:00
FusionPBX 7a71912d0f Delete destinations.php 2020-02-07 11:00:55 -07:00
FusionPBX d2446ecd48 Update destinations.php 2020-02-07 10:51:49 -07:00
Nate 1a0840d90b Log Viewer: Button and minor updates. 2020-02-07 09:33:52 -07:00
Nate 3bac6e7155 Email Logs - View: Button updates. 2020-02-07 08:55:29 -07:00
Nate 6297cf191e CDR Extension Summary: List and button updates, use css grid on search form. 2020-02-07 08:45:02 -07:00
Nate e0ea637184 CDR: Remove duplicate hidden input for show all. 2020-02-07 08:41:13 -07:00
Nate 8ce40ea768 CDR, Advanced Search, Statistics - Button updates, minor adjustments. 2020-02-07 07:44:08 -07:00
Nate 14f20c34a0 Update voicemail_edit.php 2020-02-07 06:53:35 -07:00
Nate bbfbc43330 Voicemail - Edit: Button updates. 2020-02-07 06:52:58 -07:00
Nate 3e65078dc4 Time Conditions - Edit: Button updates. 2020-02-07 06:36:31 -07:00
FusionPBX 5ee91a0015 Rename 020_call_direction.xml to 015_call_direction.xml 2020-02-06 18:59:09 -07:00
FusionPBX 6424239fb9 Rename 015_global-variables.xml to 018_global-variables.xml 2020-02-06 18:58:18 -07:00
FusionPBX 88c40fa2aa Update 015_global-variables.xml 2020-02-06 18:55:44 -07:00
FusionPBX b703d528ad Update 020_domain-variables.xml 2020-02-06 18:55:23 -07:00
FusionPBX a38f51d99a Update 020_domain-variables.xml 2020-02-06 18:55:06 -07:00
FusionPBX 886dd24e4b Create 015_global-variables.xml 2020-02-06 18:54:33 -07:00
FusionPBX 23b31b6186 Rename 020_variables.xml to 020_domain-variables.xml 2020-02-06 18:46:50 -07:00
Nate 67f9be4c4a Streams - Edit: Button updates. 2020-02-05 20:23:30 -07:00
Nate 00b5ca6742 Ring Group - Edit: Button updates. 2020-02-05 20:18:32 -07:00
Nate e1b475ae1a Queues - Add: Button updates. 2020-02-05 19:58:59 -07:00
Nate 780c72448b Phrases - Edit: Button updates. 2020-02-05 19:48:43 -07:00
Nate 4265a82a78 Messages: List view and button updates. 2020-02-05 19:31:40 -07:00
Nate b4602d8521 IVR Menu - Edit: Button updates. 2020-02-05 17:49:16 -07:00
agree 2efb2f7804 Update contact_import.php (#5143) 2020-02-04 13:08:05 -07:00
Nate c2e8f7cfd1 GS Wave: Update layout. 2020-02-03 10:40:33 -07:00
Nate aef1a84a88 Contact Edit: Permission adjustment on Delete button. 2020-02-03 08:20:33 -07:00
FusionPBX fffbb14455 Update xml_cdr_extension_summary.php 2020-02-02 15:37:50 -07:00
FusionPBX a2b135809f Update xml_cdr.php 2020-02-02 12:50:34 -07:00
FusionPBX 087ef91a8c Update xml_cdr_extension_summary.php 2020-02-02 12:48:54 -07:00
FusionPBX c00563efd8 Update xml_cdr.php 2020-01-31 21:28:29 -07:00
FusionPBX 3f019e7855 Update xml_cdr.php 2020-01-31 21:09:41 -07:00
FusionPBX 729c06cb25 Update xml_cdr.php 2020-01-31 17:17:55 -07:00
FusionPBX 00656120ef Update v_xml_cdr_import.php 2020-01-31 16:36:03 -07:00
Andy-Seattle cfd70dcf4e E.164 Inbound caller ID fix (#5138)
When an inbound call has E.164 caller ID format (eg Skyetel), the + is being stripped from the caller_id_number variable before storing in the v_xml_cdr database table. If we then try and block this CDR in the Call Block application it adds the number BUT without the + so it never matches future calls.
This proposed change ensures that the + is not stripped for INBOUND calls when written to v_xml_cdr and therefore when blocking the CDR it works correctly (i.e. it includes the + which then matches the call next time and blocks it).
2020-01-31 15:37:46 -07:00
Felix Wolfsteller 105be5410d fix german translation typo (KO*->Ko*) (#5136) 2020-01-30 06:55:27 -07:00
Nate 469798ad36 Fax Logs: Better refresh button. 2020-01-29 11:49:49 -07:00
Nate ee283c7ea9 Fax Logs: Fix refresh button. 2020-01-29 11:47:37 -07:00
Nate 1ceccf698e Fax Server: List view, button, bulk delete via class, etc. 2020-01-29 11:41:12 -07:00
Adrian Fretwell d5823a88c3 Update cidlookup.lua (#5134)
Added callee parameter to SQL query and changed v_destinations.destination_number to look at callee.
2020-01-28 21:33:10 -07:00
FusionPBX 492e88592f Update xml_cdr.php 2020-01-28 18:43:04 -07:00
FusionPBX 70e3865d42 Update xml_cdr_export.php 2020-01-28 17:28:01 -07:00
FusionPBX 1076c99d63 Update xml_cdr_inc.php 2020-01-28 17:27:23 -07:00
Nate 5978745532 Contacts: Fix save. 2020-01-26 15:39:48 -07:00
Nate 2d557eec88 Contact - Edit: Better permissions on Delete button. 2020-01-23 21:41:09 -07:00
Nate 9995bc4361 Contacts - Edit: List view, button and bulk action updates, modal integration. 2020-01-23 21:24:10 -07:00
FusionPBX 2e36e47f66 Update index.lua 2020-01-23 19:54:43 -07:00
FusionPBX 9c0d2870e6 Merge pull request #5126 from Len-PGH/patch-65
Update app_config.php
2020-01-23 09:52:02 -07:00
Nate 3ca46887d9 CDR: Only allow user to select assigned extensions when xml_cdr_search_extensions permission is assigned but xml_cdr_domain permission not assigned. 2020-01-23 07:05:01 -07:00
Nate aac98e7d06 Conference Centers - List: Bulk Toggle and Delete actions added, Edit: Button updates. 2020-01-23 06:47:54 -07:00
Len 47548f09f6 Update app_config.php 2020-01-22 22:08:42 -05:00
agree 012504d8a0 Update call_recordings.php 2020-01-22 14:26:46 -05:00
FusionPBX 8a3b9326ac Update music_on_hold.php 2020-01-21 16:53:13 -07:00
chansizzle 493c4bd33e Update devices.php 2020-01-21 14:21:34 -07:00
root e9f4d5113f Added destination select permissions 2020-01-21 11:43:19 -05:00
FusionPBX 0c5e2cc85e Update 870_cidlookup.xml 2020-01-20 10:57:17 -07:00
FusionPBX 3375fcfa55 Update 870_cidlookup.xml 2020-01-20 10:52:00 -07:00
FusionPBX 1d0b37c10f Update 870_cidlookup.xml 2020-01-20 10:51:13 -07:00
FusionPBX 2be2246574 Update dialplan_edit.php 2020-01-18 13:03:43 -07:00
FusionPBX d795ee62d1 Update scripts.php 2020-01-17 17:55:42 -07:00
FusionPBX 4a31db0ed6 Update scripts.php 2020-01-17 17:53:36 -07:00
markjcrane ca5a824bb5 Move the scripts to app/scripts/resources/scripts 2020-01-18 00:30:13 +00:00
FusionPBX 1dd99599ac Update call_block_edit.php 2020-01-17 16:19:46 -07:00
FusionPBX 618f01d8fa Update call_block.php 2020-01-17 14:06:46 -07:00
FusionPBX ccc6dbdbbf Update call_block.php
Fix the syntax.
2020-01-17 14:03:53 -07:00
chansizzle c9b45a7335 Update dialplan_edit.php 2020-01-16 14:59:27 -07:00
FusionPBX 947c018160 Update 870_cidlookup.xml 2020-01-16 14:33:01 -07:00
FusionPBX 2ce8693abe Update 870_cidlookup.xml 2020-01-16 14:32:37 -07:00
FusionPBX 563fe1c778 Update app_config.php 2020-01-15 13:41:20 -07:00
FusionPBX 3f91262652 Update app_config.php 2020-01-15 13:38:56 -07:00
FusionPBX c3bcdf1353 Update app_config.php 2020-01-15 13:35:21 -07:00
Nate d2839f1055 Conferences - Add/Edit: Action bar and button updates. 2020-01-15 12:47:27 -07:00
Nate 9b6c133300 Conference Profiles: List view, button, token, class updates, etc. 2020-01-15 12:21:16 -07:00
Nate df2aa6fe6b Update conference_control_edit.php 2020-01-15 12:18:24 -07:00
Nate 27420e6afc Conference Controls: Update class to include Details in copy action. 2020-01-15 12:05:45 -07:00
Nate 26047fe759 Conference Controls: Update class, misc on details and detail edit. 2020-01-15 11:25:18 -07:00
Nate e51ee969a0 Update conference_control_details.php 2020-01-15 10:45:01 -07:00
Nate 5d3e057371 Conference Controls - Details: List view, token, and button updates. 2020-01-15 09:35:52 -07:00
Nate a14418969b Conference Centers: More list and button updates. 2020-01-14 16:06:14 -07:00
Nate 9f533bb02f Update conference_rooms.php 2020-01-13 17:18:55 -07:00
Nate 378edba940 Conference Centers - Rooms: List view updates, token integration, added bulk actions within class. 2020-01-13 17:15:42 -07:00
Nate dbbcefe2c7 Conferences Inter/Active: Button updates. 2020-01-13 13:54:08 -07:00
Nate 30c8738c1c Call Routing - Add/Edit: Action bar and button updates. 2020-01-13 10:41:27 -07:00
Nate ba27607246 Call Flow - Add/Edit: Action bar and button updates. 2020-01-13 10:03:06 -07:00
Nate 8c54adb5c4 Call Center Active: Action bar and list view updates. 2020-01-13 09:45:21 -07:00
Nate d10cfc3252 Call Centers: Action bar and button updates. 2020-01-13 09:44:46 -07:00
Nate e2922a0096 Update app_languages.php 2020-01-13 08:18:16 -07:00
Nate d8fc69dc25 Call Broadcast - Add/Edit: Action bar and button updates. 2020-01-13 08:17:21 -07:00
Nate 3547fc8be8 Call Block - Add: Minor visual adjustments. 2020-01-11 21:14:45 -07:00
Nate 467a40a335 Call Block - Add: Sub Action Bar enhancements. 2020-01-11 20:24:43 -07:00
Nate 306606f7c6 Call Block: Action bar, list view and button updates, bulk add (with class) from CDR, etc. 2020-01-11 19:06:34 -07:00
Nate deec97d73c Inbound Routes - Add: Icon change. 2020-01-11 14:39:11 -07:00
Nate 974ae96c03 Inbound/Outbound Routes - Add: Action bar and button updates. 2020-01-11 14:32:19 -07:00
Nate 578090dd31 Dialplan - Add/Edit/XML: Action bar and button updates, token integration. 2020-01-11 13:53:21 -07:00
Nate 5e4e57c8b2 Destinations - Edit/Import: Action bar and button updates, token integration. 2020-01-11 12:23:27 -07:00
Nate 714319d711 Update extension_imports.php 2020-01-11 12:20:47 -07:00
Nate e267477631 Bridge Edit: Action bar and button updates. 2020-01-11 11:39:32 -07:00
Nate 693148a157 Gateway Edit: Action bar and button updates. 2020-01-11 11:36:46 -07:00
Nate e3d15e6d05 Update extension_edit.php 2020-01-11 11:23:52 -07:00
Nate 4de20fd969 Extension Edit/Import/Export - Action bar, button and list updates. 2020-01-11 11:06:49 -07:00
Nate 02c9326143 Devices - Import/Export: List mods, token fix, etc. 2020-01-11 10:21:17 -07:00
chansizzle ffaf16b1b6 Update app_config.php (#5046) 2020-01-09 11:15:56 -07:00
chansizzle 8366887380 Update app_config.php (#5047) 2020-01-09 11:15:32 -07:00
chansizzle d5f95b6198 Update app_config.php (#5048) 2020-01-09 11:15:07 -07:00
chansizzle a5d4c56850 Update app_config.php (#5049) 2020-01-09 11:14:38 -07:00
chansizzle a1545e2675 Update app_config.php (#5050) 2020-01-09 11:14:14 -07:00
chansizzle 20e1441749 Update app_config.php (#5051) 2020-01-09 11:13:43 -07:00
FusionPBX 0233feda04 Update app_config.php 2020-01-08 21:45:11 -07:00
chansizzle 3ee2661051 Update app_config.php (#5037)
* Update app_config.php
2020-01-08 20:51:46 -07:00
chansizzle 928016bb1a Update app_config.php (#5038)
* Update app_config.php
2020-01-08 20:50:21 -07:00
chansizzle ac1ebb6f6e Update app_config.php (#5039) 2020-01-08 20:49:34 -07:00
chansizzle 9fe84a2b7d Update app_config.php (#5040)
* Update app_config.php
2020-01-08 20:48:58 -07:00
chansizzle 13e15570b2 Update app_config.php (#5041) 2020-01-08 20:48:03 -07:00
chansizzle cd2676a296 Update app_config.php (#5042)
* Update app_config.php
2020-01-08 20:47:44 -07:00
chansizzle 70a374d19b Update app_config.php (#5043)
* Update app_config.php
2020-01-08 20:46:45 -07:00
chansizzle 63c8cb9eda Update app_config.php (#5044)
* Update app_config.php
2020-01-08 20:45:55 -07:00
chansizzle 6854803729 Update app_config.php (#5036)
* Update app_config.php
2020-01-08 20:43:57 -07:00
chansizzle a163870824 Update app_config.php (#5035) 2020-01-08 20:42:30 -07:00
chansizzle e7d9a8d4ab Update app_config.php (#5034)
* Update app_config.php

* Update app_config.php

Co-authored-by: FusionPBX <markjcrane@gmail.com>
2020-01-08 20:42:17 -07:00
chansizzle 43e8119f0b Update gateways.php (#5033)
duplicate from_domain
2020-01-08 20:41:10 -07:00
chansizzle 200d1d3d3d Update app_config.php (#5032) 2020-01-08 20:40:54 -07:00
chansizzle bdec1750a4 Update app_config.php (#5031) 2020-01-08 20:39:19 -07:00
chansizzle e84146fd71 Update app_config.php (#5030) 2020-01-08 20:38:36 -07:00
chansizzle 95665aa677 Update app_config.php (#5029) 2020-01-08 20:38:23 -07:00
chansizzle 31102136b5 Update app_config.php (#5028) 2020-01-08 20:38:00 -07:00
chansizzle 8a0de3aa57 Update app_config.php (#5027) 2020-01-08 20:37:46 -07:00
chansizzle 47e2b09e13 Update app_config.php (#5026) 2020-01-08 20:37:31 -07:00
chansizzle 38a664191c Update app_config.php (#5025) 2020-01-08 20:37:03 -07:00
Nate 3774d6665c Update devices/app_languages.php 2020-01-08 13:29:58 -07:00
Nate 36334d003c Devices: List view and button updates, other fixes. 2020-01-08 13:28:01 -07:00
chansizzle 0ff21be23c Update app_config.php (#5023) 2020-01-08 13:26:13 -07:00
chansizzle 6174c4e4dd Update database_transaction_edit.php (#5024) 2020-01-08 13:25:59 -07:00
chansizzle 8273e17512 Update app_config.php (#5022) 2020-01-08 13:13:45 -07:00
chansizzle c6295ae86f Update app_config.php (#5021) 2020-01-08 13:11:59 -07:00
chansizzle d39aa28444 Update app_config.php (#5020) 2020-01-08 13:11:28 -07:00
chansizzle bec0c0f013 Update app_config.php (#5019) 2020-01-08 13:10:48 -07:00
chansizzle ec23bb046d Update app_config.php (#5018) 2020-01-08 13:09:56 -07:00
chansizzle b3d772d00e Update app_config.php (#5017) 2020-01-08 13:08:16 -07:00
chansizzle 711903830e Update app_config.php (#5016) 2020-01-08 13:08:04 -07:00
chansizzle aafa14c863 Update app_config.php (#5015) 2020-01-08 13:07:42 -07:00
Luis Daniel Lucio Quiroz c27d0cea2d Update extension_edit.php (#5007) 2020-01-08 10:45:10 -07:00
chansizzle c4bbbfab40 Update app_config.php (#5012) 2020-01-08 10:40:40 -07:00
chansizzle 03da147ccf Update app_config.php (#5013) 2020-01-08 10:40:18 -07:00
chansizzle 235d730eb4 Update app_config.php (#5014) 2020-01-08 10:40:01 -07:00
FusionPBX 579275d31e Update app_config.php 2020-01-08 09:45:51 -07:00
Nate f643154768 Variables: Add window titles. 2020-01-06 12:37:01 -07:00
Nate fbc5b81426 Transactions: Add window titles. 2020-01-06 12:34:30 -07:00
Nate ee09710e6a Settings: Add window title. 2020-01-06 12:33:56 -07:00
Nate 228700109a SIP Profiles: Add window titles. 2020-01-06 12:30:15 -07:00
Nate 409abeed27 Number Translations: Add window title, fix php count warning. 2020-01-06 12:28:31 -07:00
Nate 84eb4dc97a Email Templates: Add window titles. 2020-01-06 12:18:33 -07:00
Nate 0d09799238 Access Controls: Add window titles. 2020-01-06 12:11:08 -07:00
Nate e58a10549c Registrations: Hide action buttons if no registrations listed. 2020-01-06 12:07:37 -07:00
Nate c3b24666c4 Log Viewer: Add window title. 2020-01-06 12:07:05 -07:00
Nate 83b859fd07 Voicemails: Add window titles. 2020-01-06 12:02:38 -07:00
Nate 4dfba370e1 Time Conditions: Add window title. 2020-01-06 11:59:04 -07:00
Nate 654ab33cdb Streams: Add window titles. 2020-01-06 11:56:51 -07:00
Nate 7b514d342c Ring Groups: Add window titles. 2020-01-06 11:55:40 -07:00
Nate ba0658caed Queues: Add window title. 2020-01-06 11:55:22 -07:00
Nate f95f4ac6e3 Operator Panel: Fix php array error. 2020-01-06 11:50:28 -07:00
Nate ebdaf3e272 Messages: Add window titles. 2020-01-06 11:48:08 -07:00
Nate 650ad83b8b IVR Menu: Add window title. 2020-01-06 11:46:17 -07:00
Nate 15bd344a05 GS Wave: Add window title. 2020-01-06 11:45:14 -07:00
Nate d79244b39d Fax Server: Add window titles. 2020-01-06 11:43:43 -07:00
Nate 1b0dfbbb3d Update contact_url_edit.php 2020-01-06 11:33:52 -07:00
Nate e645a71de2 Contacts: Add window titles. 2020-01-06 11:32:30 -07:00
Nate 3cdd9396f6 Conferences: Add window titles. 2020-01-06 11:25:38 -07:00
Nate 823dcaf4cd Conference Profiles: Add window titles. 2020-01-06 11:23:17 -07:00
Nate 188b5caa9a Conference Controls: Add window titles. 2020-01-06 11:16:23 -07:00
Nate 9ea2f060be Conferences Active: Add window title. 2020-01-06 11:14:28 -07:00
Nate 60c4f4c2ee Conference Centers: Add window titles. 2020-01-06 11:14:01 -07:00
Nate dc89979a1f Call Routing: Add window titles. 2020-01-06 11:07:52 -07:00
Nate a8501b35f0 Call Recordings: Add window title. 2020-01-06 11:00:41 -07:00
Nate 6127274cf3 Call Flows: Add window title. 2020-01-06 10:58:55 -07:00
Nate 983ec065b1 CDR: Add window titles. 2020-01-06 10:56:27 -07:00
Nate 6c77a584d8 Call Broadcast: Add window titles. 2020-01-06 10:40:42 -07:00
Nate bddc2237ee Call Block: Add window titles. 2020-01-06 10:30:59 -07:00
Nate 74edaac7df Bridges: Add window title. 2020-01-06 10:27:53 -07:00
Nate 918aeaf8be Destinations: Add window title. 2020-01-06 10:24:49 -07:00
Nate 08a08a039c Gateways: Add window titles. 2020-01-06 07:49:16 -07:00
Nate 03c2a6504a Extensions: Add window titles. 2020-01-06 07:47:31 -07:00
Nate ec3287b1ce Update app_languages.php 2020-01-06 07:46:42 -07:00
Nate 4edd21773a Devices: Add window titles. 2020-01-06 07:39:59 -07:00
FusionPBX 8a04397ab6 Update app_config.php 2020-01-03 12:14:43 -07:00
chansizzle 773dadc1da Update dialplan_edit.php (#4999) 2019-12-31 19:46:17 -07:00
chansizzle 027621e00d Update app_config.php (#4998) 2019-12-31 14:40:16 -07:00
benwiesner1 018b66969a Update calls_active_inc.php (#4847)
* Update calls_active_inc.php

removed <br>...</br> as it shows up on active call session and looks funny becuase its including the breaks <br></br>

* Update calls_active_inc.php
2019-12-31 12:02:31 -07:00
benwiesner1 cde9c74bd0 Update app_config.php (#4943)
added spa provision url
2019-12-31 11:46:34 -07:00
Nate 0c0c4c5f36 Variables/Modules: Replace url encoding in select box options. 2019-12-31 07:19:51 -07:00
Nate 02bdecee37 Voicemail: Fix Voicemail File select behavior when Keep Local select changed. 2019-12-30 12:48:23 -07:00
chansizzle 3f1b5c0d9c Update xml_cdr_details.php (#4992) 2019-12-28 13:37:22 -07:00
chansizzle 691930a4d3 Update time_condition_edit.php (#4941) 2019-12-28 12:31:32 -07:00
chansizzle 499f6474a5 Update xml_cdr_details.php (#4944)
Escaping wordwrap to fix double escaping characters
2019-12-28 12:30:38 -07:00
chansizzle ba61367718 Update contact_addresses.php (#4982)
remove double escaping
2019-12-28 12:18:21 -07:00
chansizzle d1ffe9aa38 Update system.php (#4990) 2019-12-28 12:16:34 -07:00
chansizzle 21c5d73d3e Update app_languages.php (#4991) 2019-12-28 12:16:00 -07:00
FusionPBX 158873fa2d Update app_languages.php 2019-12-27 22:52:58 -07:00
FusionPBX ddc1c51be7 Update call_flows.php 2019-12-27 22:32:30 -07:00
FusionPBX 59b0dc382c Update destinations.php 2019-12-27 19:39:46 -07:00
FusionPBX 8a3356b019 Update destination_imports.php 2019-12-27 19:34:42 -07:00
FusionPBX b827a32a44 Update destination_edit.php 2019-12-27 19:33:55 -07:00
FusionPBX a7d31b4a67 Update destinations.php 2019-12-27 19:29:39 -07:00
Nate c0e218ff37 VM Greetings: Adjust permissions. 2019-12-25 09:10:29 -07:00
FusionPBX ad65f556cd Update xml_cdr_statistics_csv.php 2019-12-24 14:36:31 -07:00
FusionPBX cae9b1708c Update xml_cdr_statistics_inc.php 2019-12-24 14:34:26 -07:00
FusionPBX 1ae94fd51e Update xml_cdr_statistics.php 2019-12-24 14:33:04 -07:00
FusionPBX 8508daf888 Update app_config.php 2019-12-24 14:31:04 -07:00
FusionPBX bd593532ad Update xml_cdr.php 2019-12-24 14:29:17 -07:00
mtghr f0c2943370 Update app_config.php (#4987)
add option to remove forward key
2019-12-24 12:52:47 -07:00
Nate 601102f898 Dashboard, Voicemail Messages & Greetings: Bug fixes. 2019-12-24 00:13:15 -07:00
chansizzle 7f63b7a3c0 Update contacts_vcard.php (#4986) 2019-12-23 17:59:44 -07:00
FusionPBX 3ef8a0ae12 Update v_xml_cdr_import.php 2019-12-23 11:23:53 -07:00
FusionPBX 2185780bef Update xml_cdr.php 2019-12-23 11:20:43 -07:00
FusionPBX 71479d69fc Update v_xml_cdr_import.php 2019-12-23 11:17:34 -07:00
agree d2ee8fbfc6 Update messages_thread.php (#4983) 2019-12-22 15:36:30 -07:00
FusionPBX 10aebf2954 Update app_defaults.php 2019-12-21 15:47:40 -07:00
FusionPBX c4f85aebf6 Update call_recordings.php 2019-12-21 09:56:59 -07:00
Nate 8151b68be5 Call Recordings: Show local domain only. 2019-12-20 23:44:03 -07:00
FusionPBX e6ff722ff6 Update call_recordings.php 2019-12-20 09:36:41 -07:00
FusionPBX 92160545cb Update call_recordings.php 2019-12-20 09:23:01 -07:00
FusionPBX daf6829adc Update 045_call_recording_on_demand.xml 2019-12-19 17:29:32 -07:00
FusionPBX 237779f5ec Update 045_call_recording_on_demand.xml 2019-12-19 17:24:02 -07:00
FusionPBX c698ab03e0 Update 045_call_recording_on_demand.xml 2019-12-19 17:06:04 -07:00
FusionPBX e20d406ddb Update 045_call_recording_on_demand.xml 2019-12-19 17:04:29 -07:00
FusionPBX b960a2b4af Create 045_call_recording_on_demand.xml 2019-12-19 16:59:15 -07:00
FusionPBX 7a388667c9 Update 085_bind_digit_action.xml 2019-12-19 16:55:10 -07:00
Nate 72feb7df7b Call Recordings: Adjustments. 2019-12-19 12:04:16 -07:00
Nate 7b43f011bd Merge pull request #4973 from greenbea/master
Update message_delete.php
2019-12-19 13:05:58 -05:00
Nate c57afbdc65 Messages: Include media in delete.
Thanks!
2019-12-19 13:03:55 -05:00
Nate 2e8eeaf876 Update voicemail_messages.php 2019-12-19 10:51:02 -07:00
Nate fbd3f5adc8 Call Recordings: List view updates. 2019-12-19 10:48:39 -07:00
agree c2b5bd3c37 Update message_delete.php 2019-12-19 12:13:07 -05:00
FusionPBX 5f56a245a2 Update call_recordings.php 2019-12-19 09:26:40 -07:00
FusionPBX 141ad3fe1a Update call_recordings.php 2019-12-19 09:23:54 -07:00
chansizzle 39b8ac3486 Update call_recordings.php (#4959) 2019-12-18 20:16:10 -07:00
chansizzle 5e3556e618 Update device_vendor_functions.php (#4960) 2019-12-18 20:15:59 -07:00
chansizzle 9c33899874 Update device_settings.php (#4961) 2019-12-18 20:15:52 -07:00
chansizzle 24226b9728 Update conference_control_details.php (#4962) 2019-12-18 20:15:23 -07:00
chansizzle b18607b6ae Update fax_logs.php (#4963) 2019-12-18 20:15:02 -07:00
chansizzle 6884455218 Update conference_session_details.php (#4965) 2019-12-18 20:14:46 -07:00
chansizzle cd72366282 Update conference_sessions.php (#4966) 2019-12-18 20:14:38 -07:00
chansizzle 4da3a0026f Update conference_rooms.php (#4967) 2019-12-18 20:14:29 -07:00
chansizzle f3532f408d Update access_control_nodes.php (#4968) 2019-12-18 20:14:20 -07:00
chansizzle 91e91f39cf Update messages_log.php (#4969) 2019-12-18 20:14:13 -07:00
chansizzle a05f09ee36 Update ring_group_forward.php (#4970) 2019-12-18 20:13:47 -07:00
Nate 8daca7cee7 Call Center: List view updates for Agent Status. 2019-12-18 15:04:06 -07:00
Nate 3e5f93128f Conference Profiles: Adde individual row toggle. 2019-12-18 13:14:18 -07:00
FusionPBX c1c2f3d3f1 Update conference_profiles.php 2019-12-17 21:32:20 -07:00
FusionPBX aba349e031 Create conference_profiles.php 2019-12-17 21:28:14 -07:00
FusionPBX 4410f6eb67 Update app_languages.php 2019-12-17 21:26:58 -07:00
Nate 21f2808368 Update ring_group_forward.php 2019-12-17 16:56:09 -07:00
Nate d7602be0af Call Routing: Hide window title when included (on Dashboard). 2019-12-17 16:54:51 -07:00
Nate cddb11e5d5 Conference Controls: Minor adjustments. 2019-12-17 14:33:17 -07:00
FusionPBX c8663e0cee Create conference_controls.php 2019-12-17 00:57:11 -07:00
FusionPBX c1c53a636b Update conference_controls.php 2019-12-17 00:56:01 -07:00
FusionPBX b5bde2c7f3 Update app_languages.php 2019-12-17 00:55:25 -07:00
Nate 63811b841d MOH: Minor adjustments. 2019-12-16 12:29:03 -07:00
Nate 2e21be8cd4 MOH: List view updates. 2019-12-16 12:00:33 -07:00
Len 90f9977a50 Update app_config.php (#4948) 2019-12-16 10:56:20 -07:00
root 45319ef301 Set directories to 755 and files to 644 2019-12-14 17:34:17 +00:00
Nate 6963eecce9 Modules: Fix Start/Stop actions. 2019-12-14 08:18:32 -07:00
Nate eacc0095bd Voicemail Messages: List view updates. Voicemail Edit: Hide Listen Link option. 2019-12-13 12:56:48 -07:00
Nate 6b454c4e36 Extensions: Fix Emergency Caller ID Number select. 2019-12-12 18:05:13 -07:00
Nate 837c6f02f1 Voicemail Greetings: Show greeting Size for base64 storage. 2019-12-12 16:51:12 -07:00
Nate 5972c5b279 Voicemail Greetings: List view updates. 2019-12-12 16:37:42 -07:00
Nate 0d559e7c2f Recordings: File type suggestions and check. 2019-12-12 16:36:44 -07:00
Nate 07d6fe37a1 Functions: th_order_by mods. App Languages: Misc mods. 2019-12-12 16:35:39 -07:00
FusionPBX 972f7be14a Update device_edit.php remove the style width 45px that would truncate the wdith of the select. 2019-12-12 09:15:55 -07:00
FusionPBX 9e288bc4fc Update device_edit.php 2019-12-12 09:09:33 -07:00
FusionPBX 1e05105179 Add expansion 3-6 to the device profile. 2019-12-12 09:02:50 -07:00
Luis Daniel Lucio Quiroz f3a5387853 Some Loopback endpoint support (#4937)
* Some Loopback endpoint support

Leg B won't have the variable domain_name filled correctly, regardless if you do the right loopback/user/domain values.
however, the context variable is filled correctly. This will allow us to let all the dial plans run correctly.

* Update 010_user_exists.xml
2019-12-11 19:05:26 -07:00
Nate 5f20080c66 Voicemails: Fix delete multiple boxes. 2019-12-11 14:52:50 -07:00
markjcrane e8439f86f4 Moved SQL Query to its own repo 2019-12-10 18:13:59 +00:00
Nate e89539ddce Update voicemails.php 2019-12-09 17:08:13 -07:00
Nate 4effe4c8b5 Voicemails: List view updates. 2019-12-09 17:05:31 -07:00
Nate 47fb3ccc70 Voicemail Greetings: Better fix. 2019-12-09 16:50:21 -07:00
Nate 72ef243695 Voicemail Greetings: Bug fixes. 2019-12-09 15:02:44 -07:00
Nate 392737864a Variables: List view updates. 2019-12-09 12:42:49 -07:00
Nate 720cb448ce Time Conditions: List view updates. 2019-12-09 11:34:28 -07:00
Nate a8a215d10e Dialplans: Minor adjustment to class delete method. 2019-12-09 11:33:30 -07:00
Nate b9462f1817 Streams: List view updates. 2019-12-09 10:31:49 -07:00
FusionPBX c9cfcb5932 Update sql_query.php 2019-12-09 00:05:50 -07:00
FusionPBX 0f593c63fb Update sql_query.php 2019-12-09 00:02:58 -07:00
FusionPBX 584a4d4ebf Update app_languages.php 2019-12-09 00:02:09 -07:00
agree d20a403679 added toll allow to fax server (#4936) 2019-12-08 22:37:12 -07:00
FusionPBX 8e018b1c68 Update app_config.php 2019-12-08 22:24:18 -07:00
FusionPBX 7341e5594e Update app_menu.php 2019-12-08 22:21:44 -07:00
FusionPBX e6d32fb79a Update registrations.php 2019-12-08 20:21:14 -07:00
katakefalos 5fb0089692 Added Greek (el-gr) translation. (#4933)
* Add files via upload

added Greek Translations

* Update app_config.php

Added Greek (el-gr) translation.

* Update app_config.php

Added Greek (el-gr) translation.

* Update app_languages.php

Added Greek (el-gr) translation.

* Update app_menu.php

Added Greek (el-gr) translation.

* Update app_config.php

Added Greek (el-gr) translation.

* Update app_languages.php

Added Greek (el-gr) translation.

* Update app_menu.php

Added Greek (el-gr) translation.

* Update app_config.php

Added Greek (el-gr) translation.

* Added Greek (el-gr) translation.

Added Greek (el-gr) translation.

* Added Greek (el-gr) translation.

Added Greek (el-gr) translation.

* Added Greek (el-gr) translation.

* Added Greek (el-gr) translation.

* Added Greek (el-gr) translation.

* Update app_languages.php

corrected error on it-it overwrite

* Revert "Update app_languages.php"

This reverts commit 7883e3d72b.

* Update app_languages.php

* Update app_languages.php
2019-12-07 15:26:58 -07:00
FusionPBX 6d26f3c88a Update sql_query.php 2019-12-07 00:40:53 -07:00
FusionPBX b7e16ac035 Update app_config.php 2019-12-07 00:38:47 -07:00
markjcrane 75dc744d98 Rename exec to sql query 2019-12-07 07:00:30 +00:00
markjcrane 63b4b9acb3 Remove adminer 2019-12-05 05:03:06 +00:00
Nate 1f67a6f8f4 Dashboard: App list view updates, token integration, bug fixes. 2019-12-04 19:08:02 -07:00
TNSSF e95183a14e Create {$mac.xml} (#4842)
* Create {$mac.xml}

This is a template for poly-obi-vvx450

Buttons 1-24 are left side pages 1 - 4
buttons 25-48 are right side pages 1 - 4

Variables used in default settings (all text) 
poly_obi_dst_enabled   (Day Light savings enabled True / False)
poly_obi_logo_450 (URL TO LOGO FILE)
poly_obi_timezone (For example: "GMT-10:00(Hawaii)" )

* Update {$mac.xml}

corrected line 6463 to set as 
      <V X_UD="Y"/>

* Update {$mac.xml}

updated
      <N>ProxyServerPort</N>
and
      <N>ProxyServerTransport</N>

To use values from FusionGUI

* Rename resources/templates/provision/obihai/poly-vvx-450/{$mac.xml} to resources/templates/provision/poly/poly-vvx-450/{$mac.xml}

* Create app_config.php

* Update app_config.php
2019-12-04 16:26:58 -07:00
Nate d157b5ee9f SIP Status: List view updates. 2019-12-04 13:49:02 -07:00
Nate da372e216a Gateways: Fix stop/start. 2019-12-04 06:28:50 -07:00
katakefalos 2795bbdc55 Added Greek (el-gr) translation. (#4930)
* Add files via upload

added Greek Translations

* Update app_config.php

Added Greek (el-gr) translation.

* Update app_config.php

Added Greek (el-gr) translation.

* Update app_languages.php

Added Greek (el-gr) translation.

* Update app_menu.php

Added Greek (el-gr) translation.

* Update app_config.php

Added Greek (el-gr) translation.

* Update app_languages.php

Added Greek (el-gr) translation.

* Update app_menu.php

Added Greek (el-gr) translation.

* Update app_config.php

Added Greek (el-gr) translation.

* Added Greek (el-gr) translation.

Added Greek (el-gr) translation.

* Added Greek (el-gr) translation.

Added Greek (el-gr) translation.
2019-12-04 00:22:48 -07:00
markjcrane 46f3abcdce Moved app/edit to its own repo 2019-12-04 01:16:00 +00:00
Nate da7f8d0189 SIP Profiles: List view updates. 2019-12-03 16:55:15 -07:00
Nate e22c032d92 Update bridges.php 2019-12-03 16:51:45 -07:00
Luis Daniel Lucio Quiroz 4523d6e264 Same as 4.4, move 404 not found from DEBUG to WARNING (#4925)
New system use the journal (some still use syslog). the "log" action default level is DEBUG.
This change moves the 404 error code to WARNING, the mod_syslog will report to the journal (or syslog).
2019-12-03 15:35:24 -07:00
Nate 66e0aa5437 Update bridges.php 2019-12-03 13:31:08 -07:00
Nate 31c928652b Conference Centers: Correct View Active button permission. 2019-12-02 22:52:17 -07:00
Nate fe3c7af0bf Registrations: Adjust list row button margins. 2019-12-02 22:03:49 -07:00
Nate 9068566b02 Registrations: Add Setting to control list row button visibility. 2019-12-02 21:58:17 -07:00
Nate 941b21adbb Registrations: Restore Show All button, better widths for Agent and Status columns. 2019-12-02 19:01:41 -07:00
Nate 6263fd7a0a Messages: Additional check on presence of time_zone setting. 2019-12-02 14:51:56 -07:00
Nate b0a0a029ab SIP Profiles: Fix copy button. 2019-12-02 14:41:07 -07:00
Nate 2036b89f99 Registrations: Rename switch class method. 2019-12-02 05:07:08 -07:00
Nate e1ca34a03a SIP Profiles: Hide copy button on add. 2019-11-30 21:51:20 -07:00
Nate a6b06ee8a9 Call Forward/Follow Me/DND: Update classes. 2019-11-30 21:42:15 -07:00
Nate 09f8287138 Call Block: Update class. 2019-11-30 20:51:33 -07:00
Nate b430b14ca7 Phrases: Update class. 2019-11-30 20:32:44 -07:00
Nate d588ea9c6d Call Centers: Class updates. 2019-11-30 19:59:14 -07:00
Nate d1869c2895 Fax Server: Class updates. 2019-11-30 18:49:08 -07:00
Nate 89149c0dd4 Update call_flows.php 2019-11-30 18:48:39 -07:00
Nate 39910488a5 Call Flow: Update class. 2019-11-30 18:23:43 -07:00
Nate 5656110199 Calls: Update classes. 2019-11-30 17:50:51 -07:00
Nate dfffbd1791 Access Controls: Update class. 2019-11-30 17:50:20 -07:00
Nate ed6a6a8314 Gateways: Update class. 2019-11-30 17:49:26 -07:00
Nate 580804ef84 IVR Menu: Update class. 2019-11-30 17:48:40 -07:00
FusionPBX 694d5a6d31 Update bridges.php 2019-11-30 17:11:04 -07:00
FusionPBX 6cdb16346c Update bridges.php 2019-11-30 15:56:06 -07:00
Nate bec5c647c9 List View: Updates to action classes. 2019-11-30 15:18:48 -07:00
Nate aa593c03fc List Views: Minor adjustments to code. 2019-11-30 14:18:00 -07:00
FusionPBX 34adf14ed9 Update bridges.php 2019-11-30 13:41:25 -07:00
Nate a1eb244589 Update ring_groups.php 2019-11-30 12:35:16 -07:00
Nate 290af88516 Update conferences.php 2019-11-30 12:33:00 -07:00
FusionPBX 858a0c2022 Update bridges.php 2019-11-30 12:04:42 -07:00
Nate bfb17507f1 List Views: Simplify action handling. 2019-11-30 11:12:41 -07:00
Nate b993ab8197 Ring Groups: Include dialplan in list view actions (doh). 2019-11-30 10:02:53 -07:00
Nate 8bd59ccbf7 Ring Groups: List view updates. 2019-11-30 09:09:43 -07:00
Nate df58dc0af5 Registrations: List view updates, bulk unregister, provision, reboot. 2019-11-29 15:27:51 -07:00
Nate 8bc607b76b Update sip_status.php 2019-11-29 15:22:13 -07:00
Nate cd8e150947 Update modules.php 2019-11-29 15:19:37 -07:00
fneto1977 970f4d1f03 continue fixing pt-br translations (#4921)
* Fixed translations for Brazilian Portuguese

* Update app_config.php

* Fixed Translations for pt-br

* Fixed Translations for pt-br

* Fixed Translations for pt-br

* Update app_config.php

* Update app_languages.php

* Update app_menu.php

* app_config Domain

* app_languages.php - Domains

* app_menu - domains

* app_config - default settings

* app_languages -  - default settings

* app_menu - default settings

* app_config - databases

* app_languages - databases

* app_menu -  - databases

* app_config - upgrade

* app_languages - upgrade

* app_menu - upgrade

* app_config - users

* app_languages - users

* app_menu - users

* app_config - usersettings

* app_languages - usersettings

* app_menu - usersettings

* app_language - Reources

* app_menu - extensions

* app_languages - extensions

* app_config - extensions

* app_menu - gateways

* app_config - gateways

* app_languages - gateways

* app_menu - providers

* app_languages - providers

* app_config - providers

* app_config - devices

* app_menu - devices

* app_languages - devices

* app_languages - destinations

* app_config - destinations

* app_menu - inboud destination

* app_languages - inbound destination

* app_config - inbound destination

* app-config outbound destination
2019-11-28 11:08:30 -07:00
FusionPBX 874cdd6140 Update dialplan_edit.php 2019-11-28 04:29:28 -07:00
FusionPBX df412e7135 Delete dialplan_detail_edit.php 2019-11-28 04:29:03 -07:00
FusionPBX 536f65859a Update fax_log_view.php 2019-11-28 03:15:03 -07:00
FusionPBX 95b7c30254 Update voicemail_greeting_edit.php 2019-11-28 03:04:23 -07:00
FusionPBX 87f5965009 Update dialplan_detail_edit.php 2019-11-28 02:46:01 -07:00
FusionPBX ac0dbde301 Update dialplans.php 2019-11-28 02:30:09 -07:00
FusionPBX 249f3eb3a0 Update fifo_interactive.php 2019-11-28 02:15:47 -07:00
Nate f559c8580c Recordings: List view updates. 2019-11-27 11:04:22 -07:00
Nate 2a0a1d1e12 Email Logs, CDR: Minor adjustments. 2019-11-27 11:00:16 -07:00
Nate 0a05f9d4ba Update pin_numbers.php 2019-11-27 08:02:19 -07:00
Nate d95a5d65d3 Update pin_numbers.php 2019-11-27 08:01:37 -07:00
Nate 5bb18e73a3 PIN Numbers: List view updates. 2019-11-27 08:00:09 -07:00
FusionPBX 222e8ad37f Update ring_group_edit.php 2019-11-26 21:49:27 -07:00
FusionPBX 19a7551398 Update app_config.php 2019-11-26 17:09:38 -07:00
Nate cedfb1ad9e Phrases: List view updates. Minor Adjustments: IVR Menus, Modules, Number Translations. 2019-11-26 16:05:39 -07:00
Nate e06f3c3221 Number Translations: List view updates. 2019-11-26 14:55:21 -07:00
Nate 62386072d9 Modules: Adjust delete method in class. 2019-11-26 13:59:04 -07:00
Nate c34fbe9b4e Modules: List view updates. 2019-11-26 13:50:24 -07:00
saraxxin 98ce23272a Allow permission to export devices and extensions to be assigned to groups (#4916)
* Update app_config.php

* Update device_download.php

* Update app_config.php

* Update extension_download.php
2019-11-26 10:19:25 -07:00
chansizzle 35f1b972e3 Update calls_active_inc.php (#4915) 2019-11-25 16:55:24 -07:00
Nate 9b084f82fa IVR Menu: List view updates, Edit bug fixes. 2019-11-25 16:40:52 -07:00
FusionPBX d295ae0ad5 Update time_condition_edit.php 2019-11-25 15:32:00 -07:00
noci2012 9c7dad151f Final batch nl-nl translation items. (for /app). (#4907)
* add nl-nl items

* Update app_config.php

* add nl-nl items

* Update app_languages.php

* Update app_menu.php

* Update app_languages.php

* Update app_menu.php

* Fix typos inn nl-nl

* Add nl-nl items

* dd nl-nl items.

* Add nl-nl items.

* Add nl-nl items (call-flows)

* Add nl-nl items

* Add nl-nl items

* dd nl-nl items (calls)

* Add nl-nl items

* Add nl-nl items (contacts)

* Add nl-nl items (vars)

* Add nl-nl items (voicemails)

* Add nl-nl items (xml_cdr)

* Add nl-nl items (xml_cdr)

* This reverts commit 41afeb4796.

* Add nl-nl items (voicemail_greetings)

* Add nl-nl items (system)

* Add nl-nl items (sip_profiles)

* Add nl-nl items (sip_status)

* Add nl-nl items (settings)

* Add nl-nl items (database_transactions)

* Add nl-nl items (destinations)

* Add nl-nl (devices)

* Add nl-nl (conferences)

* Add nl-nl (conferences_active)

* Add nl-nl (conference_centers)

* Update nl-nl (conference_centers)

* Add nl-nl (conference_controls)

* Add nl-nl items (conference_profiles)

* Add nl-nl items (dialplan_inbound)

* Add nl-nl items (dialplan_inbound)

* Add nl-nl items (dialplan_outbound)

* Add nl-nl items (dialplans)

* Add nl-nl items (edit)

* Add nl-nl items (email_logs)

* Add nl-nl items (errors)

* Add nl-nl items (exec)

* Add nl-nl items (access_controls)

* some skipped entries

* add nl-nl items (extensions)

* add nl-nl items (fifo)

* fixed translation, better fitting word kenmerk instead of etiket

* add nl-nl items (fifo_list)

* add nl-nl items (follow_me)

* add nl-nl items (gateways)

* add nl-nl items (ivr_menus)

* add nl-nl items (meetings)

* add nl-nl items (log_viewer)

* add nl-nl items (ring_groups)

* add nl-nl items (messages)

* add nl-nl items (modules)

* add nl-nl items (music_on_hold)

* add nl-nl items (number_translations)

* fix merge conflict (gateways)

* add nl-nl items (phrases)

* add nl-nl items (pin_numbers)

* add nl-nl items (providers)

* add nl-nl items (gswave)

* add nl-nl items (provision)

* add nl-nl items (recordings)

* add nl-nl items (registrations)

* align translations
2019-11-23 10:14:27 -07:00
FusionPBX fa3c3eebf0 Update database_transaction_edit.php 2019-11-23 10:00:18 -07:00
jpattWPC aff12f0e68 SMS bugfix (#4850)
This SMS bugfix works out two issues:
* SMS permissions were not properly included. This causes SMS functionality to be inaccessible if the system implementor works out a Lua SMS implementation
* If voicemail transcription doesn't exist for the voicemail the send_sms.lua script crashes. Added a nil check to prevent this.
2019-11-22 19:45:39 -07:00
powerpbx 78da95585d Add files via upload (#4889)
Update adminer to v4.7.5
2019-11-22 17:45:53 -07:00
chansizzle ee49b11f11 Update app_config.php (#4890) 2019-11-22 17:40:13 -07:00
chansizzle 023c9be57b Update call_edit.php (#4891) 2019-11-22 17:39:20 -07:00
noci2012 e1ed3140cc nl-nl translations next batch. (#4892)
* add nl-nl items

* Update app_config.php

* add nl-nl items

* Update app_languages.php

* Update app_menu.php

* Update app_languages.php

* Update app_menu.php

* Fix typos inn nl-nl

* Add nl-nl items

* dd nl-nl items.

* Add nl-nl items.

* Add nl-nl items (call-flows)

* Add nl-nl items

* Add nl-nl items

* dd nl-nl items (calls)

* Add nl-nl items

* Add nl-nl items (contacts)

* Add nl-nl items (vars)

* Add nl-nl items (voicemails)

* Add nl-nl items (xml_cdr)

* Add nl-nl items (xml_cdr)

* This reverts commit 41afeb4796.

* Add nl-nl items (voicemail_greetings)

* Add nl-nl items (system)

* Add nl-nl items (sip_profiles)

* Add nl-nl items (sip_status)

* Add nl-nl items (settings)

* Add nl-nl items (database_transactions)

* Add nl-nl items (destinations)

* Add nl-nl (devices)

* Add nl-nl (conferences)

* Add nl-nl (conferences_active)

* Add nl-nl (conference_centers)

* Update nl-nl (conference_centers)

* Add nl-nl (conference_controls)

* Add nl-nl items (conference_profiles)

* Add nl-nl items (dialplan_inbound)

* Add nl-nl items (dialplan_inbound)

* Add nl-nl items (dialplan_outbound)

* Add nl-nl items (dialplans)

* Add nl-nl items (edit)

* Add nl-nl items (email_logs)

* Add nl-nl items (errors)

* Add nl-nl items (exec)

* Add nl-nl items (access_controls)

* some skipped entries

* add nl-nl items (extensions)

* add nl-nl items (fifo)

* fixed translation, better fitting word kenmerk instead of etiket

* add nl-nl items (fifo_list)

* add nl-nl items (follow_me)

* add nl-nl items (gateways)

* add nl-nl items (ivr_menus)

* add nl-nl items (meetings)

* add nl-nl items (log_viewer)

* add nl-nl items (ring_groups)

* add nl-nl items (messages)

* add nl-nl items (modules)

* add nl-nl items (music_on_hold)

* add nl-nl items (number_translations)

* fix merge conflict (gateways)
2019-11-22 17:37:36 -07:00
Nate ee77664051 Update gateways.php 2019-11-22 13:20:20 -07:00
Nate d60786eb31 Gateways: List view updates. 2019-11-22 13:15:53 -07:00
Nate ec3e73a9ab Fax Server: List view updates. 2019-11-21 12:58:08 -07:00
FusionPBX 0747028021 Update database_transaction_edit.php 2019-11-20 21:06:47 -07:00
FusionPBX bebf48f0cc Update calls.php 2019-11-20 16:04:51 -07:00
noci2012 0b49249546 Next batch of nl-nl translations. (#4883)
* add nl-nl items

* Update app_config.php

* add nl-nl items

* Update app_languages.php

* Update app_menu.php

* Update app_languages.php

* Update app_menu.php

* Fix typos inn nl-nl

* Add nl-nl items

* dd nl-nl items.

* Add nl-nl items.

* Add nl-nl items (call-flows)

* Add nl-nl items

* Add nl-nl items

* dd nl-nl items (calls)

* Add nl-nl items

* Add nl-nl items (contacts)

* Add nl-nl items (vars)

* Add nl-nl items (voicemails)

* Add nl-nl items (xml_cdr)

* Add nl-nl items (xml_cdr)

* This reverts commit 41afeb4796.

* Add nl-nl items (voicemail_greetings)

* Add nl-nl items (system)

* Add nl-nl items (sip_profiles)

* Add nl-nl items (sip_status)

* Add nl-nl items (settings)

* Add nl-nl items (database_transactions)

* Add nl-nl items (destinations)

* Add nl-nl (devices)

* Add nl-nl (conferences)

* Add nl-nl (conferences_active)

* Add nl-nl (conference_centers)

* Update nl-nl (conference_centers)

* Add nl-nl (conference_controls)

* Add nl-nl items (conference_profiles)

* Add nl-nl items (dialplan_inbound)

* Add nl-nl items (dialplan_inbound)

* Add nl-nl items (dialplan_outbound)

* Add nl-nl items (dialplans)

* Add nl-nl items (edit)

* Add nl-nl items (email_logs)

* Add nl-nl items (errors)

* Add nl-nl items (exec)
2019-11-20 15:16:17 -07:00
FusionPBX e5c04b3356 Update devices.php 2019-11-20 15:15:11 -07:00
FusionPBX c79271ce3d Update devices.php 2019-11-20 15:03:41 -07:00
Nate a90d9741a7 Bridges: Include Description field in search. 2019-11-20 14:57:47 -07:00
FusionPBX 0b8ccc7bc8 Update devices.php 2019-11-20 14:48:31 -07:00
FusionPBX bfe9becfa9 Update fax_files.php 2019-11-20 09:05:10 -07:00
Nate b7ce028e99 Update xml_cdr_search.php 2019-11-20 10:19:44 -05:00
Nate 59b8195cfa Update device_settings.php 2019-11-20 01:30:13 -05:00
noci2012 3c1bb32055 Next set of nl-nl translations (#4882)
* add nl-nl items

* Update app_config.php

* add nl-nl items

* Update app_languages.php

* Update app_menu.php

* Update app_languages.php

* Update app_menu.php

* Fix typos inn nl-nl

* Add nl-nl items

* dd nl-nl items.

* Add nl-nl items.

* Add nl-nl items (call-flows)

* Add nl-nl items

* Add nl-nl items

* dd nl-nl items (calls)

* Add nl-nl items

* Add nl-nl items (contacts)

* Add nl-nl items (vars)

* Add nl-nl items (voicemails)

* Add nl-nl items (xml_cdr)

* Add nl-nl items (xml_cdr)

* This reverts commit 41afeb4796.

* Add nl-nl items (voicemail_greetings)

* Add nl-nl items (system)

* Add nl-nl items (sip_profiles)

* Add nl-nl items (sip_status)

* Add nl-nl items (settings)
2019-11-19 17:16:29 -07:00
noci2012 5ee2ac908b Additional nl-nl translations (#4875)
* add nl-nl items

* Update app_config.php

* add nl-nl items

* Update app_languages.php

* Update app_menu.php

* Update app_languages.php

* Update app_menu.php

* Fix typos inn nl-nl

* Add nl-nl items

* dd nl-nl items.

* Add nl-nl items.

* Add nl-nl items (call-flows)

* Add nl-nl items

* Add nl-nl items

* dd nl-nl items (calls)

* Add nl-nl items

* Add nl-nl items (contacts)

* Add nl-nl items (vars)

* Add nl-nl items (voicemails)

* Add nl-nl items (xml_cdr)
2019-11-19 11:15:42 -07:00
chansizzle bfaca6e083 Update call_block_edit.php (#4878) 2019-11-19 11:11:55 -07:00
chansizzle 2bc43685b9 Update xml_cdr_inc.php (#4876) 2019-11-19 11:11:35 -07:00
chansizzle 1ac40747a3 Update xml_cdr_statistics_inc.php (#4877)
* Update xml_cdr_statistics_inc.php

* Update xml_cdr_statistics_inc.php
2019-11-19 11:10:50 -07:00
chansizzle 48cea5c9f8 Update call_block.php (#4879) 2019-11-19 11:08:37 -07:00
chansizzle beae34bbe5 Update calls.php (#4880) 2019-11-19 11:08:09 -07:00
FusionPBX 22b8a07b4c Update time_condition_edit.php 2019-11-18 21:15:04 -07:00
Len 6bacf5a947 Update app_config.php (#4846)
* Update app_config.php

* Update app_config.php
2019-11-18 21:10:02 -07:00
Nate 0e56d1b7e5 Extensions: List view updates. 2019-11-18 13:31:06 -07:00
Luis Daniel Lucio Quiroz 6eddd05cba Update call_recordings.php (#4873) 2019-11-18 11:46:15 -07:00
agree 15f1c0a84f Update stream_edit.php (#4872) 2019-11-18 10:13:54 -07:00
Nate f2f1d9069f Email Templates: List view updates. 2019-11-18 09:22:59 -07:00
noci2012 399627d995 fix nl-nl items (#4870)
* add nl-nl items

* Update app_config.php

* add nl-nl items

* Update app_languages.php

* Update app_menu.php

* Update app_languages.php

* Update app_menu.php

* Fix typos inn nl-nl

* Add nl-nl items

* dd nl-nl items.

* Add nl-nl items.

* Add nl-nl items (call-flows)
2019-11-17 14:15:26 -07:00
Len 55ce797b64 Update app_config.php (#4871)
removed duplicate yealink_codec_g723_53_enable
2019-11-16 14:10:03 -07:00
noci2012 36f976898c add nl-nl entries (#4857) 2019-11-15 09:30:07 -07:00
noci2012 993f188ef4 add nl-nl translations. (#4858) 2019-11-15 09:29:56 -07:00
noci2012 f666b05710 add nl-nl translation (#4859) 2019-11-15 09:29:45 -07:00
noci2012 158cec16a7 add nl-nl items (#4860) 2019-11-15 09:29:35 -07:00
noci2012 eb11d627ec add nl-nl items (#4861) 2019-11-15 09:29:16 -07:00
noci2012 e4a95effaf Add nl-nl items (#4862) 2019-11-15 09:29:08 -07:00
noci2012 a71ad1ae2a Add nl-nl items (#4863) 2019-11-15 09:28:58 -07:00
noci2012 1760b6041e Add nl-nl items (#4864) 2019-11-15 09:28:23 -07:00
noci2012 ee12b57dd3 Add nl-nl items (#4865) 2019-11-15 09:28:13 -07:00
noci2012 2d93acbde1 Add nl-nl items (#4866) 2019-11-15 09:28:04 -07:00
noci2012 cd02705aeb add nl-nl items (#4867) 2019-11-15 09:27:56 -07:00
noci2012 271e90a405 add nl-nl items (#4868) 2019-11-15 09:27:32 -07:00
noci2012 fc6bcc41b4 add nl-nl items (#4869) 2019-11-15 09:27:16 -07:00
The-Operator ff8d2ec024 Update number_translation_edit.php (#4838)
Sort entries using the "Order" column - "number_translation_detail_order" - by default.
2019-11-14 21:56:44 -07:00
agree 7e6801e798 Update fax_send.php (#4844) 2019-11-14 21:56:07 -07:00
FusionPBX f62bb85e3f Update extension_edit.php 2019-11-14 15:12:01 -07:00
FusionPBX 2005800be5 Update device_edit.php 2019-11-13 16:20:58 -07:00
FusionPBX 5a3a719247 Update conference_edit.php 2019-11-13 13:39:11 -07:00
FusionPBX 2a226948f7 Update app_config.php 2019-11-12 20:36:51 -07:00
FusionPBX 1027eae2fd Update app_config.php 2019-11-12 20:32:00 -07:00
FusionPBX e9ca30400c Update app_config.php 2019-11-12 19:54:04 -07:00
Nate 50e57e26aa Email Logs: Class 2019-11-12 00:23:43 -07:00
chansizzle 367ce4bbfd Update file_options_list.php (#4845)
Remove potention "Warning: ini_set(): A session is active. You cannot change the session module's ini settings at this time in /var/www/fusionpbx/app/edit/file_options_list.php"
2019-11-11 12:12:07 -07:00
FusionPBX 6157f8f7fa Update destination_edit.php 2019-11-11 09:59:39 -07:00
FusionPBX 434e59fe73 Update destination_edit.php 2019-11-11 09:55:07 -07:00
FusionPBX e1c302ef25 Update app_defaults.php 2019-11-10 09:45:54 -07:00
Nate 82a07205b6 Email Logs: List view updates, search, bulk resend, download, delete. 2019-11-10 01:40:29 -07:00
Nate 20084f1d52 Extension Edit: Resolvee PHP warning. 2019-11-08 13:37:09 -07:00
Nate 6db041f75d Contacts: Search to the right. 2019-11-07 23:42:11 -07:00
Nate 6298b73425 Conference Centers: Search to the right. 2019-11-07 23:40:14 -07:00
Nate 547e57d8c4 Call Center Agents/Queues: Search to the right. 2019-11-07 23:38:43 -07:00
Nate 92b79ec185 Device Vendors: Search to the right. 2019-11-07 23:38:12 -07:00
Nate 0c629e3480 Conferences: Search to the right. 2019-11-07 23:30:21 -07:00
Nate 9796859df2 Destinations: Search to the right. 2019-11-07 23:27:47 -07:00
FusionPBX c9fca6ac99 Update system.php 2019-11-07 23:21:59 -07:00
Nate 243ae25e1f Dialplans: List view updates. 2019-11-07 23:05:38 -07:00
Nate 94f8076d83 Update devices.php 2019-11-07 23:01:35 -07:00
FusionPBX 0325238c72 Update devices.php 2019-11-07 22:31:54 -07:00
Nate b560c1f720 Dialplan: Restore domain uuid to dialplan details. 2019-11-07 21:16:29 -07:00
Nate c81449e1b6 Update bridges.php 2019-11-07 21:15:11 -07:00
Nate f0f05f5651 Devices (Profiles & Vendors): List view updates. 2019-11-07 16:01:43 -07:00
Nate 449147198d Access Controls: Fix copy of nodes. 2019-11-07 15:58:26 -07:00
Nate 02b35a7a99 Device: List view updates. 2019-11-07 09:00:29 -07:00
FusionPBX 0ea80ccc2f Update call_center_agent_edit.php 2019-11-06 14:27:01 -07:00
Nate d92b491600 Destinations: List view updates. 2019-11-06 11:29:11 -07:00
saraxxin 7942ba7954 Updates to Yealink codec provisioning (#4834)
* Updates to Yealink codec provisioning

Changed codecs to use variables set in default settings.

* Added basic provisioning for swissvoice cp2502 and cp2505g

Codec handling set in default settings.
Need to still work on directory and funtion keys.

* Update app_config.php
2019-11-06 09:05:34 -07:00
agree cd2cbc8da3 Update dialplans.php (#4833) 2019-11-05 22:44:46 -07:00
FusionPBX 4cc1447f81 Update index.php 2019-11-05 13:44:59 -07:00
chansizzle f7a2fba9c2 Update xml_cdr.php (#4831) 2019-11-05 11:21:38 -07:00
chansizzle 8f23d4d5dd Update xml_cdr_archive.php (#4832) 2019-11-05 11:21:23 -07:00
chansizzle 175a150237 Update app_config.php (#4829) 2019-11-05 11:21:09 -07:00
chansizzle f32d3bdc67 Update device_edit.php (#4822) 2019-11-05 09:12:29 -07:00
Nate 7af2fbf3c8 Update database_transactions.php. Functions: order_by() adjustment. 2019-11-05 08:25:41 -07:00
Nate c6d5516467 Database Transactions: List view updates. Misc Action Bar adjustments. Include missing class for Conferences (Doh). 2019-11-05 08:13:42 -07:00
Nate 5a1cb4f8c6 Contacts: List view updates. 2019-11-05 07:37:39 -07:00
FusionPBX fd585cc5f0 Update dialplans.php 2019-11-04 22:13:50 -07:00
FusionPBX 3daeb5f169 Update dialplans.php 2019-11-04 22:04:22 -07:00
markjcrane 567bbe1e0f Update adminer.php 2019-11-05 04:54:18 +00:00
markjcrane 4875aee995 adminer.php update 2019-11-05 04:50:24 +00:00
markjcrane 490356c970 change html_select to adminer_html_select 2019-11-05 04:31:52 +00:00
FusionPBX 5986a9e84a Fix the dialplan search. 2019-11-04 21:13:32 -07:00
markjcrane a3a9baa62b Update Adminer 2019-11-05 03:34:50 +00:00
FusionPBX f97a69814a Update adminer.php 2019-11-04 19:54:32 -07:00
FusionPBX 0b6138421b Update adminer.php 2019-11-04 19:50:19 -07:00
Nate e85b12be57 Update extensions.php 2019-11-02 21:12:12 -06:00
Nate 5a03a08e19 GS Wave: Restrict users to assigned extensions. 2019-11-02 20:50:35 -06:00
Nate 3bc38d3cf2 Active Conferences: Fix list row click. 2019-11-02 20:13:40 -06:00
Nate 44e52559ab Conferences: List view updates. 2019-11-02 18:47:55 -06:00
Nate 6c4104817e Update conference_center_edit.php 2019-11-02 13:51:32 -06:00
Nate bf5cb9c1a7 Minor class mods, Conference Centers list view updates. 2019-11-02 13:40:17 -06:00
FusionPBX c219d8e3e9 Update call_block_edit.php 2019-11-01 14:15:23 -06:00
FusionPBX 49f40b5d40 Update app_config.php 2019-11-01 14:13:53 -06:00
emaktech 7cd5b0c852 fr: Added new field translations and final edit. (#4817) 2019-11-01 10:03:02 -06:00
emaktech 5208e672e2 Update fr description translation (#4818) 2019-11-01 10:02:20 -06:00
agree 6ebd3d5796 Update xml_cdr.php (#4816) 2019-10-31 23:42:29 -06:00
FusionPBX 88a871a720 Update call_block_edit.php 2019-10-31 19:12:13 -06:00
FusionPBX 028322b51c Update app_config.php 2019-10-31 19:10:00 -06:00
chansizzle e5db496cd0 Update app_languages.php (#4813) 2019-10-31 15:06:40 -06:00
chansizzle 89dbf5bcae Update call_block_edit.php (#4814) 2019-10-31 15:06:14 -06:00
FusionPBX f3df6199c0 Update call_block_edit.php 2019-10-31 13:53:16 -06:00
FusionPBX 02a2b5fb19 Update call_block.php 2019-10-31 13:51:59 -06:00
FusionPBX 8c0d6361a0 Update call_block.php 2019-10-31 12:05:04 -06:00
FusionPBX dd3ef561aa Update app_defaults.php 2019-10-31 11:59:54 -06:00
FusionPBX 1f24d3c270 Update call_block_cdr_add.php 2019-10-31 11:50:27 -06:00
FusionPBX 2969d2cbf2 Update app_config.php 2019-10-31 11:47:04 -06:00
FusionPBX 98206fda98 Update call_block_edit.php 2019-10-31 11:46:13 -06:00
FusionPBX b12854058c Update call_block_edit.php 2019-10-31 11:44:34 -06:00
FusionPBX b3a379dfaa Update and rename 860_bind_digit_action.xml to 085_bind_digit_action.xml 2019-10-31 10:06:25 -06:00
Andy-Seattle 013aa7a0df Update voicemails.php (#4806)
* Update voicemails.php

If Transcription enabled in default settings show transcription state for each voicemail box

* Update voicemails.php

* Update voicemails.php
2019-10-30 19:09:33 -06:00
agree 278018f1c3 Update destination_edit.php (#4810) 2019-10-30 19:06:31 -06:00
chansizzle dee06a3e2e Update time_conditions.php (#4811) 2019-10-30 18:05:29 -06:00
FusionPBX c9afde89f1 Update app_menu.php 2019-10-30 02:39:43 -06:00
FusionPBX d56140240a Update app_config.php 2019-10-30 02:39:05 -06:00
FusionPBX d4c73cc140 Update call_block_cdr_add.php 2019-10-30 02:27:38 -06:00
FusionPBX 6164fb6537 Update call_block_edit.php 2019-10-30 02:27:12 -06:00
FusionPBX ea03a26332 Update call_block.php 2019-10-30 02:26:28 -06:00
Nate 7b1356310b Active Calls: Update refresh/pause button. 2019-10-30 01:05:43 -06:00
Nate f57fa290d3 Active Calls: List view updates, bulk call hangup. Button Class: Add onmouseover/out support. 2019-10-29 23:11:19 -06:00
Nate b27410c600 Follow Me, Call Forward, DND: List view updates. 2019-10-29 20:18:51 -06:00
FusionPBX 411e40b81d Update app_languages.php 2019-10-29 19:07:05 -06:00
Andy-Seattle 87f73ee680 Update app_languages.php (#4807)
Add voicemail transcription label
2019-10-29 19:03:24 -06:00
Nate 243b6b4e8c Access Controls, Bridges, Call Block, Call Flows: Class toggle method adjustments. 2019-10-29 10:11:18 -06:00
Nate 04710aa4dd Call Flows: List view updates. 2019-10-29 09:47:18 -06:00
FusionPBX ce12b7e8a9 Update app_languages.php 2019-10-28 17:19:07 -06:00
FusionPBX def57f86dd Update call_block_edit.php 2019-10-28 16:42:14 -06:00
FusionPBX 5e33dbd471 Update call_block_edit.php 2019-10-28 16:41:54 -06:00
FusionPBX f7c82ac083 Update call_block.php 2019-10-28 16:40:32 -06:00
FusionPBX c232710427 Update app_defaults.php 2019-10-28 16:34:45 -06:00
FusionPBX fc5e32dc19 Rename app/call_broadcast/app_defaults.php to app/call_block/app_defaults.php 2019-10-28 16:32:20 -06:00
FusionPBX 9646697d1a Create app_defaults.php 2019-10-28 16:28:01 -06:00
FusionPBX b5b3d89079 Update call_block_edit.php 2019-10-28 14:15:10 -06:00
FusionPBX fe3907aa14 Update ivr_menu_delete.php 2019-10-28 13:20:37 -06:00
FusionPBX d6ddaa9ad4 Update ring_group_delete.php 2019-10-28 13:08:14 -06:00
FusionPBX 15dd85f9a2 Update call_block_edit.php 2019-10-28 12:29:29 -06:00
FusionPBX 78ed9ca3bc Update ring_group_edit.php 2019-10-28 11:17:46 -06:00
FusionPBX 2d66f73239 Update ivr_menu_edit.php 2019-10-28 11:01:34 -06:00
FusionPBX dc5e8b2d0a Update app_config.php 2019-10-28 09:08:44 -06:00
FusionPBX d507bd4b14 Update call_block_edit.php 2019-10-27 00:36:17 -06:00
FusionPBX 6e13766af1 Update call_block_cdr_add.php 2019-10-27 00:33:45 -06:00
FusionPBX 43d61301a0 Update call_block_cdr_add.php 2019-10-27 00:11:15 -06:00
FusionPBX 0bb4329162 Update call_block_edit.php 2019-10-26 23:43:03 -06:00
Nate 8e120fc751 Devices: Adjust line input field widths. 2019-10-26 19:53:21 -06:00
Nate e8c77ddbef CDR: Minor adjustment to columns. 2019-10-26 09:24:09 -06:00
Nate 4b16c5943d Call Centers: List view updates. 2019-10-25 19:43:02 -06:00
Nate 0c584db194 Minor mods to Access Controls, Bridges, Call Block and Call Broadcast lists and classes. 2019-10-25 19:40:28 -06:00
FusionPBX dc1ba5299c Update ring_groups.php 2019-10-25 19:22:31 -06:00
FusionPBX aca93b0721 Update ring_group_edit.php 2019-10-25 19:21:54 -06:00
Nate 94994315fa CDR: Center Date and Time column headings. 2019-10-25 19:00:19 -06:00
www-data 0e659a341a Merge branch 'master' of https://github.com/fusionpbx/fusionpbx 2019-10-25 18:58:20 -06:00
Nate 97538888a0 CDR: Center Date/Time column headings. 2019-10-25 18:55:50 -06:00
FusionPBX 3b31f2cfe0 Update ring_groups.php 2019-10-25 18:19:28 -06:00
FusionPBX 005f44f3c4 Update app_config.php 2019-10-25 12:53:13 -06:00
Nate 756367bfa5 CDR adjustments. 2019-10-24 20:18:20 -06:00
Nate ff70a88efa CDR adjustment 2019-10-24 18:29:54 -06:00
Nate 8dd1e426f0 Misc CDR/other adjustments. 2019-10-24 18:27:48 -06:00
Nate f0347b5214 Action Bar mods. 2019-10-24 16:31:14 -06:00
Nate 6879195ae2 Action Bar mods. 2019-10-24 16:28:09 -06:00
FusionPBX fe64a49b0c Update exec.php 2019-10-24 03:04:34 -06:00
FusionPBX 92a9ba5d6a Update exec.php 2019-10-24 03:04:18 -06:00
FusionPBX 5402211047 Update index.php 2019-10-24 03:02:13 -06:00
FusionPBX 1f96fd342a Update do_not_disturb.php 2019-10-24 02:48:29 -06:00
FusionPBX ee54d5f33c Update exec.php 2019-10-24 02:06:21 -06:00
Nate ea536d2f6e Button class updates, logic updates to other files. 2019-10-23 21:19:37 -06:00
FusionPBX c3b815fc2d Update dialplan.php 2019-10-22 20:56:34 -06:00
FusionPBX f5b60fb31c Update dialplan.php 2019-10-22 14:34:18 -06:00
FusionPBX 679c78d269 Update xml_cdr.php 2019-10-22 10:06:24 -06:00
FusionPBX 31180e7afb Update xml_cdr.php 2019-10-22 09:53:36 -06:00
FusionPBX f07508da8c Update app_config.php 2019-10-22 09:47:58 -06:00
Nate b3acbdc7e4 Update theme/template. 2019-10-22 01:57:20 -06:00
Nate 0ebddaf2fa CDR: List view updates. 2019-10-22 01:43:55 -06:00
Nate 22ec9cd469 Update Access Controls, Bridges, Call Block, Call Broadcast classes. 2019-10-21 17:13:21 -06:00
Nate 8d1020c8f6 Call Broadcast: List view updates. 2019-10-21 17:05:17 -06:00
Nate 17ac712cc8 Updates to Access Controls, Bridges, and Call Block. 2019-10-21 17:03:59 -06:00
Bryan Redeagle ce7a7a8dc4 Added better support for Snom phone configuration and firmware. (#4794) 2019-10-21 13:28:21 -06:00
Nate 1c87245645 Update access_controls.php, bridges.php, call_block.php 2019-10-21 12:09:41 -06:00
FusionPBX f0e02654b2 Update dialplan.php 2019-10-20 18:45:47 -06:00
Nate a413f35f70 CSS: Define responsive breakpoints, add to Access Controls, Bridges, Call Block, Buttons class. 2019-10-19 20:29:44 -06:00
Nate e29c4df126 Call Block: List view updates. 2019-10-19 19:14:34 -06:00
Nate 22b68771d8 Update bridges.php 2019-10-19 19:13:15 -06:00
Nate c531353bee Update access_controls.php 2019-10-19 19:12:37 -06:00
FusionPBX b3614a6a79 Update app_defaults.php 2019-10-19 19:09:30 -06:00
FusionPBX 7070cccb16 Update dialplan.php 2019-10-19 19:07:47 -06:00
FusionPBX f34ced6927 Update dialplans.php 2019-10-19 18:53:54 -06:00
FusionPBX fd1c7b5c3b Update dialplans.php 2019-10-19 18:52:51 -06:00
Nate 36f624bdb8 Access Controls: List view updates. 2019-10-19 16:59:17 -06:00
Nate 3e1c19640b Update Bridges list page. 2019-10-19 16:57:41 -06:00
Nate 349684bb00 Paging: Integrate Button class. Theme: Add supporting classes for upcoming changes to list pages. 2019-10-19 16:55:46 -06:00
Nate 5dd179d2c4 Update bridge_edit.php 2019-10-19 10:07:18 -06:00
FusionPBX 0f05cdcb87 Update bridges.php 2019-10-19 09:09:49 -06:00
FusionPBX b38eb01980 Update bridges.php 2019-10-19 09:07:07 -06:00
chansizzle 5d3cc98176 Update app_languages.php (#4791) 2019-10-18 12:42:40 -06:00
FusionPBX ae4f3a1b9d Update 500_follow-me-destinations.xml 2019-10-18 12:42:04 -06:00
FusionPBX e557a1e939 Update 500_call-forward.xml 2019-10-18 12:41:45 -06:00
FusionPBX ee9c9238af Update 999_not-found.xml 2019-10-18 12:41:13 -06:00
FusionPBX f81b075bfc Update 900_voicemail.xml 2019-10-18 12:40:53 -06:00
FusionPBX 9a6ce78277 Update 890_local_extension.xml 2019-10-18 12:40:35 -06:00
FusionPBX 26fe15b55b Update 870_cidlookup.xml 2019-10-18 12:40:22 -06:00
FusionPBX e296b415a6 Update 860_bind_digit_action.xml 2019-10-18 12:40:09 -06:00
FusionPBX d7f34a5a0f Update 570_nway_conference.xml 2019-10-18 12:39:45 -06:00
FusionPBX 1945a2561a Update 560_extension_queue.xml 2019-10-18 12:39:17 -06:00
FusionPBX ce92024945 Update 550_talking_clock_date.xml 2019-10-18 12:39:03 -06:00
FusionPBX bb305db5e7 Update 540_talking_clock_time.xml 2019-10-18 12:38:47 -06:00
FusionPBX 47d2116013 Update 530_talking_clock_date_and_time.xml 2019-10-18 12:38:36 -06:00
FusionPBX 4d9ed04c6d Update 530_click_to_call_auto_answer.xml 2019-10-18 12:38:14 -06:00
FusionPBX e3850f5cae Update 510_follow-me.xml 2019-10-18 12:37:50 -06:00
FusionPBX 15cd2d79ca Update 507_call_forward_not_registered.xml 2019-10-18 12:37:34 -06:00
FusionPBX 7d7953af76 Update 505_call-forward-all.xml 2019-10-18 12:37:20 -06:00
FusionPBX da95613830 Update 495_call_screen.xml 2019-10-18 12:35:36 -06:00
FusionPBX 72b95ad125 Update 490_do-not-disturb.xml 2019-10-18 12:35:22 -06:00
FusionPBX 56b349cf33 Update 485_operator-forward.xml 2019-10-18 12:35:11 -06:00
FusionPBX d3d2749179 Update 480_operator.xml 2019-10-18 12:34:52 -06:00
FusionPBX caf840405d Update 475_valet_park_out.xml 2019-10-18 12:34:40 -06:00
FusionPBX 581b222c7b Update 470_valet_park_in.xml 2019-10-18 12:34:24 -06:00
FusionPBX f88b3d8c55 Update 470_valet_park.xml 2019-10-18 12:34:10 -06:00
FusionPBX 862ec4b673 Update 440_wake-up.xml 2019-10-18 12:33:57 -06:00
FusionPBX 8fa9ad8249 Update 430_directory.xml 2019-10-18 12:33:42 -06:00
FusionPBX 24bc9b0187 Update 420_disa.xml 2019-10-18 12:33:27 -06:00
FusionPBX 3b1dfadad0 Update 410_freeswitch_conference.xml 2019-10-18 12:33:08 -06:00
FusionPBX d339c6da56 Update 400_recordings.xml 2019-10-18 12:32:55 -06:00
FusionPBX 6545b4acce Update 380_hold_music.xml 2019-10-18 12:31:23 -06:00
FusionPBX 8e64afea58 Update 370_tone_stream.xml 2019-10-18 12:31:09 -06:00
FusionPBX a6f1742cd0 Update 370_is_secure.xml 2019-10-18 12:30:53 -06:00
FusionPBX 28956d2065 Update 360_milliwatt.xml 2019-10-18 12:30:39 -06:00
FusionPBX bb286e8313 Update 360_is_zrtp_secure.xml 2019-10-18 12:30:22 -06:00
FusionPBX 3bd284752b Update 350_please_hold.xml 2019-10-18 12:30:02 -06:00
FusionPBX 1a6e1dc35c Update 350_echo.xml 2019-10-18 12:29:46 -06:00
FusionPBX 916bd8a1ec Update 340_delay_echo.xml 2019-10-18 12:29:32 -06:00
FusionPBX ea3576c60e Update 340_cf.xml 2019-10-18 12:29:19 -06:00
FusionPBX 73843fa096 Update 330_vmain_user.xml 2019-10-18 12:29:02 -06:00
FusionPBX 8be159d4bf Update 330_is_transfer.xml 2019-10-18 12:28:00 -06:00
FusionPBX fac5371d24 Update 320_xfer_vm.xml 2019-10-18 12:26:15 -06:00
FusionPBX f31398cdbb Update 320_vmain.xml 2019-10-18 12:25:38 -06:00
FusionPBX f5fd2f34a6 Update 310_send_to_voicemail.xml 2019-10-18 12:24:03 -06:00
FusionPBX bb10bec0b6 Update 310_extension-to-voicemail.xml 2019-10-18 12:23:11 -06:00
FusionPBX 7c2d44191a Update 310_att_xfer.xml 2019-10-18 12:22:55 -06:00
FusionPBX 33bc4573b7 Update 300_dx.xml 2019-10-18 12:22:43 -06:00
FusionPBX b7760c6b0a Update 290_intercept-ext.xml 2019-10-18 12:21:25 -06:00
FusionPBX b73171ddda Update 290_intercept-ext-polycom.xml 2019-10-18 12:21:13 -06:00
FusionPBX 659a2ec31b Update 290_extension_queue.xml 2019-10-18 12:21:01 -06:00
FusionPBX db5fb988a3 Update 280_call_return.xml 2019-10-18 12:20:47 -06:00
FusionPBX 25e9c3ccf1 Update 270_call_privacy.xml 2019-10-18 12:20:27 -06:00
FusionPBX 7a66665f92 Update 260_eavesdrop.xml 2019-10-18 12:20:08 -06:00
FusionPBX 6cfdcff2c3 Update 250_page-extension.xml 2019-10-18 12:19:58 -06:00
FusionPBX 0813b57d1d Update 250_conf-xfer.xml 2019-10-18 12:19:40 -06:00
FusionPBX 16230c5db7 Update 240_page.xml 2019-10-18 12:19:15 -06:00
FusionPBX 787f24c0a6 Update 230_group-intercept.xml 2019-10-18 12:16:40 -06:00
FusionPBX 4e31384927 Update 220_provision.xml 2019-10-18 12:16:07 -06:00
FusionPBX 2e74a6f8e7 Update 210_agent_status_id.xml 2019-10-18 12:15:38 -06:00
FusionPBX dac7fa5b6f Update 200_agent_status.xml 2019-10-18 12:15:19 -06:00
FusionPBX e4127ea28b Update 070_speed_dial.xml 2019-10-18 12:13:18 -06:00
FusionPBX 695deaa6b8 Update 080_default_caller_id.xml 2019-10-18 12:12:56 -06:00
FusionPBX 90849a95e2 Update 060_redial.xml 2019-10-18 12:12:31 -06:00
FusionPBX c657ff69cf Update 050_user_record.xml 2019-10-18 12:12:07 -06:00
FusionPBX e65dd3f8ce Update 040_call_block.xml 2019-10-18 12:11:51 -06:00
FusionPBX d723efab17 Update 035_is_local.xml 2019-10-18 12:11:35 -06:00
FusionPBX 469ae7aa8c Update 030_is_loopback.xml 2019-10-18 12:11:04 -06:00
FusionPBX 53d706a670 Update 025_call_limit.xml 2019-10-18 12:10:45 -06:00
FusionPBX f933ef8351 Update 020_variables.xml 2019-10-18 12:10:18 -06:00
FusionPBX 890e6c0d3f Update 020_call_direction.xml 2019-10-18 12:09:39 -06:00
FusionPBX 97291bb4a4 Update 015_caller_details.xml 2019-10-18 12:09:08 -06:00
FusionPBX b2e09a0d0a Update 010_user_exists.xml 2019-10-18 12:08:27 -06:00
FusionPBX 85aecc378d Update 010_caller_details.xml 2019-10-18 12:06:20 -06:00
Nate 27eb994250 Bridges: Action Bar shadow on scroll. 2019-10-17 14:24:34 -06:00
Len 1e32582a28 Update app_config.php (#4783)
* Update app_config.php

* Update app_config.php
2019-10-16 18:41:34 -07:00
chansizzle a20f826aa8 Update dialplans.php (#4789) 2019-10-16 18:37:34 -07:00
FusionPBX 981c01abe0 Update app_config.php 2019-10-14 11:20:37 -06:00
Nate 1727e3ed3b Update bridge toggle message. 2019-10-12 01:20:36 -06:00
Nate 2678eb0bb1 Bridges: Misc updates, integrate Button class. 2019-10-12 01:12:59 -06:00
FusionPBX dc79af0817 Update app_config.php 2019-10-10 14:16:35 -06:00
FusionPBX 8722badf16 Update app_config.php 2019-10-10 14:02:06 -06:00
FusionPBX 5f3ce64c0a Update voicemail_edit.php 2019-10-10 12:25:28 -06:00
FusionPBX a350afddbd Update extension_edit.php 2019-10-10 10:24:01 -06:00
FusionPBX 7b1ba42a67 Update contact_phones.php 2019-10-10 10:19:15 -06:00
FusionPBX 9138cb881a Update voicemail_edit.php 2019-10-10 09:34:07 -06:00
FusionPBX f38e8bf1db Update app_config.php 2019-10-10 09:28:19 -06:00
FusionPBX 3b55af069f Update voicemail_edit.php 2019-10-10 09:25:53 -06:00
FusionPBX ec6c561396 Update bridges.php 2019-10-09 13:38:43 -06:00
chansizzle a5239443d3 Update voicemail_greetings.php (#4764) 2019-10-09 11:12:09 -07:00
chansizzle af75781c53 Update voicemail_messages.php (#4763) 2019-10-09 11:11:53 -07:00
chansizzle 49688da09e Update exec.php (#4761) 2019-10-08 18:13:18 -07:00
Len d40661b736 Update app_config.php (#4757) 2019-10-08 15:05:17 -07:00
afanucchi ff232b5c5e Registrations page: Parse for LAN IP in "Contact" field (#4617)
* Registrations XML from Freeswitch contains invalid characters '&gt' and '&lt' in the contact field; stripped. Registrations does not parse the Freeswitch 'Contact' field for a Yealink LAN IP address; added condition.

* Fix the indentation.
2019-10-08 15:04:36 -07:00
emaktech 391ac81608 Devices Page - Show only Assigned Devices to User Level (#4702)
* Update app_config.php

Add new permission device_domain_all

* Update devices.php

* Update devices.php
2019-10-08 15:00:18 -07:00
FusionPBX dd7279b6e4 Update xml_cdr.php 2019-10-07 23:49:24 -06:00
FusionPBX 11f80ba1bf Update v_xml_cdr_import.php 2019-10-07 23:43:02 -06:00
FusionPBX 1c0368cb5f Update v_xml_cdr_import.php 2019-10-07 23:37:53 -06:00
Nate d5264be977 Bridges: Integrate Action Bar, delete on edit. 2019-10-07 18:31:11 -06:00
FusionPBX a9e60d0fb8 Update xml_cdr.php 2019-10-07 15:44:05 -06:00
FusionPBX 64158012a2 Update xml_cdr.php 2019-10-07 15:32:23 -06:00
FusionPBX 05dc333ef6 Update xml_cdr.php 2019-10-07 15:28:05 -06:00
FusionPBX cc6a5758fb Update v_xml_cdr_import.php 2019-10-07 14:55:20 -06:00
FusionPBX a1164b4999 Update v_xml_cdr_import.php 2019-10-07 13:17:21 -06:00
FusionPBX 52b247eabb Update ivr_menu.php 2019-10-05 17:58:40 -06:00
FusionPBX 48da501f8d Update call_broadcast_edit.php 2019-10-05 16:16:56 -06:00
FusionPBX cf5bea7758 Update music_on_hold.php 2019-10-05 15:38:38 -06:00
Nate eda482aa9b IVR: Persistent context without permission. 2019-10-05 13:55:55 -06:00
Nate bd07582560 Dialplans: Fix check all. 2019-10-05 09:50:28 -06:00
FusionPBX 5b52f096ae Update dialplan_edit.php 2019-10-04 13:29:14 -06:00
FusionPBX 1477526fd1 Update xml_cdr.php 2019-10-04 13:16:21 -06:00
FusionPBX 109e7a9414 Update dialplan_edit.php 2019-10-04 11:41:22 -06:00
chansizzle 829649cb80 Update app_config.php (#4752)
* Update app_config.php

* Update app_config.php
2019-10-04 08:40:41 -07:00
FusionPBX 74ad9e8f46 Update destination_imports.php 2019-10-03 12:57:02 -06:00
Nate 39fd0971d0 Destinations: Fix CSV import delete. 2019-10-02 18:12:48 -06:00
chansizzle 9af19f3236 Update destination_imports.php (#4714) 2019-10-02 15:46:05 -07:00
Nate b480ffb9c3 Update xml_cdr.php 2019-10-02 16:00:01 -06:00
Nate 8044a851eb CDR: Permissions to control data columns displayed. 2019-10-02 15:41:49 -06:00
Nate c88355c2fb CDR: Update permissions on CDR Archive. 2019-10-02 14:17:34 -06:00
Nate 489362a002 CDR: Responsive search form, add permissions to control search field visibility. 2019-10-02 14:01:27 -06:00
FusionPBX 5524ed94c7 Update ring_group_edit.php 2019-10-02 13:56:35 -06:00
FusionPBX 0b66435338 Update ring_group_edit.php 2019-10-02 13:12:04 -06:00
FusionPBX 607a2cfc61 Update app_languages.php 2019-10-02 13:10:16 -06:00
FusionPBX 8285fc2bb9 Update app_config.php 2019-10-02 12:42:55 -06:00
FusionPBX 2719661ce9 Delete ring_group_destination_edit.php 2019-10-02 12:28:11 -06:00
FusionPBX 611ca644ed Update app_languages.php 2019-10-02 12:27:01 -06:00
FusionPBX 6a7b254170 Update app_languages.php 2019-10-02 12:22:32 -06:00
FusionPBX 21cd7d19c9 Update app_languages.php 2019-10-02 12:20:55 -06:00
FusionPBX b9246dc903 Update ring_group_edit.php 2019-10-02 12:19:36 -06:00
FusionPBX a4c32244ab Update device_vendor_restore.php 2019-10-01 21:46:08 -06:00
chansizzle 97e452ccd8 Update devices.php (#4713) 2019-10-01 17:31:04 -07:00
FusionPBX f1c00c7ba5 Update voicemails.php 2019-10-01 16:09:05 -06:00
FusionPBX 4cd770923f Update app_defaults.php 2019-10-01 15:54:52 -06:00
chansizzle 9a86df6f90 Update fifo_interactive_inc.php (#4712) 2019-10-01 13:35:52 -07:00
FusionPBX 023a724c3f Update call_edit.php 2019-10-01 12:37:52 -06:00
FusionPBX 8d29a685d4 Update call_edit.php 2019-10-01 08:54:06 -06:00
chansizzle d3af3498a3 Update app_config.php (#4709) 2019-09-30 12:00:36 -07:00
FusionPBX 4048e36889 Update device_edit.php 2019-09-28 21:32:18 -06:00
Nate eec1699e01 CDR: Recording filter search support. 2019-09-28 19:47:00 -06:00
Nate 30a89c3897 CDR: Advanced Search Duration min/max search support. 2019-09-28 19:35:23 -06:00
Nate 90c7afb442 CDR: TTA min/max search support. 2019-09-28 19:30:07 -06:00
Nate 407230e580 CDR: Duration min/max search support. 2019-09-28 19:21:55 -06:00
Nate bb97f65b3f CDR: Additional search fields. 2019-09-28 19:13:01 -06:00
FusionPBX 52a5cf12fb Update xml_cdr_inc.php 2019-09-28 18:47:53 -06:00
FusionPBX 848d18ef5b Update xml_cdr_search.php 2019-09-28 18:46:28 -06:00
FusionPBX 5d2fe09cf8 Update app_config.php 2019-09-28 18:43:32 -06:00
FusionPBX 38686dd5ab Update xml_cdr_inc.php 2019-09-28 18:42:13 -06:00
FusionPBX 201cb189f4 Update device_edit.php 2019-09-28 14:59:09 -06:00
chansizzle 5d4c02433c Update extension_imports.php (#4683) 2019-09-27 20:50:19 -06:00
chansizzle 2ad1e94563 Update extensions.php (#4682) 2019-09-27 15:52:14 -06:00
FusionPBX de48b4ce03 Update registrations.php 2019-09-27 10:37:41 -06:00
FusionPBX 44f751453f Update device_copy.php 2019-09-27 00:16:00 -06:00
FusionPBX f0cd684a24 Update device_edit.php 2019-09-26 23:58:56 -06:00
Stephen Forster 72851fa957 Fix call forward Caller ID select (#4615)
Caller ID select for for call forward was not saving the selection and would default to NULL or ''
2019-09-26 23:53:03 -06:00
FusionPBX f1b3af3bb8 Update scripts.php 2019-09-26 08:33:45 -06:00
Nate 46a6461630 CDR: Move column sort to select box in search form. 2019-09-26 08:27:13 -06:00
chansizzle f86cb68405 Update contacts.php (#4660) 2019-09-25 20:35:09 -06:00
chansizzle 307ebc9958 Update recordings.php (#4659) 2019-09-25 20:34:56 -06:00
chansizzle 6bece5ce92 Update dialplan_edit.php (#4658) 2019-09-25 20:34:42 -06:00
agree ff4465326e Update voicemail_edit.php (#4656) 2019-09-25 10:00:33 -06:00
chansizzle 08dee8d843 Update clip_list.php (#4649) 2019-09-24 16:37:01 -06:00
FusionPBX 3362f73625 Update device_copy.php 2019-09-24 14:02:35 -06:00
chansizzle 8e2439074f Update switch_music_on_hold.php (#4648)
removes potential "Warning: sizeof(): Parameter must be an array or an object that implements Countable"
2019-09-24 13:38:32 -06:00
chansizzle d8a98c6709 Update xml_cdr.php (#4647)
removes potential for "Warning: sizeof(): Parameter must be an array or an object that implements Countable"
2019-09-24 13:38:19 -06:00
chansizzle e36acf1dcd Update xml_cdr_inc.php (#4646)
removes potential "Warning: Use of undefined constant"
2019-09-24 13:38:07 -06:00
FusionPBX 330272c7b8 Update device_edit.php 2019-09-24 13:24:13 -06:00
chansizzle 142e9f828c Update call_center_queues.php (#4642) 2019-09-24 12:12:54 -06:00
agree 678c475f4a Update 320_vmain.xml (#4645) 2019-09-24 10:21:26 -06:00
Nate 9aa0803b7e Number Translations: Fix delete button. 2019-09-24 07:58:53 -06:00
FusionPBX d3da5057fc Update number_translation_edit.php 2019-09-23 22:03:10 -06:00
Nate 1acf6cbf24 Messages: Fix misc issues. 2019-09-23 21:49:22 -06:00
FusionPBX 49ae3ec3da Update number_translation_edit.php 2019-09-23 21:37:17 -06:00
Nate bd2536a1da Update device_profile_edit.php 2019-09-23 15:54:05 -06:00
Nate 3d4d7c965b Update messages_thread.php 2019-09-23 15:02:11 -06:00
Nate 3e8603cfae Update device_profile_edit.php 2019-09-23 14:16:38 -06:00
FusionPBX 121ca15b5e Update device_edit.php 2019-09-23 10:07:00 -06:00
FusionPBX ec6b4b22d5 Update device_edit.php 2019-09-23 09:29:06 -06:00
Nate e0883fce15 Fix contact image bug in Messages. 2019-09-23 08:38:25 -06:00
FusionPBX 9b19341855 Update device.php 2019-09-21 20:34:40 -07:00
FusionPBX 2ab4c409c6 Update device.php 2019-09-21 20:34:16 -07:00
FusionPBX a8fb03bdee Update number_translation_edit.php 2019-09-21 02:57:49 -06:00
FusionPBX 49a1792e31 Update number_translation_edit.php 2019-09-21 02:53:37 -06:00
chansizzle cb5ad7929b Update messages_contacts.php (#4637) 2019-09-20 12:41:47 -06:00
Adrian Fretwell 139c3c22f9 Corrected permission for conference_room_enabled (#4636)
conference_room_profile appeared twice, once in the correct location and once more where it should have been conference_room_enabled.
2019-09-20 08:52:08 -06:00
chansizzle 38472812d8 Update call_recordings.php (#4632) 2019-09-19 18:34:39 -06:00
FusionPBX c8c5a8006c Update message_edit.php 2019-09-19 18:27:17 -06:00
FusionPBX 6b358a3ef6 Update conference_center_edit.php 2019-09-19 18:15:54 -06:00
Nate 0f60e6f354 Transactions: Persistent page and search results on back. 2019-09-19 15:23:05 -06:00
Nate 3777ab50e2 Transactions: Include date in search fields. 2019-09-19 15:10:12 -06:00
FusionPBX 473f3daace Update call_center_agent_edit.php 2019-09-19 14:43:00 -06:00
FusionPBX 22221638f6 Update call_center_queue_edit.php 2019-09-19 14:10:52 -06:00
Nate 316f199d83 Mitigate php warnings on call_center_queue_edit.php. 2019-09-19 14:06:27 -06:00
FusionPBX dabf5966f0 Update call_center_queue_edit.php 2019-09-19 13:43:41 -06:00
Nate d95ab3ea2c Update fax_edit.php 2019-09-19 13:30:32 -06:00
Nate fb1e8ea3ad Fix MOH delete. 2019-09-19 12:55:45 -06:00
Nate 81bf68cf68 Fix Call Recordings single delete. 2019-09-19 12:31:36 -06:00
FusionPBX 675c05329f Delete call_center_tier_edit.php 2019-09-19 12:14:58 -06:00
FusionPBX d1c822469d Update call_center_queue_edit.php 2019-09-19 12:08:31 -06:00
FusionPBX 191bdf87cc Update sip_profile_edit.php 2019-09-19 10:58:38 -06:00
FusionPBX 999afc58f3 Update conference_control_detail_edit.php 2019-09-19 09:22:07 -06:00
FusionPBX 9fbfc1c319 Update conference_control_edit.php 2019-09-19 09:17:27 -06:00
FusionPBX 715f4cabd1 Delete bridge_delete.php 2019-09-19 08:59:26 -06:00
FusionPBX b86a89829a Update bridges.php 2019-09-19 08:59:00 -06:00
FusionPBX 846fc3db83 Update bridges.php 2019-09-19 08:50:37 -06:00
FusionPBX 94ed927479 Update bridges.php 2019-09-19 08:49:34 -06:00
Nate eacb7e3822 Fix escaping on fax server description. 2019-09-19 08:41:45 -06:00
Nate 2f7fb47a76 Fax Send: Token integration. 2019-09-19 08:35:52 -06:00
FusionPBX 768768135b Update call_recording_edit.php 2019-09-19 08:17:51 -06:00
FusionPBX 435b7a5810 Update fax_edit.php 2019-09-19 08:08:17 -06:00
Nate 7b908843c4 Voicemail: Token integration. 2019-09-19 07:45:34 -06:00
Nate 05e6cd43b9 Voicemail Greetings: Token integration. 2019-09-19 07:42:22 -06:00
Nate 6b65742b1e Vars: Token integration. 2019-09-19 07:40:32 -06:00
Nate a6d67add56 Time Conditions: Token integration. 2019-09-19 07:39:16 -06:00
Nate c224da7062 Streams: Token integration. 2019-09-19 07:37:49 -06:00
Nate 359d3830c9 SIP Profiles: Token integration. 2019-09-19 07:36:23 -06:00
Nate f50e99b02a Ring Groups: Token integration. 2019-09-19 07:34:03 -06:00
Nate aad102e6ed Recordings: Token integration. 2019-09-19 07:31:30 -06:00
Nate 253e51b5b3 Pin Numbers: Token integration. 2019-09-19 07:29:36 -06:00
Nate 10c9fa6e06 Phrases: Token integration. 2019-09-19 06:45:47 -06:00
Nate f7ddb40249 Number Translations: Token integration. 2019-09-19 06:44:01 -06:00
Nate 83253bbe41 MOH: Token integration. 2019-09-19 06:42:38 -06:00
Nate 46c5979684 Modules: Token integration. 2019-09-19 06:40:56 -06:00
Nate 54da1c0aef IVR Menus: Token integration. 2019-09-19 06:39:36 -06:00
Nate 711aaf04fa Gateways: Token integration. 2019-09-19 06:37:37 -06:00
Nate 5f3095a8c3 Update fifo_add.php. 2019-09-19 06:34:35 -06:00
Nate a763609b6c Fax Server: Token integration. 2019-09-19 06:27:05 -06:00
Nate e73417533a Extensions: Token integration. 2019-09-19 06:22:40 -06:00
FusionPBX 8f005cb72f Update sip_profile_edit.php 2019-09-18 10:25:03 -06:00
FusionPBX dbfca8c8cf Update sip_profile_edit.php 2019-09-18 10:24:43 -06:00
FusionPBX 933d0c9c06 Update email_template_edit.php 2019-09-18 00:11:36 -06:00
FusionPBX 0ab4c6f09a Update stream_edit.php 2019-09-17 23:58:07 -06:00
FusionPBX 7ef9daf086 More changes required to make this work on device_edit.php. Disable until the changes are ready. 2019-09-17 23:32:22 -06:00
Nate a2c7d8a168 Email Templates: Token integration. 2019-09-17 23:00:34 -06:00
Nate 7d228a302e Email Logs: Token integration. 2019-09-17 22:59:22 -06:00
Nate 17b6841194 Dialplans: Token integration. 2019-09-17 22:39:19 -06:00
Nate 1a29840b12 Devices: Token integration. 2019-09-17 22:35:49 -06:00
Nate 52869dca68 Destinations: Token integration. 2019-09-17 22:30:17 -06:00
Nate 1569da66fd Contacts: Token integration. 2019-09-17 22:28:22 -06:00
Nate 2d58ca6c84 Conferences: Token integration. 2019-09-17 22:19:04 -06:00
Nate d35a978400 Conference Profiles: Token integration. 2019-09-17 22:17:18 -06:00
Nate b14dd325d0 Conference Controls: Token integration. 2019-09-17 22:15:16 -06:00
Nate 1b8e34964c Conference Center: Token integration. 2019-09-17 22:12:28 -06:00
Nate fcf001aade Call Routing: Token integration. 2019-09-17 22:08:39 -06:00
Nate 77e7bcd5f8 Call Recordings: Token integration. 2019-09-17 22:05:15 -06:00
Nate 9acf15d844 Call Flows: Token integration. 2019-09-17 22:03:13 -06:00
Nate 5a8dcd04bd Call Center: Token integration. 2019-09-17 21:59:42 -06:00
Nate 2d4f2acaf5 Call Broadcast: Token integration. 2019-09-17 21:53:24 -06:00
Nate b30608cd31 Call Block: Token integration. 2019-09-17 21:49:02 -06:00
Nate 786200fc9b Bridge Edit: Use message object instead of session var. 2019-09-17 21:34:20 -06:00
Nate b281aece8e Update recording_edit.php 2019-09-17 21:33:18 -06:00
Nate 58358ccdf6 Access Controls: Token integration. 2019-09-17 21:32:33 -06:00
FusionPBX bb810ddcb3 Update app_config.php 2019-09-17 20:19:06 -06:00
FusionPBX a78a10fb89 Update voicemail_edit.php 2019-09-17 20:18:28 -06:00
FusionPBX 408de11bbe Update ivr_menu_edit.php 2019-09-17 17:38:59 -06:00
FusionPBX cc4501e51f Update ivr_menu_edit.php 2019-09-17 17:18:21 -06:00
emaktech 7b856d49cc Modified fr-ca / fr-fr translation. (#4628) 2019-09-17 16:54:06 -06:00
emaktech d803d3c20f Modified fr-ca / fr-fr translation. (#4627) 2019-09-17 16:53:56 -06:00
emaktech 2ba2b6d3d3 Modified fr-ca / fr-fr translation. (#4626) 2019-09-17 16:53:45 -06:00
emaktech d9298beff9 Modified fr-ca / fr-fr translation. (#4625) 2019-09-17 16:53:34 -06:00
frytimo 79daf8feaa Match mixed case in "from" address (#4618)
RFC's do not specify addresses must be converted lower case by email servers. If a sender has set their "from" address set to a mixed case string, the fax send will not match the authorized senders. This corrects that by changing authorized senders list to lower case before the comparison is done.
2019-09-17 12:39:31 -06:00
frytimo 7ecf092dd6 Match mixed case in "from" address (#4619)
RFC's do not specify addresses must be converted lower case by email servers. If a sender has set their "from" address set to a mixed case string, the fax send will not match the authorized senders. This ensures newly entered authorized senders are now stored as lower case.
2019-09-17 12:38:59 -06:00
emaktech 89a1e807c4 Modified fr-ca / fr-fr translation. (#4621) 2019-09-17 12:36:28 -06:00
emaktech 37602ce217 Modified fr-ca / fr-fr translation. (#4622) 2019-09-17 12:36:18 -06:00
emaktech 988de2d71f Modified fr-ca / fr-fr translation. (#4623) 2019-09-17 12:35:17 -06:00
emaktech 0bdddf25ac Modified fr-ca / fr-fr translation. (#4624) 2019-09-17 12:35:00 -06:00
FusionPBX 9afe78e176 Update bridge_edit.php 2019-09-16 18:24:36 -06:00
emaktech 9e27c4bd33 Modified fr-ca / fr-fr translation. (#4614) 2019-09-16 17:58:11 -06:00
Nate 31e370d0b2 Ring Groups: Fix CID Name/Number Prefix. 2019-09-16 09:53:11 -06:00
emaktech 4014e36669 Modified fr-ca / fr-fr translation. (#4611) 2019-09-16 09:12:16 -06:00
emaktech de4dda8b09 Modified fr-ca / fr-fr translation. (#4613) 2019-09-16 09:11:51 -06:00
emaktech 7d72b9f81a Modified fr-ca / fr-fr translation. (#4612) 2019-09-16 09:11:11 -06:00
FusionPBX adca840203 Update bridge_edit.php 2019-09-16 08:30:32 -06:00
FusionPBX 25f3ff2051 Update xml_cdr.php 2019-09-16 08:00:30 -06:00
Nate 22faf0a17c Active Queues: Adjust regex in preg_replace on fifo_name. 2019-09-16 07:08:52 -06:00
Nate 687cc38f97 Active Queues: Hide array warnings. 2019-09-16 06:48:50 -06:00
Nate fe1493fcb5 Update xml_cdr.php 2019-09-16 04:13:03 -06:00
agree 4e69f79311 default setting to remove prefix on cdr page (#4588)
* Update app_config.php

* Update app_config.php

* Update app_config.php
2019-09-14 09:52:34 -06:00
emaktech 087ec13ab8 Modified fr-ca / fr-fr translation. (#4604) 2019-09-14 09:34:00 -06:00
emaktech 87a6485e8f Modified fr-ca / fr-fr translation. (#4605) 2019-09-14 09:33:14 -06:00
chansizzle 54a40fb84a Update dialplans.php (#4606)
removing potential for Warning: sizeof(): Parameter must be an array or an object that implements Countable
2019-09-13 14:30:05 -06:00
mtghr 378d6b2481 Update app_config.php (#4570) 2019-09-13 00:37:35 -06:00
FusionPBX fca9b7d848 Update xml_cdr.php 2019-09-13 00:36:24 -06:00
FusionPBX 76e1f2fa06 Update xml_cdr.php 2019-09-13 00:11:37 -06:00
FusionPBX 304eba3601 Update xml_cdr.php 2019-09-12 18:28:34 -06:00
chansizzle e6de293045 Update file_list.php (#4589) 2019-09-12 17:01:03 -06:00
chansizzle 61aa1d2121 Update file_options_list.php (#4590) 2019-09-12 17:00:54 -06:00
chansizzle 0921a9a02b Update file_read.php (#4592) 2019-09-12 17:00:43 -06:00
emaktech 9ed86cfae0 Modified fr-ca / fr-fr translation. (#4597) 2019-09-12 17:00:16 -06:00
emaktech a08e7ca16f Modified fr-ca / fr-fr translation. (#4598) 2019-09-12 17:00:04 -06:00
chansizzle 304e0257b8 Update file_save.php (#4591) 2019-09-12 13:32:05 -06:00
emaktech ead70acce5 Modified fr-ca / fr-fr translation. (#4596) 2019-09-12 13:28:10 -06:00
Len e7df4a777b Update app_config.php (#4542) 2019-09-12 08:14:43 -06:00
Nate 0618d4eada Extension Summary: Fix Start & End Date/Time search. 2019-09-11 17:12:01 -06:00
FusionPBX 53d7796194 Merge pull request #4543 from Len-PGH/patch-120
Update app_languages.php
2019-09-11 14:01:04 -06:00
Len f2dbdfcf31 Update app_config.php 2019-09-11 13:45:43 -04:00
Len afb17295fc Update app_languages.php 2019-09-11 12:49:19 -04:00
emaktech 187e6402ce Modified fr-ca / fr-fr translation. (#4541) 2019-09-11 08:27:56 -06:00
FusionPBX 451c3fe048 Update provision.php 2019-09-10 23:32:13 -06:00
Nate 911a43219e Users: Prevent duplicate usernames. 2019-09-10 19:23:14 -06:00
Nate abc4d01bac Extensions: Retain current list page through edit, (single) delete, and back operations. 2019-09-10 18:07:49 -06:00
Nate 0c12e97aa8 Dashboard: Fix Regstration count (better :) 2019-09-10 16:44:14 -06:00
FusionPBX ab0f3b4ae5 Update provision.php 2019-09-10 16:39:42 -06:00
Nate fe7ab98342 Dashboard: Fix Registrations count. 2019-09-10 16:20:15 -06:00
emaktech d8ca58c0c8 Modified fr-ca / fr-fr translation. (#4536) 2019-09-10 15:32:18 -06:00
emaktech b6d3c94e2a Modified fr-ca / fr-fr translation. (#4537) 2019-09-10 15:31:28 -06:00
Nate 53ce0a175c Call Recordings: Prefix length <= 59 with 0: for clarity. 2019-09-10 14:48:29 -06:00
emaktech 1e83fdb057 Modified fr-ca / fr-fr translation. (#4535) 2019-09-10 14:28:42 -06:00
benwiesner1 ab5498b251 Update app_config.php (#4532)
forgot one thing. set bluetooth default false
2019-09-10 14:11:13 -06:00
benwiesner1 cdca052ab5 Update app_config.php (#4533)
removed default syslog server value as it would trick if isset :)
2019-09-10 14:10:52 -06:00
Nate f943254593 Update Call Broadcast 2019-09-10 14:04:30 -06:00
benwiesner1 d0226b3fc7 Update app_config.php (#4530)
Added Syslog as (IF Set)
changed video video pull i did few weeks ago to default false
updated nat / digit timeout / bluetooth descriptions
2019-09-10 13:53:48 -06:00
FusionPBX 2978964639 Update call_center_queue_edit.php 2019-09-10 13:49:42 -06:00
Nate 8a6eecd20a Extensions: Fix paging. 2019-09-10 12:54:06 -06:00
Nate 86ac504ee0 Contacts: Fix QR code. 2019-09-10 12:08:54 -06:00
Nate e73d84118c Bridges: Fix Show All, Use languages for Enabled label. 2019-09-10 09:24:59 -06:00
FusionPBX 88c8c7e03d Update device_profile_copy.php 2019-09-10 09:07:45 -06:00
FusionPBX 2e41862b4c Update dialplan_xml.php 2019-09-10 08:23:24 -06:00
Nate 8fdb26e3f1 Destinations: Make show all and search persistent when switching type/direction. 2019-09-10 08:15:12 -06:00
FusionPBX f7ce68a202 Update destination_edit.php 2019-09-10 08:06:34 -06:00
Nate 95bc79c039 Recordings: Add data size when displaying base64 recordings, other misc minor issues. Phrases: Removed escaping on Recording options in select. 2019-09-10 07:59:37 -06:00
frytimo 8068a89a3a Update fax_emails.php (#4529)
Change $array to $result
2019-09-09 19:10:22 -06:00
FusionPBX a9910847a9 Update contact_addresses.php 2019-09-09 11:29:47 -06:00
chansizzle c14789616f Update contact_addresses.php (#4527) 2019-09-09 11:29:02 -06:00
Nate f8b6ba17c0 Update app_defaults.php
Change destination encoding from ASCII to UTF8 in convert_to function, used inside pgsql natural_sort function on Extensions page.
2019-09-09 12:53:47 -04:00
emaktech 1b3f740568 Modified fr-ca / fr-fr translation. (#4525) 2019-09-09 10:50:58 -06:00
Nate 3da266f003 Update dialplan_xml.php 2019-09-09 10:28:55 -06:00
Nate 67b45f550f Dialplan XML: Integrate editor. 2019-09-09 10:20:54 -06:00
emaktech 0c9e315a82 Modified fr-ca / fr-fr translation. (#4522) 2019-09-09 09:52:45 -06:00
emaktech d31bacf0c0 Modified fr-ca / fr-fr translation. (#4523) 2019-09-09 09:52:27 -06:00
konradSC b5eb053780 Unset Call_timeout (#4520)
I believe that call_timeout from the original destination should be unset, so that call_timeouts of the various follow-me destinations can work properly.
2019-09-09 08:27:19 -06:00
Nate 86c32484ea Extensions: Add natural sorting for PostgreSQL (Upgrade > App Defaults to create required function). 2019-09-09 08:21:58 -06:00
Nate a86721df36 Fix XML Back button to Dialplan Manager. 2019-09-09 06:35:11 -06:00
Nate eab1a5179e Update exec.php 2019-09-07 11:33:39 -06:00
FusionPBX 480aee4dda Update music_on_hold.php 2019-09-07 01:48:39 -06:00
FusionPBX f6d2591800 Update destination_imports.php 2019-09-07 01:21:34 -06:00
FusionPBX 1f20caec61 Update device_imports.php 2019-09-07 01:17:20 -06:00
FusionPBX 53e9ee5683 Update voicemail_imports.php 2019-09-07 01:08:48 -06:00
FusionPBX a7c8fdab2b Update recording_play.php 2019-09-07 00:49:39 -06:00
FusionPBX 7153383535 Update recordings.php 2019-09-07 00:29:25 -06:00
FusionPBX 7429453f7e Update recording_play.php 2019-09-07 00:21:36 -06:00
FusionPBX 910aaff11b Update conference_sessions.php 2019-09-07 00:18:06 -06:00
FusionPBX a4e8490d41 Update xml_cdr_details.php 2019-09-07 00:16:05 -06:00
FusionPBX e17904c272 Update conference_session_details.php 2019-09-07 00:12:42 -06:00
FusionPBX c7fe77b328 Update xml_cdr_inc.php 2019-09-06 18:46:50 -06:00
FusionPBX 5f4da9ca1b Update access_control_nodes.php 2019-09-06 18:27:51 -06:00
FusionPBX 10f05554fd Update call_broadcast_edit.php 2019-09-06 18:20:01 -06:00
chansizzle 0558f7efc1 Update call_edit.php (#4517) 2019-09-06 13:58:57 -06:00
Nate 32aaa68e3d Update sql_query_result.php 2019-09-06 12:36:54 -06:00
FusionPBX e389a0849e Update download.php 2019-09-06 11:05:01 -06:00
FusionPBX c2027ab6bb Update xml_cdr.php 2019-09-06 11:04:17 -06:00
FusionPBX 43ccda2a9f Update destination_edit.php 2019-09-06 05:28:27 -06:00
FusionPBX b2d3c0be6c Update app_config.php 2019-09-06 05:17:43 -06:00
FusionPBX c550cf5e9d Update app_config.php 2019-09-06 05:13:45 -06:00
FusionPBX 8e3aa6c4f2 Update destination_edit.php 2019-09-06 05:09:57 -06:00
FusionPBX f9cd7c4a25 Update sql_backup.php 2019-09-06 03:55:23 -06:00
FusionPBX ca9dbbb44e Update app_config.php 2019-09-06 03:53:11 -06:00
FusionPBX b0e25336ec Update exec.php 2019-09-06 03:52:26 -06:00
emaktech a06986d468 Modified fr-ca / fr-fr translation. (#4502) 2019-09-05 21:59:33 -06:00
FusionPBX a69c0b75d3 Update follow_me.php 2019-09-05 13:59:24 -06:00
emaktech 068de9a150 Modified fr-ca / fr-fr translation. (#4497) 2019-09-05 13:45:14 -06:00
emaktech 4d616832aa Modified fr-ca / fr-fr translation. (#4498) 2019-09-05 13:44:58 -06:00
emaktech adb963c45e Modified fr-ca / fr-fr translation. (#4500) 2019-09-05 13:44:48 -06:00
emaktech 13d12a215d Modified fr-ca / fr-fr translation. (#4501) 2019-09-05 13:44:34 -06:00
FusionPBX 9fa9e30833 Fix the ring group message for add or update. 2019-09-05 07:45:02 -06:00
FusionPBX a811a0566c IVR Menu - fix add and update message 2019-09-05 07:34:01 -06:00
FusionPBX d5ef375a35 Update extensions.php 2019-09-04 23:15:10 -06:00
Nate 75673b1bf6 Update streams.php 2019-09-04 12:26:07 -06:00
Nate fdf28ca6fc Misc: Database class integration. 2019-09-04 12:21:57 -06:00
chansizzle 499ae9b33e Update fax.php (#4493)
* Update fax.php

* Update fax.php

* Update fax.php
2019-09-04 11:29:02 -06:00
Nate 5cf819d6f7 Fix Clip Library icon path. 2019-09-04 10:33:57 -06:00
Nate a307f1ae3c Call Center Class: Database class integration. 2019-09-04 09:55:10 -06:00
FusionPBX 50d7e33fbd Update xml_cdr.php 2019-09-03 23:41:04 -06:00
FusionPBX bfc548b5ce Update xml_cdr.php 2019-09-03 23:25:58 -06:00
FusionPBX 811b53fd47 Update xml_cdr.php 2019-09-03 23:01:19 -06:00
chansizzle 99f7f4a69d Update dialplans.php (#4490) 2019-09-03 21:15:33 -06:00
FusionPBX f53be30d69 Update provision.php 2019-09-03 17:19:11 -06:00
emaktech 6680881f15 Modified fr-ca / fr-fr translation. (#4487) 2019-09-03 15:34:13 -06:00
emaktech 22f4756dc1 Modified fr-ca / fr-fr translation. (#4486) 2019-09-03 15:33:53 -06:00
emaktech e611f4740b Modified fr-ca / fr-fr translation. (#4485) 2019-09-03 15:33:32 -06:00
emaktech a44d2031fc Modified fr-ca / fr-fr translation. (#4488) 2019-09-03 15:33:08 -06:00
FusionPBX 39cf5583bb Update xml_cdr.php 2019-09-03 14:32:33 -06:00
emaktech 46e9f82e7e Modified fr-ca / fr-fr translation. (#4484) 2019-09-03 13:22:09 -06:00
FusionPBX 24a3028092 Update v_xml_cdr_import.php 2019-09-03 13:21:06 -06:00
Nate e9cdfbcf11 Provision: Remove old reference to . 2019-09-03 08:57:30 -06:00
FusionPBX 0597179a1c Remove the 3rd party billing system
A better way to integrate 3rd party billing is is to create own CDR import code to fit their needs.
2019-09-03 08:53:11 -06:00
FusionPBX 2cc6ae0b4a Update xml_cdr_details.php 2019-09-03 08:44:56 -06:00
Nate cc33248ac7 CDR: Database class integration. 2019-09-03 08:29:44 -06:00
FusionPBX 12a3ca6877 Update modules.php 2019-09-03 08:03:26 -06:00
FusionPBX 698b18a63a Update dialplan.php 2019-09-02 23:29:14 -06:00
FusionPBX 0aa002dc1d Update dialplan.php 2019-09-02 22:54:26 -06:00
Nate 836fb87136 Misc Classes: Database class integration. 2019-09-02 15:57:18 -06:00
FusionPBX 34a6e87dac Update 500_follow-me-destinations.xml 2019-08-31 12:23:40 -06:00
FusionPBX 3ee691fe23 Update 500_follow-me-destinations.xml 2019-08-31 12:22:21 -06:00
FusionPBX 8a16973508 Update 500_follow-me-destinations.xml 2019-08-31 12:13:47 -06:00
FusionPBX 96cc99c4f2 Create 500_follow-me-destinations.xml 2019-08-31 12:07:28 -06:00
FusionPBX b662d05f78 Update follow_me.php 2019-08-31 11:52:43 -06:00
Nate 677f830f01 Remove unnecessary permission object instatiations. 2019-08-30 19:29:04 -06:00
frytimo 385dd06580 Update azure.php (#4477)
Add missing '
2019-08-30 21:05:01 -04:00
emaktech f8bad922d5 Modified fr-ca / fr-fr translation. (#4473) 2019-08-30 21:04:15 -04:00
emaktech e82286c001 Modified fr-ca / fr-fr translation. (#4472) 2019-08-30 21:03:50 -04:00
emaktech 5e56309744 Update app_languages.php (#4471) 2019-08-30 21:02:29 -04:00
emaktech 8a68f3ee5a Modified fr-ca / fr-fr translation. (#4470) 2019-08-30 21:02:05 -04:00
emaktech d156d3e08f Modified fr-ca / fr-fr translation. (#4469) 2019-08-30 21:01:34 -04:00
emaktech 6d7e9e7ca8 Modified fr-ca / fr-fr translation. (#4468) 2019-08-30 21:01:05 -04:00
emaktech 0f947b2291 Add missing fr-ca translations (#4467) 2019-08-30 20:59:43 -04:00
emaktech a70e7f9ffe Modified fr-ca / fr-fr translation. (#4478) 2019-08-30 18:57:42 -06:00
Nate 10211e3802 Merge pull request #4476 from frytimo/patch-3
Update adminer.css
2019-08-30 20:51:51 -04:00
frytimo 907c1e0867 Update fax_emails.php
Add missing ';'
2019-08-30 16:32:48 -04:00
frytimo 36d03882dc Update adminer.css
Remove '%'
2019-08-30 16:13:27 -04:00
FusionPBX c8a89921ac Update exec.php 2019-08-30 01:43:37 -06:00
FusionPBX 1b4e3787e1 Update fax_send.php 2019-08-30 01:34:59 -06:00
FusionPBX 9822b22b92 Update exec.php 2019-08-30 00:57:38 -06:00
FusionPBX e37e8b8a20 Update switch_music_on_hold.php 2019-08-29 23:47:17 -06:00
FusionPBX 94fc0d1d2a Update conference_edit.php 2019-08-29 22:15:01 -06:00
FusionPBX 010b0a059c Update conference_edit.php 2019-08-29 22:02:31 -06:00
Nate e4abb2eebe Misc Classes: Database class integration. 2019-08-29 18:20:33 -06:00
FusionPBX abcbb4a1a7 Update device_profile_edit.php 2019-08-29 17:11:27 -06:00
Luis Daniel Lucio Quiroz c27b12c0be Missing / (#4457)
Missing /that prevents to display correctly the icon_gear.png file
2019-08-28 23:12:40 -06:00
Nate 0441e94b9c Update bridges.php 2019-08-28 21:16:15 -06:00
Nate c660b27096 Misc: Database class integration. 2019-08-28 21:02:08 -06:00
FusionPBX 41ce051534 Update bridges.php 2019-08-28 20:59:42 -06:00
Nate 04c2f7a132 Misc: Database class integration. 2019-08-28 17:53:34 -06:00
FusionPBX 95cf94b6d8 Update sip_profile_edit.php 2019-08-28 13:08:34 -06:00
FusionPBX fa32150725 Update conferences_active_inc.php 2019-08-28 10:14:30 -06:00
FusionPBX 5c9c79a9cc Update conference_edit.php 2019-08-28 09:38:29 -06:00
FusionPBX 4a854e9e56 Update time_condition_edit.php 2019-08-27 23:59:35 -06:00
FusionPBX 58f3e0e7c5 Update extension_edit.php 2019-08-27 23:50:53 -06:00
FusionPBX 2b5b070b8d Update ivr_menu_edit.php 2019-08-27 23:50:34 -06:00
FusionPBX a4a52b174a Update sip_profile_edit.php 2019-08-27 23:50:14 -06:00
FusionPBX b18292c6c3 Update call_broadcast_edit.php 2019-08-27 23:48:51 -06:00
FusionPBX ad511bdb24 Update contact_address_edit.php 2019-08-27 23:48:04 -06:00
FusionPBX f3222df842 Update var_edit.php 2019-08-27 23:46:51 -06:00
FusionPBX 43f03770b5 Update contact_time_edit.php 2019-08-27 23:45:10 -06:00
chansizzle fafc12e5d3 Update dialplans.php (#4462)
* Update dialplans.php

* Update dialplans.php
2019-08-27 17:36:54 -06:00
FusionPBX f9e2f24e24 Update provision.php 2019-08-27 13:24:11 -06:00
FusionPBX 4851df5216 Update email_template_edit.php 2019-08-26 19:35:06 -06:00
FusionPBX ab443852ab Update app_languages.php 2019-08-25 11:19:20 -06:00
FusionPBX b1556c47d7 Update app_languages.php 2019-08-25 10:38:19 -06:00
FusionPBX fbb78c17d1 Update device_vendors.php 2019-08-25 10:36:14 -06:00
FusionPBX 33a6b87b8d Update device_copy.php 2019-08-25 09:09:17 -06:00
FusionPBX 407442bb94 Update device_copy.php 2019-08-25 08:55:28 -06:00
FusionPBX e5bd7a6575 Update fax_edit.php 2019-08-24 09:42:02 -06:00
FusionPBX 354b909bd1 Update fax_edit.php 2019-08-24 09:40:37 -06:00
FusionPBX 71c00b0409 Update fax_copy.php 2019-08-24 09:35:42 -06:00
FusionPBX 26a81ba57f Update fax_edit.php 2019-08-24 09:33:56 -06:00
FusionPBX 9e3e85def2 Update app_config.php 2019-08-24 09:32:56 -06:00
FusionPBX 554df5ffa5 Update fax_edit.php 2019-08-24 09:26:47 -06:00
chansizzle de3a059f62 Update destinations.php (#4453)
* Update destinations.php

* Update destinations.php
2019-08-23 12:11:21 -06:00
FusionPBX 4de757f14b Update index.php 2019-08-23 12:09:25 -06:00
FusionPBX ab4203bc45 Update call_block.php 2019-08-23 12:08:44 -06:00
FusionPBX 8d191ddafe Update app_config.php 2019-08-23 12:08:01 -06:00
Nate 6e813908fc Update date/time picker to latest version, restoring functionality. 2019-08-22 11:04:03 -06:00
konradSC 70ad9c674e Add Mini Paging Controls (#4452) 2019-08-22 07:17:52 -06:00
FusionPBX ef6bbe7af5 Update provision.php 2019-08-21 16:34:08 -06:00
FusionPBX ead4a8b522 Update provision.php 2019-08-21 16:32:14 -06:00
FusionPBX 285433a22c Update exec.php 2019-08-21 13:26:49 -06:00
konradSC e7d7242f04 Add Mini Paging Controls (#4448)
One might be tempted to scoff at such a small set of paging controls, yet that would be a grave mistake. Though small stature they work just as well as their bigger brother whilst also providing their own unique experience to the user.
2019-08-21 12:55:43 -06:00
FusionPBX c53ab5961e Update file_save.php 2019-08-21 05:28:07 -06:00
FusionPBX 18f6b8f112 Update file_read.php 2019-08-21 05:26:29 -06:00
FusionPBX d2fcc4091c Update file_save.php 2019-08-21 05:06:01 -06:00
FusionPBX 2ea4eed72c Update file_read.php 2019-08-21 04:49:52 -06:00
FusionPBX 4af41c97ec Update file_read.php 2019-08-21 02:31:59 -06:00
FusionPBX 94ee21c6e8 Update file_list.php 2019-08-21 02:25:43 -06:00
FusionPBX 25f42d8657 Update file_list.php 2019-08-21 02:23:49 -06:00
FusionPBX 7e687ca9f5 Update file_rename.php 2019-08-21 02:17:10 -06:00
FusionPBX e049d21f9c Update index.php 2019-08-21 02:13:46 -06:00
FusionPBX b252ed44d8 Update file_rename.php 2019-08-21 02:12:31 -06:00
FusionPBX 92abee14b0 Update file_options_list.php 2019-08-21 02:12:02 -06:00
FusionPBX ccaddd7349 Update file_options.php 2019-08-21 02:11:30 -06:00
FusionPBX 2171f61034 Update file_new.php 2019-08-21 02:11:09 -06:00
FusionPBX ffcadd5a93 Update file_delete.php 2019-08-21 02:10:35 -06:00
FusionPBX bbbfb33a72 Update clip_update.php 2019-08-21 02:10:13 -06:00
FusionPBX 35f70ac241 Update clip_options_list.php 2019-08-21 02:09:52 -06:00
FusionPBX 902cac22dc Update clip_options.php 2019-08-21 02:09:08 -06:00
FusionPBX 54fd12659f Update clip_list.php 2019-08-21 02:08:07 -06:00
FusionPBX 89eccd0d18 Update clip_delete.php 2019-08-21 02:04:18 -06:00
FusionPBX 75dc526be7 Update clip_add.php 2019-08-21 02:03:32 -06:00
FusionPBX abcee975dd Update app_config.php 2019-08-21 02:01:27 -06:00
FusionPBX 96091c607b Update folder_new.php 2019-08-21 01:59:28 -06:00
FusionPBX 8adda3bf1c Update folder_delete.php 2019-08-21 01:58:20 -06:00
FusionPBX 323d10f257 Update and rename clipoptions.php to clip_options.php 2019-08-21 01:57:41 -06:00
FusionPBX 773170817b Update and rename clipoptionslist.php to clip_options_list.php 2019-08-21 01:55:07 -06:00
FusionPBX 8fa1ad7880 Update and rename fileread.php to file_read.php 2019-08-21 01:51:24 -06:00
FusionPBX 119834fc24 Update and rename filesave.php to file_save.php 2019-08-21 01:48:56 -06:00
FusionPBX 67065e336b Update and rename clipupdate.php to clip_update.php 2019-08-21 01:47:46 -06:00
FusionPBX da4a7d29f5 Update and rename clipdelete.php to clip_delete.php 2019-08-21 01:45:19 -06:00
FusionPBX c5abd50485 Rename clipadd.php to clip_add.php 2019-08-21 01:44:12 -06:00
FusionPBX 05f68bc7a3 Update clipadd.php 2019-08-21 01:43:55 -06:00
FusionPBX 1eecc261ce Update and rename cliplist.php to clip_list.php 2019-08-21 01:42:35 -06:00
FusionPBX d4428d92c6 Update index.php 2019-08-21 01:39:34 -06:00
FusionPBX 6f4522a791 Update and rename filelist.php to file_list.php 2019-08-21 01:37:26 -06:00
FusionPBX 23b9d73b44 Update file_delete.php 2019-08-21 01:29:38 -06:00
FusionPBX 6255b175b4 Update and rename filenew.php to file_new.php 2019-08-21 01:29:02 -06:00
FusionPBX 0ca6d166bb Update filenew.php 2019-08-21 01:28:11 -06:00
FusionPBX c1ca9eb9df Update and rename fileoptionslist.php to file_options_list.php 2019-08-21 01:27:11 -06:00
FusionPBX 0392613d28 Update and rename fileoptions.php to file_options.php 2019-08-21 01:25:16 -06:00
FusionPBX 9b68784c07 Update and rename foldernew.php to folder_new.php 2019-08-21 01:23:42 -06:00
FusionPBX 92b3aa2380 Update and rename folderdelete.php to folder_delete.php 2019-08-21 01:22:17 -06:00
FusionPBX dc9af28135 Update and rename filerename.php to file_rename.php 2019-08-21 01:21:21 -06:00
FusionPBX 6e32891c59 Update and rename filedelete.php to file_delete.php 2019-08-21 01:20:07 -06:00
FusionPBX e131be3856 Update messages_thread.php 2019-08-21 01:09:07 -06:00
FusionPBX fc8402aaae Update fifo_interactive.php 2019-08-21 00:55:38 -06:00
FusionPBX 39a6784331 Update fifo_interactive_inc.php 2019-08-21 00:52:06 -06:00
FusionPBX 4eabd758d0 Delete vars_textarea.php 2019-08-21 00:29:59 -06:00
FusionPBX 988688358a Update sip_status.php 2019-08-21 00:17:57 -06:00
FusionPBX 1946944a5f Update sip_status.php 2019-08-21 00:17:33 -06:00
Nate 17f2911056 Replace misc glyphicon usage. 2019-08-20 19:53:21 -06:00
Nate 733ba98dc6 Update to Bootstrap v4.3.1, jQuery 3.4.1. Adjustments to support updates. 2019-08-20 18:15:50 -06:00
FusionPBX 5ac330ee65 Update provision.php 2019-08-19 13:19:38 -06:00
Nate c7baaab4a9 Update to latest jQuery 1.x, in preparation to update to latest (3.x). Update jQuery UI, QR Code. Misc adjustments for compatibility. 2019-08-19 10:51:21 -06:00
Igor Olhovskiy 8361016fa5 FollowMe external number timeout fix (#4438) 2019-08-19 09:12:17 -06:00
Nate f3d93171da Update music_on_hold.php 2019-08-19 07:35:12 -06:00
Nate 95d9a545b4 Update music_on_hold.php 2019-08-19 07:18:24 -06:00
FusionPBX d93fef5011 Update contacts_vcard.php 2019-08-18 16:11:47 -06:00
FusionPBX d78299fa69 Update contact_edit.php 2019-08-18 16:10:05 -06:00
FusionPBX 10dfaafd67 Update var_edit.php 2019-08-17 22:18:51 -06:00
FusionPBX 2e894e2555 Update var_edit.php 2019-08-17 22:17:07 -06:00
FusionPBX 159c7be75f Update app_config.php 2019-08-17 17:43:32 -06:00
FusionPBX fc9f0fbddb Update app_config.php 2019-08-17 17:40:16 -06:00
FusionPBX 3edb307375 Update app_defaults.php 2019-08-17 17:16:49 -06:00
FusionPBX bd9cec2cc9 Update app_config.php 2019-08-17 15:58:24 -06:00
FusionPBX 3d1e80a0eb Update app_config.php 2019-08-17 15:57:34 -06:00
FusionPBX 713bd19ca7 Update app_config.php 2019-08-17 15:27:03 -06:00
FusionPBX eebbef3d96 Update app_config.php 2019-08-17 15:08:50 -06:00
FusionPBX 032d365fb5 Update call_broadcast_edit.php 2019-08-17 12:02:12 -06:00
FusionPBX 3275553168 Update ring_group_forward.php 2019-08-17 11:55:11 -06:00
Nate 32a8d06fa6 Voicemails: Database class integration. 2019-08-17 07:02:58 -06:00
FusionPBX 8b7647971d Update follow_me.php 2019-08-16 15:05:50 -06:00
konradSC 1bd5c4d553 'record_append=false' for *732 (#4444)
Without this setting the recordings will append. It may depend on FS versions, but better to be explicit.
2019-08-16 14:43:00 -06:00
Len b38f91dfa9 Update app_config.php (#4445) 2019-08-16 14:42:21 -06:00
FusionPBX c83b3ebfee Update device_profiles.php 2019-08-16 14:33:12 -06:00
FusionPBX 9441e638f6 Update device_profile_edit.php 2019-08-16 14:24:58 -06:00
FusionPBX f376b7db27 Update device_profile_edit.php 2019-08-16 14:19:01 -06:00
FusionPBX d5eabd07ac Update app_config.php 2019-08-16 12:46:52 -06:00
FusionPBX 0a0a6cc5b4 Update destinations.php 2019-08-16 11:35:10 -06:00
FusionPBX 17b39b9e2c Update extensions.php 2019-08-16 11:25:32 -06:00
chansizzle fad4356619 Update fax_send.php (#4443)
* Update fax_send.php

* Update fax_send.php
2019-08-15 15:29:05 -06:00
FusionPBX e6a5e12765 Update provision.php 2019-08-15 14:25:56 -06:00
FusionPBX e7dafecbe6 Update provision.php 2019-08-15 13:39:55 -06:00
FusionPBX 7de0d9bb28 Update app_defaults.php 2019-08-15 12:38:11 -06:00
FusionPBX 71d76772ef Update device_profiles.php 2019-08-15 12:00:04 -06:00
FusionPBX 930241a254 Update device_profiles.php 2019-08-15 11:59:15 -06:00
FusionPBX e4e59e2b4e Update phrases.php 2019-08-15 10:57:57 -06:00
FusionPBX 0cd7f5a461 Update exec.php 2019-08-15 10:30:18 -06:00
chansizzle 20dbc70993 Update gateways.php (#4442) 2019-08-15 10:21:20 -06:00
FusionPBX 33da081db7 Update contact_edit.php 2019-08-15 10:14:40 -06:00
FusionPBX 7effc1772b Update contact_note_edit.php 2019-08-15 10:11:23 -06:00
FusionPBX 97e256120a Update vars.php 2019-08-15 10:05:33 -06:00
mtghr e570723282 Update app_config.php (#4441)
enable call pick up via blf
2019-08-15 04:20:22 -06:00
FusionPBX c86ee20f8f Update call_center_queue_edit.php 2019-08-15 03:48:41 -06:00
FusionPBX f57f61ff5f Update call_center_queue_edit.php 2019-08-15 03:45:50 -06:00
FusionPBX a7b3d803a3 Update call_center_queue_edit.php 2019-08-15 03:34:41 -06:00
FusionPBX fb74c1e55c Update cmd.php 2019-08-15 03:33:21 -06:00
FusionPBX b2bae448a4 Update device_profile_edit.php 2019-08-14 23:46:10 -06:00
FusionPBX a9e44a9fa2 Update device_profile_copy.php 2019-08-14 23:44:20 -06:00
FusionPBX bcc49ebdb3 Update device_profiles.php 2019-08-14 23:13:52 -06:00
FusionPBX d3456f84f9 Update device_profile_copy.php 2019-08-14 23:07:29 -06:00
FusionPBX aafa0f7e76 Update device_profiles.php 2019-08-14 23:02:34 -06:00
FusionPBX 6cf9c59c7d Update device_profiles.php 2019-08-14 22:48:59 -06:00
FusionPBX 99f527dfca Update device_profile_delete.php 2019-08-14 22:37:20 -06:00
FusionPBX 639dd286dc Update device_profile_edit.php 2019-08-14 22:23:17 -06:00
FusionPBX ac97442fa2 Update app_config.php 2019-08-14 20:18:16 -06:00
FusionPBX 02a96ab900 Update device_profile_edit.php 2019-08-14 20:14:36 -06:00
FusionPBX a63ac28aa7 Update device_profile_edit.php 2019-08-14 20:10:20 -06:00
FusionPBX 9b0fc3d77a Update device_profile_edit.php 2019-08-14 19:45:53 -06:00
FusionPBX 7a0f0f11b9 Update device_profile_edit.php 2019-08-14 19:24:58 -06:00
FusionPBX 40a6ff462f Update app_languages.php 2019-08-14 19:20:01 -06:00
FusionPBX 2e692f0bd0 Update device_profile_edit.php 2019-08-14 18:23:39 -06:00
FusionPBX da5f0b0ce4 Update device_profile_edit.php 2019-08-14 18:22:02 -06:00
FusionPBX 346184554f Update app_languages.php 2019-08-14 18:04:52 -06:00
FusionPBX 51781f189c Update app_languages.php 2019-08-14 17:45:07 -06:00
FusionPBX 722dd47c2a Update app_languages.php 2019-08-14 17:39:38 -06:00
FusionPBX d46c74d919 Update device_profiles.php 2019-08-14 17:23:14 -06:00
FusionPBX fb86cc3cc3 Update provision.php 2019-08-14 16:45:51 -06:00
Nate 73e4b74ecb Voicemail Greetings: Database class integration. 2019-08-14 15:12:51 -06:00
FusionPBX 54cf375ba5 Update app_defaults.php 2019-08-14 15:05:22 -06:00
Nate 318bfc61f2 Variables: Database class integration. 2019-08-14 13:38:18 -06:00
FusionPBX 1aba6981f0 Update app_config.php 2019-08-14 13:05:06 -06:00
FusionPBX df8e696405 Update ring_group_forward.php 2019-08-14 10:53:44 -06:00
FusionPBX 7aeaecafca Update contact_edit.php 2019-08-14 09:53:47 -06:00
Nate a436fe1608 Tones: Database class integration. 2019-08-14 09:11:41 -06:00
Nate 1178da59d9 Time Conditions: Database class integration. 2019-08-14 09:06:02 -06:00
Nate 89382883b5 Streams: Database class integration. 2019-08-14 07:38:24 -06:00
Nate ea91e3c3e2 SIP Status: Database class integration. 2019-08-14 07:01:43 -06:00
FusionPBX 8f20a59225 Update ring_group_edit.php 2019-08-14 02:01:18 -06:00
chansizzle 6470d44a45 Update log_viewer.php (#4439) 2019-08-13 22:54:33 -06:00
FusionPBX b21703eb9f Update log_viewer.php 2019-08-13 13:05:56 -06:00
FusionPBX 60ea942e1a Update log_viewer.php 2019-08-13 12:55:17 -06:00
FusionPBX 9e6dac124d Action name was already escaped. So remove this one. 2019-08-13 12:37:39 -06:00
FusionPBX def76d6e40 Update app_defaults.php 2019-08-13 12:21:27 -06:00
Nate 6c73d74a39 SIP Profiles: Database class integration. 2019-08-13 07:32:07 -06:00
Nate 1e994c4821 Settings: Database class integration. 2019-08-13 05:14:32 -06:00
Nate 927458933e Ring Groups: Database class integration. 2019-08-13 04:48:28 -06:00
FusionPBX bf334d4aa4 Update device_profile_edit.php 2019-08-13 03:19:43 -06:00
FusionPBX 7973b760b6 Update xml_cdr_delete.php 2019-08-13 00:55:13 -06:00
FusionPBX a8a5a7a6cf Update device_settings.php 2019-08-13 00:16:39 -06:00
FusionPBX b98aba1bb8 Update extension_imports.php 2019-08-13 00:11:31 -06:00
FusionPBX 3cd69f4b71 Update device_imports.php 2019-08-13 00:09:47 -06:00
FusionPBX 1792a541b9 Update destination_imports.php 2019-08-13 00:07:29 -06:00
FusionPBX 69669f3e31 Update contact_urls.php 2019-08-12 20:30:28 -06:00
FusionPBX d25a013f8a Update contact_times.php 2019-08-12 20:25:21 -06:00
FusionPBX a3c65b23f6 Update contact_notes.php 2019-08-12 20:21:57 -06:00
FusionPBX d08ef0f46c Update contact_import.php 2019-08-12 20:17:58 -06:00
FusionPBX 7383dbfa20 Update contact_edit.php 2019-08-12 20:12:55 -06:00
FusionPBX b584a27795 Update contact_addresses.php 2019-08-12 20:04:05 -06:00
FusionPBX ab82b6b336 Delete lib_win.php 2019-08-12 19:21:55 -06:00
FusionPBX 84295b6121 Delete app_config.php 2019-08-12 19:21:45 -06:00
FusionPBX 634de9ba4e Delete app_languages.php 2019-08-12 19:21:38 -06:00
FusionPBX 3a4ac2b627 Delete app_menu.php 2019-08-12 19:21:30 -06:00
FusionPBX 7813e1f60f Delete root.php 2019-08-12 19:21:24 -06:00
FusionPBX 7a5caa38d1 Delete service_delete.php 2019-08-12 19:21:17 -06:00
FusionPBX 356a096346 Delete service_edit.php 2019-08-12 19:21:10 -06:00
FusionPBX 5d318a25ac Delete services.php 2019-08-12 19:21:04 -06:00
FusionPBX 47e3f89859 Update provision.php 2019-08-12 13:34:37 -06:00
FusionPBX cfa0fee7e6 Update index.php 2019-08-12 13:31:25 -06:00
Nate 06b9a273c0 Recordings: Database class integration. 2019-08-12 07:32:23 -06:00
Nate 529821e405 Provision: Database class integration. 2019-08-12 06:03:27 -06:00
Nate 7bf2c1d19f Pin Numbers: Database class integration. 2019-08-12 05:26:58 -06:00
Nate 14ac4ab07c Phrases: Database class integration. 2019-08-12 04:34:48 -06:00
FusionPBX 44c735ded1 Update dialplan_inbound_add.php 2019-08-11 17:22:16 -06:00
benwiesner1 5508611476 Update app_config.php (#4425)
options for both paging and intercom
2019-08-11 12:53:22 -06:00
FusionPBX 704ce69438 Update destinations.php 2019-08-11 08:47:04 -06:00
Nate ad6e1df096 Number Translations: Database class integration. 2019-08-10 21:52:02 -06:00
FusionPBX 76eda582f6 Update conferences_active_inc.php 2019-08-10 12:06:51 -06:00
FusionPBX 6bd3dc59fc Update conferences_active.php 2019-08-10 12:02:06 -06:00
FusionPBX 96b46848e4 Update conference_interactive.php 2019-08-10 11:14:01 -06:00
FusionPBX 9f70993ba8 Update conference_interactive_inc.php 2019-08-10 11:00:31 -06:00
FusionPBX d342cc04d5 Update conference_interactive_inc.php 2019-08-10 10:25:12 -06:00
FusionPBX 3a30aceed7 Update content.php 2019-08-10 09:56:11 -06:00
FusionPBX 9cbbad0518 Update conference_profile_params.php 2019-08-10 09:30:59 -06:00
FusionPBX f22c1f5aa9 Update filedelete.php 2019-08-10 09:25:15 -06:00
FusionPBX c57dc2de69 Update call_recording_delete.php 2019-08-09 19:57:01 -06:00
FusionPBX 767f728265 Update stream_delete.php 2019-08-09 19:55:51 -06:00
FusionPBX 8d96a1c4d2 Update bridge_delete.php 2019-08-09 19:55:00 -06:00
chansizzle 60093a5e01 Update extension_edit.php (#4429) 2019-08-09 14:35:58 -06:00
Nate 60d141a82e Music on Hold: Database class integration. 2019-08-09 11:42:43 -06:00
Nate a5718bc435 Modules: Database class integration. 2019-08-09 10:23:44 -06:00
FusionPBX 3d286cbbdb Update sql_query_result.php 2019-08-09 10:11:29 -06:00
Nate 9df6a8a2bf Messages: Database class integration. 2019-08-09 09:57:13 -06:00
FusionPBX 5a46d98da6 Update sql_query_result.php 2019-08-09 09:55:24 -06:00
Nate 6eddeefe95 IVR Menus: Database class integration. 2019-08-09 07:06:59 -06:00
Nate f1f70c2c97 GS Wave: Database class integration. 2019-08-09 07:06:16 -06:00
Nate 7133afc059 Gateways: Database class integration. 2019-08-08 20:11:33 -06:00
Nate 8a0f849fe1 FIFO: Database class integration. 2019-08-08 20:10:27 -06:00
FusionPBX cc96d4fa6f Update dialplan_edit.php 2019-08-08 13:47:27 -06:00
FusionPBX 6fd955c7f5 Update conference_control_details.php 2019-08-08 00:00:22 -06:00
Nate d23c5d84c4 Fax Server: Database class integration. 2019-08-07 18:59:26 -06:00
FusionPBX 196e84757b Update log_viewer.php 2019-08-07 09:18:01 -06:00
FusionPBX 015144bdd2 Update ring_group_edit.php 2019-08-06 19:50:44 -06:00
Nate 8516bc38ad Extensions: Database class integration. 2019-08-06 19:49:59 -06:00
FusionPBX 7400bb0c84 Update app_defaults.php 2019-08-06 19:40:21 -06:00
Nate 87391357d2 Command: Database class integration. 2019-08-06 17:35:45 -06:00
Nate 7e4c68892e Call Broadcast: Database class integration. 2019-08-06 17:29:16 -06:00
FusionPBX aeebf74d97 Update dialplans.php 2019-08-06 15:00:51 -06:00
FusionPBX 6d43298235 Update app_config.php 2019-08-06 14:54:56 -06:00
chansizzle 1fd93fc738 Update access_control_nodes.php (#4421) 2019-08-06 14:41:30 -06:00
Nate ccfbecd91b Email Templates: Database class integration. 2019-08-06 08:23:30 -06:00
Nate 72ae5998a3 Email Log: Database class integration. 2019-08-05 21:22:26 -06:00
Nate b47615c389 Editor/Clips: Database class integration. 2019-08-05 20:41:09 -06:00
Nate d3c6182f85 Dialplans: Database class integration. 2019-08-05 19:18:21 -06:00
FusionPBX ba21202c37 Update log_viewer.php 2019-08-05 15:23:35 -06:00
FusionPBX 1e5c3524f3 Update 010_user_exists.xml 2019-08-05 14:15:24 -06:00
Nate bf376b220c Inbound/Outbound Routes: Database class integration. 2019-08-05 13:33:45 -06:00
Nate f841650075 Devices: Database class integration. 2019-08-03 20:21:56 -06:00
FusionPBX 53f4f2217d Update bridge_edit.php 2019-08-01 22:21:38 -06:00
FusionPBX d38d4bea97 Update app_config.php 2019-08-01 11:08:30 -06:00
benwiesner1 328168109f Update app_config.php (#4405)
polycom headset memory mode variable
2019-08-01 10:54:16 -06:00
FusionPBX 1171106b5e Update conferences_active_inc.php 2019-07-31 18:19:17 -06:00
benwiesner1 121e89d47a Update app_config.php (#4400)
vvx - 500 600 video call settings
2019-07-31 16:01:00 -06:00
konradSC d0bc9034a1 Check for null uuid's (#4402)
Null UUID's are not very kind. They will sneak into your CDR's when you aren't looking and break an otherwise very nice database INSERT statement. We cannot tolerate that sort of behavior.
2019-07-31 16:00:20 -06:00
benwiesner1 e221bb2be3 Update app_config.php (#4397)
option to turn readonly contact list on or off
2019-07-30 18:04:08 -06:00
FusionPBX 661ae8906e Update app_config.php 2019-07-30 01:54:03 -06:00
FusionPBX 4068544fea Update app_config.php 2019-07-30 01:51:41 -06:00
FusionPBX bc44517a24 Update app_config.php 2019-07-30 01:50:02 -06:00
FusionPBX 387aeee60f Update app_config.php 2019-07-30 01:45:30 -06:00
FusionPBX 04b0c944ea Update app_config.php 2019-07-30 01:44:12 -06:00
FusionPBX 2de950e322 Update app_config.php 2019-07-30 01:43:09 -06:00
FusionPBX 962039a385 Update app_config.php 2019-07-30 01:39:55 -06:00
FusionPBX 011327b233 Update app_config.php 2019-07-30 01:38:46 -06:00
FusionPBX 0c1e97bec0 Update app_config.php 2019-07-30 01:37:57 -06:00
FusionPBX bcbf61a24c Update app_config.php 2019-07-30 01:35:25 -06:00
FusionPBX d65136a017 Update app_config.php 2019-07-30 01:33:50 -06:00
FusionPBX 9036e1cabe Update app_config.php 2019-07-30 01:30:37 -06:00
FusionPBX 5bdd6948f1 Update app_config.php 2019-07-30 01:26:21 -06:00
FusionPBX 743b5ac61a Update app_config.php 2019-07-30 00:35:06 -06:00
FusionPBX 0054678c4b Update app_config.php 2019-07-30 00:34:35 -06:00
FusionPBX 2c3375cb09 Update app_config.php 2019-07-30 00:25:41 -06:00
FusionPBX 764c412509 Update app_config.php 2019-07-30 00:24:19 -06:00
FusionPBX 7e26018b7e Update app_config.php 2019-07-30 00:18:10 -06:00
Nate 77cdc6ea89 Database class integration. 2019-07-29 13:18:48 -06:00
Nate 260a1cec2f Database class integration. 2019-07-29 09:39:16 -06:00
Nate 12d7ceb397 Database class integration. 2019-07-29 09:26:52 -06:00
Nate 60cacf6e4c Database class integration. Add HTML step attribute to Contact Address lat and lon fields to support decimal values. 2019-07-27 22:51:01 -06:00
Nate a37da7fcb7 Database class integration. 2019-07-27 20:13:52 -06:00
Nate a5601d24a9 Database class integration. 2019-07-27 09:03:55 -06:00
Nate a841bfe5f0 Database class integration. 2019-07-26 23:05:01 -06:00
Nate 4ce02d1627 Database class integration. 2019-07-26 22:43:33 -06:00
Nate 6db56a52a1 Database class integration. 2019-07-26 19:05:19 -06:00
Nate af83df2766 Theme Template: Adjust datetime picker to support setting seconds on Contact Time Add/Edit. 2019-07-26 10:30:56 -06:00
Nate faca29d5bc Database class integration. 2019-07-26 10:26:32 -06:00
Nate 1c2e0c2fc7 Database class integration. 2019-07-26 09:41:41 -06:00
saraxxin 7312a44487 New variables added for Aastra provisioning (#4388)
* Create app_config.php

Add new variables for Aastra phones to default settings

* Rename app/app_config.php to app/aastra/app_config.php

* Delete app_config.php

* Create app_config.php

Create new variables for Aastra phones.

* Update app_config.php

Moved Aastra variables to app/aastra/app_config.php

* Update {$mac}.cfg
2019-07-25 18:02:40 -06:00
mtghr e9c5e0d5ac Update app_config.php (#4377)
configure the timeout setting
2019-07-24 18:27:06 -06:00
Len 6936178242 Update app_config.php (#4385) 2019-07-24 18:19:33 -06:00
Len f8bb021dd7 Update app_config.php (#4369)
* Update app_config.php

* Update app_config.php
2019-07-19 13:05:56 -06:00
Len 71427702f2 Update app_config.php (#4368) 2019-07-18 17:30:12 -06:00
FusionPBX ddcc8a4321 Update app_config.php 2019-07-18 17:14:49 -06:00
Len 21419c35c9 Update app_config.php (#4366) 2019-07-18 14:17:28 -06:00
Len 52990cc055 Update app_config.php (#4361) 2019-07-16 13:41:50 -06:00
FusionPBX f75d293b7a Update destination_edit.php 2019-07-16 09:26:42 -06:00
FusionPBX 6bc0d3ba39 Update extension_edit.php 2019-07-15 14:21:46 -06:00
FusionPBX 4703067f47 Update device_edit.php 2019-07-15 09:01:32 -06:00
FusionPBX 6fcd8354f6 Update ivr_menu_edit.php 2019-07-13 09:40:52 -06:00
FusionPBX c7aab4f7f7 Update ring_group_edit.php 2019-07-13 09:31:54 -06:00
FusionPBX 056db5bb99 Update ivr_menu_edit.php 2019-07-13 09:23:48 -06:00
FusionPBX a4dea27e05 Update app_languages.php 2019-07-12 10:49:28 -06:00
FusionPBX 7bc190fd90 Update index.php 2019-07-12 10:44:11 -06:00
FusionPBX 25dd5df5fe Update content.php 2019-07-12 10:42:41 -06:00
FusionPBX 058acac995 Update app_config.php 2019-07-12 10:40:54 -06:00
FusionPBX e04e6eef73 Update registrations.php 2019-07-11 13:12:24 -06:00
FusionPBX f97e0de702 Update sql_query_result.php 2019-07-11 12:20:46 -06:00
FusionPBX b76e01d0f7 Update exec.php 2019-07-11 00:02:06 -06:00
FusionPBX d05e7e7bba Update 010_caller_details.xml 2019-07-10 16:53:07 -06:00
FusionPBX 0682505ef5 Update fileoptions.php 2019-07-09 14:59:49 -06:00
FusionPBX 3f92cf11bd Update sql_query_pdo.php 2019-07-09 12:17:54 -06:00
FusionPBX dd7f026e75 Update folderdelete.php 2019-07-08 23:27:14 -06:00
FusionPBX 92a365cfe4 Update index.php 2019-07-08 22:41:01 -06:00
FusionPBX e91ca958a4 Update filesave.php 2019-07-08 22:37:37 -06:00
FusionPBX ae299d00f5 Update filerename.php 2019-07-08 22:36:04 -06:00
FusionPBX cebccd6a51 Update foldernew.php 2019-07-08 22:34:57 -06:00
FusionPBX 6c171fc437 Update filenew.php 2019-07-08 22:32:50 -06:00
FusionPBX b6be273a8a Update filedelete.php 2019-07-08 22:31:06 -06:00
FusionPBX 039769868c Update folderdelete.php 2019-07-08 22:27:48 -06:00
Nate 4609a58e7f Database class integration. 2019-07-06 18:04:44 -06:00
Nate eef66c8848 Database class integration. 2019-07-06 17:27:36 -06:00
Nate fd6a62cc3a Database class integration. 2019-07-06 16:37:13 -06:00
Nate 47106e5baa Database class integration. 2019-07-04 15:57:04 -06:00
FusionPBX f13a28b43c Update call_edit.php 2019-07-04 14:58:27 -06:00
FusionPBX f649f92fdc Update index.php 2019-07-04 10:10:33 -06:00
FusionPBX ad818ca9fc Update index.php 2019-07-04 10:08:25 -06:00
FusionPBX 6c2d21aa5b Update device_edit.php 2019-07-04 10:05:30 -06:00
Nate a052e80b7b Database class integration. 2019-07-04 09:01:28 -06:00
Nate be2e3ab2e4 Database class integration. 2019-07-04 08:18:45 -06:00
FusionPBX fe667d6593 Update app_config.php 2019-07-03 22:13:54 -06:00
FusionPBX eb9dcbaed6 Update app_config.php 2019-07-03 22:12:32 -06:00
FusionPBX d48ca8a2a7 Update app_config.php 2019-07-03 21:36:59 -06:00
Len 4e114728f5 Update app_config.php (#4336) 2019-07-03 21:10:15 -06:00
FusionPBX 26e3357788 Update app_defaults.php 2019-07-03 18:14:23 -06:00
Len bab4c42b9d Update adminer.php (#4329) 2019-07-03 12:03:22 -06:00
FusionPBX b088bd7f5a Update adminer.php 2019-07-03 09:42:20 -06:00
FusionPBX c8d339b5b2 Update adminer.css 2019-07-03 09:38:59 -06:00
FusionPBX 0ab00dc345 Update app_defaults.php 2019-07-02 23:03:00 -06:00
FusionPBX 5e73c46b74 Update app_config.php 2019-07-02 17:32:49 -06:00
FusionPBX 0e526fc50e Update access_control_edit.php 2019-07-02 16:57:04 -06:00
konradSC 462af5e5b5 Make call_group available to provisioning (#4328)
Make v_extensions.call_group available to the provisioning engine for templates that pull from v_extensions for contacts.
2019-07-02 14:44:04 -06:00
FusionPBX bec05da9e9 Update app_defaults.php 2019-07-02 14:03:04 -06:00
FusionPBX 945f0374a3 Update app_defaults.php 2019-07-02 13:59:52 -06:00
FusionPBX 1945fc8cff Update app_defaults.php 2019-07-02 13:04:29 -06:00
FusionPBX 7281707863 Update app_defaults.php 2019-07-02 13:03:47 -06:00
FusionPBX 9a7b2071af Update app_defaults.php 2019-07-02 12:58:20 -06:00
FusionPBX 892c94abd9 Update app_defaults.php 2019-07-02 12:57:15 -06:00
FusionPBX e7fac86e7c Update app_defaults.php 2019-07-02 12:53:23 -06:00
FusionPBX b84423dfde Update app_defaults.php 2019-07-02 12:37:10 -06:00
Len f4216dc7a5 Update app_config.php (#4325) 2019-07-02 11:19:25 -06:00
Nate d50170269e Database class integration. 2019-07-02 10:56:36 -06:00
Nate f7742bef81 Call Broadcast delete fix. 2019-07-02 08:51:19 -06:00
Nate e18f1ef537 Database class integration. 2019-07-02 08:44:23 -06:00
Nate 8882502cc6 Database class integration. 2019-07-01 21:10:31 -06:00
Nate 747b0ff3d8 Misc. 2019-07-01 17:32:08 -06:00
Nate d075a083cf Database class integration. Create order_by() and limit_offset() functions. 2019-07-01 17:30:03 -06:00
FusionPBX 5541785b95 Update app_config.php 2019-07-01 10:37:39 -06:00
FusionPBX fa8fd98fc9 Update app_config.php 2019-07-01 09:55:12 -06:00
FusionPBX 738bcb0ba2 Update app_config.php 2019-07-01 09:52:11 -06:00
FusionPBX f738b297b0 Update app_config.php 2019-06-29 12:11:14 -06:00
FusionPBX 0587461e65 Update destinations.php 2019-06-28 09:43:32 -06:00
FusionPBX eb0d39f1f9 Update xml_cdr_inc.php 2019-06-27 09:05:06 -06:00
FusionPBX 61965dd69c Update dialplans.php 2019-06-27 08:35:31 -06:00
FusionPBX 84caa1bd6a Update dialplans.php 2019-06-27 08:08:41 -06:00
FusionPBX 4ec5b0e17a Update app_config.php 2019-06-27 07:55:39 -06:00
ednt 31170138e7 A typo at the last commit (#4313) 2019-06-27 07:06:40 -06:00
FusionPBX 63876aa86c Update cmd.php 2019-06-23 14:51:28 -06:00
FusionPBX 84f114feb4 Update registration_reload.php 2019-06-20 04:19:47 -06:00
FusionPBX ec0daf5358 Update registrations.php 2019-06-20 04:14:48 -06:00
FusionPBX 536cf2b137 Delete cmd.php 2019-06-20 03:18:52 -06:00
FusionPBX eca86a9e6a Update fax_send.php 2019-06-19 08:12:40 -06:00
FusionPBX dfcf4148cf Update call_flow_edit.php 2019-06-19 08:02:05 -06:00
Len 5cab4a04a7 Update README.md (#4293) 2019-06-18 21:13:10 -06:00
FusionPBX 8e29cf638f Update extension_copy.php 2019-06-18 18:37:34 -06:00
FusionPBX bd1a5799de Update destination_imports.php 2019-06-18 16:58:08 -06:00
Len 945aa905f9 Update app_config.php (#4292) 2019-06-18 14:14:28 -06:00
Len 17dc24cbbb Update app_config.php (#4291) 2019-06-18 14:03:38 -06:00
Len 59c8313316 Create README.md (#4290) 2019-06-18 13:50:32 -06:00
konradSC 86a0ad1c01 Make Destination Actions Searchable (#4289)
* Make Destination Actions Searchable

It would be nice to have destination actions as a searchable field. 

Example: If I have 500 destinations and 17 of them have Ring Group 5050 as their action, it would be helpful to be able to search for 5050 and pull up all the applicable destinations.

* Update destinations.php
2019-06-18 09:35:59 -06:00
ednt f7ad8b3b56 Add the description element for import (#4288)
To make it possible to use descriptions for own dialplan xmls
2019-06-18 08:05:50 -06:00
FusionPBX 788614f74e Update xml_cdr_inc.php 2019-06-17 23:35:48 -06:00
FusionPBX 5c9366de05 Update call_center_queue.php 2019-06-17 08:55:06 -06:00
FusionPBX 642c604b6b Update call_flow_edit.php 2019-06-17 08:51:35 -06:00
FusionPBX ec1777c2c5 Update cmd.php 2019-06-17 02:08:32 -06:00
FusionPBX 5e767f1334 Update call_center_active.php 2019-06-17 02:03:41 -06:00
FusionPBX eade7fc9f0 Update call_center_exec.php 2019-06-17 02:00:43 -06:00
FusionPBX 1f8bdece60 Update call_center_active_inc.php 2019-06-17 01:45:34 -06:00
FusionPBX c17d369cd5 Update call_center_exec.php 2019-06-17 01:37:59 -06:00
FusionPBX b68e55a9bb Update call_center_exec.php 2019-06-17 01:11:01 -06:00
FusionPBX 7c5ea5030c Update call_center_active_inc.php 2019-06-16 18:22:17 -06:00
FusionPBX bfbe6b9743 Update call_center_active.php 2019-06-16 18:21:30 -06:00
FusionPBX fd40845791 Update call_center_exec.php 2019-06-16 18:20:32 -06:00
FusionPBX e49790f1cc Update call_center_agent_status.php 2019-06-16 18:15:09 -06:00
FusionPBX ede854a8e5 Update conference_exec.php 2019-06-16 15:29:40 -06:00
FusionPBX 6422e7fd72 Update conference_interactive_inc.php 2019-06-16 15:04:43 -06:00
FusionPBX 0f71cfab17 Update index.php 2019-06-16 14:56:33 -06:00
FusionPBX 5f1d0ea821 Update conferences_active_inc.php 2019-06-16 13:22:51 -06:00
FusionPBX 9730ef49e0 Update calls_active.php 2019-06-16 11:38:15 -06:00
FusionPBX daeb7a2965 Update calls_exec.php 2019-06-16 11:36:19 -06:00
FusionPBX 1de0a88bb3 Update calls_active_inc.php 2019-06-16 11:22:47 -06:00
FusionPBX 2b81943d1b Update fifo_exec.php 2019-06-16 10:24:47 -06:00
FusionPBX 57147fd7f1 Update fifo_list_inc.php 2019-06-16 10:19:28 -06:00
FusionPBX 0455859934 Update fifo_interactive_inc.php 2019-06-16 10:15:40 -06:00
FusionPBX e5af2e2552 Update conference_interactive_inc.php 2019-06-16 10:08:00 -06:00
FusionPBX 9fc4a975b6 Update conferences_active_inc.php 2019-06-16 10:02:00 -06:00
FusionPBX 48b0f38d4f Update conferences_active_inc.php 2019-06-16 10:00:34 -06:00
FusionPBX 774ad2edca Update call_center_queue.php 2019-06-16 09:52:52 -06:00
FusionPBX ada386bb07 Update call_center_active_inc.php 2019-06-16 09:48:45 -06:00
FusionPBX 20cdd28bc3 Update calls_active_inc.php 2019-06-16 09:36:10 -06:00
Len 4b3e1ff51e Update app_config.php (#4286) 2019-06-14 22:12:01 -06:00
FusionPBX 9e66d7367b Update provision.php 2019-06-14 19:43:20 -06:00
FusionPBX 997892b14c Update calls.php 2019-06-14 09:26:36 -06:00
ednt c34faf2e7c Extended and looped devicelines cause of DECT stations which can handle more then 48 lines (#4279) 2019-06-14 08:16:01 -06:00
ednt 3655eb0616 Extended and looped devicelines cause of DECT stations which can handle more then 48 lines (#4278) 2019-06-14 08:15:35 -06:00
FusionPBX 6a88e95caf Update destinations.php 2019-06-13 20:02:21 -06:00
FusionPBX d19eb033d1 Update exec.php 2019-06-13 08:33:05 -06:00
FusionPBX 3e693bc424 Delete app_menu.php 2019-06-12 13:10:32 -06:00
FusionPBX ee515f7787 Delete app_languages.php 2019-06-12 13:10:24 -06:00
FusionPBX 4d150691bc Delete app_config.php 2019-06-12 13:10:15 -06:00
FusionPBX 5b5340008c app/backup moved to fusionpbx-apps/backup 2019-06-12 13:10:07 -06:00
FusionPBX 2b6d53e7e8 app/backup moved to fusionpbx-apps/backup
Better to use the backup script but for those that still want it go to fusionpbx-apps repo to get it.
2019-06-12 13:09:52 -06:00
FusionPBX cc2295221a Delete root.php 2019-06-12 12:38:00 -06:00
chansizzle 24d0e16920 Update dialplans.php (#4277) 2019-06-11 12:32:25 -06:00
FusionPBX c75ee3cb5a Update provision.php 2019-06-09 18:44:33 -06:00
AlexanderDCrane aa31288df3 Update destination_imports.php (#4266)
* Update destination_imports.php

* Update destination_imports.php
2019-06-08 14:54:59 -06:00
FusionPBX 0d68e63e0e Update conference_centers.php 2019-06-08 14:44:05 -06:00
FusionPBX fc14550d5a Update conference_centers.php 2019-06-08 14:27:05 -06:00
FusionPBX f88789b17a Update conference_centers.php 2019-06-08 14:26:08 -06:00
FusionPBX 3e1a0fde4c Update call_center_notify.php 2019-06-08 10:24:53 -06:00
FusionPBX 17a3320218 Update conference_center_delete.php 2019-06-08 10:21:56 -06:00
FusionPBX a92f382015 Update conference_room_delete.php 2019-06-08 10:15:27 -06:00
FusionPBX 1ce3df3b9a Update conference_sessions.php 2019-06-08 10:04:34 -06:00
FusionPBX 3042447d2a Update conference_session_details.php 2019-06-08 10:02:23 -06:00
FusionPBX af00eaa10b Update conference_sessions.php 2019-06-08 10:00:40 -06:00
FusionPBX cf1ade0a3b Update conference_sessions.php 2019-06-08 09:47:12 -06:00
FusionPBX ab2e1c6655 Update conference_center_edit.php 2019-06-08 09:43:57 -06:00
FusionPBX b158f2de8d Update conference_rooms.php 2019-06-08 09:31:03 -06:00
FusionPBX 46ec1f3249 Update conference_centers.php 2019-06-08 09:25:39 -06:00
FusionPBX d96bc2dab7 Update conference_rooms.php 2019-06-08 09:23:03 -06:00
FusionPBX 1fcd780aa0 Update xml_cdr_inc.php 2019-06-06 21:10:20 -06:00
AlexanderDCrane 6af9f3bcbd Update destinations.php (#4265)
* Update destinations.php

* Update destinations.php
2019-06-06 18:55:59 -06:00
AlexanderDCrane fa3f2117d4 Update database_transactions.php (#4264)
* Update database_transactions.php

* Update database_transactions.php
2019-06-06 18:55:08 -06:00
blackwolfresearch ece98a9c01 Security Fixes (#4268)
* Updated fixes for CVE-2019-11409

* Fix for XSS - (CVE-2018-19094)

* Fix for fax cmd injection (CVE-2018-19096)
2019-06-06 18:46:00 -06:00
chansizzle 13270cca6d Update index.php (#4267) 2019-06-06 13:45:35 -06:00
FusionPBX 0939b3e9fe Update time_condition_edit.php 2019-06-06 11:40:44 -06:00
jpattWPC 3a6dcdd340 Allow Phrases to be used in IVRs (#4263)
With the current implementation, Phrases cannot be used in IVRs as streamfile.lua prevents keypresses from being passed back to the IVR. This fix makes a small change to the way phrases are stored and allows streamfile to be run without blocking IVR keypresses.
2019-06-05 21:12:13 -06:00
jpattWPC 4ae27f13b6 Add support for PostgreSQL TLS (#4262)
This commit adds support for PostgreSQL TLS communication. This requires /etc/fusionpbx/config.php to have two parameters added:

$db_secure = true;
$db_cert_authority = "/path/to/ca.crt";
2019-06-05 21:10:58 -06:00
agree 1c935a44e5 Update xml_cdr.php (#4256) 2019-06-05 12:18:56 -06:00
FusionPBX 27617154ae Update calls.php 2019-06-03 16:33:28 -06:00
AlexanderDCrane e3e02e55bc Update calls_active.php (#4249)
* Update calls_active.php

* Update calls_active.php
2019-06-03 16:32:57 -06:00
chansizzle 9cf301ca7c Update device_download.php (#4253) 2019-06-03 16:23:13 -06:00
FusionPBX a6c425b6f5 Update calls.php 2019-06-03 16:22:19 -06:00
chansizzle 39095b1b73 Update extension_download.php (#4254) 2019-06-03 15:35:03 -06:00
chansizzle 8d2b6cb14a Update pin_download.php (#4255) 2019-06-03 15:34:35 -06:00
FusionPBX ba16d22ed7 Update follow_me.php
Commenting out origination caller as it breaks caller id for calls that go through a ring group and then to follow me.
2019-06-03 15:08:37 -06:00
FusionPBX 7d5cff4eeb Update extensions.php 2019-06-03 13:50:56 -06:00
AlexanderDCrane 042ae115c9 Update conference_profiles.php (#4250) 2019-06-03 11:40:09 -06:00
AlexanderDCrane b0ad7ed699 Update conference_profile_params.php (#4251) 2019-06-03 11:33:26 -06:00
AlexanderDCrane 75e4e6b465 Update calls.php (#4248) 2019-06-03 11:09:50 -06:00
AlexanderDCrane 9c2c4d3a3b Update click_to_call.php (#4247) 2019-06-03 10:59:27 -06:00
AlexanderDCrane 5ad0cbec3a Update conference_control_details.php (#4246) 2019-06-03 10:55:01 -06:00
AlexanderDCrane 1a257f1e1a Update conference_controls.php (#4245) 2019-06-03 10:54:38 -06:00
AlexanderDCrane c3e6cb606d Update conference_sessions.php (#4244) 2019-06-03 10:54:22 -06:00
AlexanderDCrane 362a16c96d Update conference_rooms.php (#4243) 2019-06-03 10:53:58 -06:00
AlexanderDCrane 219416e4c6 Update conference_centers.php (#4242) 2019-06-03 10:53:39 -06:00
Bryan Redeagle 9e0826ab3c Added support for Digium D-Series phones. (#4229) 2019-06-02 10:01:54 -06:00
FusionPBX fde876e434 Update index.php 2019-06-02 09:53:54 -06:00
danbgds 5e5085d971 Updated fixes for CVE-2019-11409 (#4170) 2019-06-02 09:53:17 -06:00
Len 5cfbcb30eb Update app_config.php (#4235) 2019-06-01 20:37:59 -06:00
FusionPBX 26e6f9ff24 Merge pull request #4233 from AlexanderDCrane/patch-474
Update call_center_agent_status.php
2019-06-01 14:50:58 -06:00
FusionPBX 3a140f432c Merge pull request #4232 from AlexanderDCrane/patch-473
Update call_center_agent_dashboard.php
2019-06-01 14:50:33 -06:00
FusionPBX 73b264155f Merge pull request #4231 from AlexanderDCrane/patch-472
Update call_center_agents.php
2019-06-01 14:50:18 -06:00
AlexanderDCrane 5865999a35 Update call_center_agent_status.php 2019-06-01 12:30:20 -06:00
AlexanderDCrane 90bf30e44e Update call_center_agent_dashboard.php 2019-06-01 12:30:17 -06:00
AlexanderDCrane a27977bffe Update call_center_agents.php 2019-06-01 12:30:11 -06:00
AlexanderDCrane 36f07d70b9 Update call_center_queues.php 2019-06-01 12:29:59 -06:00
chansizzle f96d2a19cc Update app_config.php 2019-05-31 11:38:31 -06:00
agree 62ae643399 Update xml_cdr.php 2019-05-30 15:02:32 -04:00
FusionPBX 6c536738dc Update exec.php 2019-05-30 01:31:01 -06:00
FusionPBX c6f0b6a6bf Update contacts.php 2019-05-30 00:37:42 -06:00
FusionPBX d2c4d498a2 Merge pull request #4168 from AdrianFretwell/master
Update contacts.php default sort order
2019-05-30 00:35:51 -06:00
FusionPBX 47e76889ec Merge pull request #4222 from AlexanderDCrane/patch-469
Update call_recordings.php
2019-05-29 21:03:54 -06:00
FusionPBX 8b528e9f54 Merge pull request #4223 from AlexanderDCrane/patch-470
Update call_center_queue.php
2019-05-29 21:03:35 -06:00
AlexanderDCrane 43fb9f0e01 Update call_center_queue.php 2019-05-29 21:00:15 -06:00
AlexanderDCrane 55c404bcbe Update call_recordings.php 2019-05-29 21:00:05 -06:00
AlexanderDCrane 30980f959e Update call_flows.php 2019-05-29 20:59:52 -06:00
FusionPBX f47dd79aa4 Update call_center_queue.php 2019-05-28 15:14:22 -06:00
AlexanderDCrane 7123d16f9e Update call_center_queue.php 2019-05-28 15:08:33 -06:00
FusionPBX 98e063c87e Merge pull request #4218 from AlexanderDCrane/patch-466
Update call_broadcast.php
2019-05-28 14:54:48 -06:00
AlexanderDCrane 6849211aed Update call_broadcast.php 2019-05-28 14:53:38 -06:00
FusionPBX b5c8e96a0c Update call_block.php 2019-05-28 14:53:36 -06:00
AlexanderDCrane 0c666a0a0f Update call_block.php 2019-05-28 14:36:42 -06:00
FusionPBX b5676ae9c6 Update autocomplete.php 2019-05-28 10:49:26 -06:00
FusionPBX e96542b10b Update index.php 2019-05-28 10:36:50 -06:00
FusionPBX 8d331a1c5f Update app_config.php 2019-05-28 09:02:47 -06:00
FusionPBX 13f8d34ba7 Merge pull request #4214 from AlexanderDCrane/patch-463
Update access_control_nodes.php
2019-05-27 20:25:04 -06:00
AlexanderDCrane bf85463399 Update bridges.php 2019-05-27 20:22:00 -06:00
AlexanderDCrane 2bee41edf0 Update access_control_nodes.php 2019-05-27 20:07:05 -06:00
FusionPBX 6ef3c9ea1c Update access_controls.php 2019-05-27 20:00:19 -06:00
AlexanderDCrane a751b01ec5 Update access_controls.php 2019-05-27 15:05:46 -06:00
FusionPBX c0b28f2322 Merge pull request #4210 from chansizzle/patch-2
Update device_download.php
2019-05-27 10:23:01 -06:00
FusionPBX 8e25cdea62 Merge pull request #4212 from chansizzle/patch-4
Update pin_download.php
2019-05-27 10:22:20 -06:00
chansizzle 8ff9af8b97 Update pin_download.php 2019-05-27 10:08:08 -06:00
chansizzle 9f16642f2a Update extension_download.php 2019-05-27 10:06:21 -06:00
chansizzle d59096760b Update device_download.php 2019-05-27 10:03:26 -06:00
FusionPBX f81aa98335 Update content.php 2019-05-25 23:43:33 -06:00
Mark J Crane 374fabd0ef Move autocomplete 2019-05-26 05:32:23 +00:00
Mark J Crane 9a03771763 Add the root includ file 2019-05-26 05:24:33 +00:00
FusionPBX a6ba5e2209 Update app_menu.php 2019-05-25 23:15:59 -06:00