Commit Graph

8771 Commits

Author SHA1 Message Date
FusionPBX bcf281dee4 Create {$mac}.xml 2017-05-28 09:56:40 -06:00
FusionPBX 85f72de1e1 Update user_dashboard.php 2017-05-28 09:48:37 -06:00
FusionPBX 188c34aadb Update call_forward.php 2017-05-26 15:59:14 -06:00
Luis Daniel Lucio Quiroz 2b5926ffd7 Fix the CID (#2588)
* Fixes CID

Although you already had somehow fixed the caller id here. you need to put origination and effective. For some reason, not all carriers get the CID from the same field in the SIP payload. origination_* and effective_* affects different parts of the SIP invite.

* Fix the CID


Although you already had somehow fixed the caller id here. you need to put origination and effective. For some reason, not all carriers get the CID from the same field in the SIP payload. origination_* and effective_* affects different parts of the SIP invite.

* Update follow_me.php

* Update call_forward.php
2017-05-26 15:41:50 -06:00
Mafoo e51a7bf3e3 BugFix [master] outbound_caller_id_select cache issue (#2602)
retrieve the correct items to feed to cache->delete
2017-05-26 09:18:21 -06:00
Mafoo d53fd72998 Enhance [master] Better reasons for 403 in database class (#2596)
update return message when code 403 to also state the permission that failed
2017-05-25 23:54:10 -06:00
Mafoo 7ec01104f5 BugFix [master] text class (#2598)
update escape_str to more reliabiliy escape the string into a consistent
format
2017-05-23 09:26:33 -06:00
konradSC 1b515dc75b Update devices.php (#2599)
Carry the search across multiple page results.
2017-05-23 09:23:35 -06:00
The-Operator 778dca9fa9 Update German and Austrian translations (#2595) 2017-05-23 02:15:49 -06:00
FusionPBX 8054298240 Update domain_delete.php 2017-05-22 16:04:46 -06:00
Alexey Melnichuk fa787880d4 Fix. Remove using `call_prompt` field. (#2589)
It marked as deprecated and do not used anywhere.
2017-05-21 01:32:24 -06:00
FusionPBX 39c0f121eb Update user_dashboard.php 2017-05-19 20:16:53 -06:00
FusionPBX 1a8c4c9b1e Create call_center_agent_dashboard.php 2017-05-19 20:15:14 -06:00
FusionPBX 0d55d624e0 Update app_config.php 2017-05-19 20:10:32 -06:00
FusionPBX 73cb782110 Update call_center_agent_status.php 2017-05-19 20:09:33 -06:00
FusionPBX 497953e21e Update app_languages.php 2017-05-19 15:04:53 -06:00
Mafoo 5760a2eb47 BugFix - Convert all languages to 2-2 digit (#2590)
Some applications were missed due to permissions issue on the server performing the update, this update corrects the missing changes
ordering in xml_cdr was done manually in a previous PR, this corrects the ordering and incorrect description-pdd and description-mos for nl-nl
2017-05-19 11:50:44 -06:00
FusionPBX bf7f211b46 Update intercept.lua 2017-05-19 01:21:19 -06:00
FusionPBX 688cdc5e90 Update intercept.lua 2017-05-19 01:17:08 -06:00
FusionPBX dd37b89353 Update intercept.lua 2017-05-19 01:07:05 -06:00
Andrei Mahalean 9fdb3bf649 Add provisioning template for Yealink T19P-E2 (#2584) 2017-05-18 08:44:43 -06:00
Alexey Melnichuk 06b62af061 Fix. Load `Message` class (#2585)
Fix. Use correct way to get text message.
Fix. Use `Database Username` to create database if no `Create Database Username` specified.
2017-05-18 08:43:43 -06:00
FusionPBX d8495400af Update call_center_agent_status.php 2017-05-16 19:54:38 -06:00
FusionPBX 53a3d183b6 Update call_center_agent_status.php 2017-05-16 18:39:44 -06:00
FusionPBX 3a63517941 Update call_flow_edit.php 2017-05-16 17:57:16 -06:00
FusionPBX 812c79a954 Update call_center_agent_edit.php 2017-05-16 10:28:53 -06:00
FusionPBX 759be39ce0 Update app_config.php 2017-05-16 10:25:17 -06:00
FusionPBX 30f0d515b2 Update app_languages.php 2017-05-16 10:23:53 -06:00
FusionPBX d6fae8627d Change agent_name into an input box. 2017-05-15 10:06:52 -06:00
FusionPBX 02643ba48a Update dialplan_add.php 2017-05-13 23:33:17 -06:00
FusionPBX 9277318d34 Update app_config.php 2017-05-13 23:04:02 -06:00
FusionPBX e0c5f15cea Delete dialplan_advanced.php
Not used.
2017-05-13 23:00:43 -06:00
FusionPBX 9b37538afe Update call_center_agent_status.php 2017-05-13 22:24:59 -06:00
Mafoo 301b540600 Enhance [master] add column descriptions to xml_cdr (#2571)
update th_order_by to accept optional description parameter that will
populate the title field and append the , sort(order)
2017-05-13 14:14:03 -06:00
Mafoo 55ae0b2b42 Enhance - Convert all languages to 2-2 digit (#2581)
Convert all languages to use the en-us style codes
Where an installation is using a 2 digit code, use the legacy map to find
the mapped language and provide that text correctly
Have escape_str strip \' before converting or we end up with a double
encode
Update organzie_languages to understand how to convert legacy languages
automatically
updated flags
2017-05-13 13:13:38 -06:00
Mafoo 882868520c BugFix [master] Flag correction (#2580)
correction to flags from language update
2017-05-12 13:52:13 -06:00
FusionPBX 1dff786b60 Update sofia.conf.lua 2017-05-12 13:21:19 -06:00
FusionPBX 24fb954811 Update sofia.conf.lua 2017-05-12 12:36:34 -06:00
Mafoo 543a555471 reworked text class to gather the languages on construction (more efficient) (#2576)
organize_languages will now use an internal function to escape values as fusion's check_str would not be appropriate
enabled two missing flags
organize on remaining app_languages.php and add missing 'he'
2017-05-12 08:44:53 -06:00
FusionPBX cce45db24e Update app_languages.php 2017-05-10 22:16:07 -06:00
Mafoo ce6fed13fd BugFix-[master]-mos (#2547)
change incorrect % calculation of MOS to tagged words to represent the standard, see - https://en.wikipedia.org/wiki/Mean_opinion_score
2017-05-10 14:09:30 -06:00
Mafoo bca24ac04d BugFix [master] Languages add missing text placeholders (#2572)
* BugFix [master] Languages add missing text placeholders

add placeholders for missing language text
reorganise file so languages are in a consistent order with en-us always first, and the remaining stored alphabetically
space out tag names to make them line up for readability

* add organize_language to text class

also add get_languages
2017-05-10 13:40:46 -06:00
FusionPBX 2b9937e863 Update install_fusionpbx.php 2017-05-09 20:22:39 -06:00
powerpbx ec9e26966a Fix SQL syntax (#2570) 2017-05-09 20:21:12 -06:00
FusionPBX 340ed5142d Update directory.lua 2017-05-08 23:20:31 -06:00
FusionPBX 0715194731 Update directory.lua 2017-05-08 23:17:03 -06:00
Stefan Siegel 4877406d6e Fix the interactive conference "+Vol" button control (#2564) 2017-05-07 11:35:41 -06:00
FusionPBX 77866036bf Update sip_profile_edit.php 2017-05-07 10:28:39 -06:00
FusionPBX 95de070698 Update sip_profile_edit.php 2017-05-07 00:43:41 -07:00
FusionPBX afdc3330fb Update sip_profile_edit.php 2017-05-07 00:18:03 -07:00