Mafoo
f2e1fa6290
BugFix [master] - messages class escape more text automatically ( #2612 )
...
because we are using javascript to populate the messages list we need to
make sure all special chars are escaped or line feeds will cause
problems
2017-05-30 13:44:51 -06:00
FusionPBX
4167d11ac0
Update dialplans.php
2017-05-30 10:34:58 -06:00
FusionPBX
9cc0198bb4
Update 015_caller_details.xml
2017-05-30 10:00:51 -06:00
FusionPBX
7fff6f8e66
Update 010_caller_details.xml
2017-05-30 10:00:28 -06:00
FusionPBX
4ee820733f
Update dialplans.php
2017-05-30 09:53:16 -06:00
FusionPBX
cd21efeb0a
Update 015_caller_details.xml
2017-05-29 22:18:31 -06:00
FusionPBX
3a9a8be678
Create 010_caller_details.xml
2017-05-29 22:14:41 -06:00
FusionPBX
26b24894b6
Create 015_caller_details.xml
2017-05-29 22:08:48 -06:00
FusionPBX
8531866117
Update dialplans.php
2017-05-29 20:58:23 -06:00
FusionPBX
3c718f967f
Update 999_not-found.xml
2017-05-29 20:55:32 -06:00
FusionPBX
7f6f369cdf
Create 999_not-found.xml
2017-05-29 19:34:03 -06:00
FusionPBX
10697788d5
Update dialplan.php
2017-05-29 19:32:34 -06:00
FusionPBX
5456db5d5e
Update 505_call-forward-all.xml
2017-05-29 19:23:10 -06:00
FusionPBX
43c1d6b53c
Create 550_talking_clock_date.xml
2017-05-29 19:20:32 -06:00
FusionPBX
2125f680d3
Update 540_talking_clock_time.xml
2017-05-29 19:20:02 -06:00
FusionPBX
3a5748760e
Update 530_talking_clock_date_and_time.xml
2017-05-29 19:19:05 -06:00
FusionPBX
beeaaa7e3b
Update xml_cdr.php
2017-05-29 15:54:39 -06:00
FusionPBX
12c2ce45d6
Update xml_cdr_inc.php
2017-05-29 15:51:45 -06:00
FusionPBX
50d2e1cb08
Update app_languages.php
2017-05-29 15:21:54 -06:00
FusionPBX
909870d797
Update xml_cdr.php
2017-05-29 15:18:18 -06:00
FusionPBX
7d9b0bc603
Update xml_cdr.php
2017-05-29 15:15:31 -06:00
FusionPBX
d1754cc3d2
Update v_xml_cdr_import.php
2017-05-29 15:14:38 -06:00
FusionPBX
e953f3198b
Update app_config.php
2017-05-29 15:13:36 -06:00
FusionPBX
2c74b77952
Update xml_cdr.php
2017-05-29 11:23:36 -06:00
FusionPBX
4d080cbe89
Update xml_cdr_inc.php
2017-05-29 10:56:28 -06:00
FusionPBX
2d1f89fbba
Update v_xml_cdr_import.php
2017-05-29 10:48:30 -06:00
FusionPBX
fda8e00d4c
Update app_config.php
2017-05-29 10:47:20 -06:00
Alexey Melnichuk
64b1134482
Add. Support DND feature via BLF key ( #2606 )
2017-05-29 09:50:20 -06:00
Mafoo
52642ea175
BugFix [master] database class ( #2594 )
...
Fix for if you send an array containing both updates and new data, it would end up placing all the new data on top of the last item containing the uuid of the last update (if updates are earlier in the array than new items)
2017-05-28 10:18:07 -06:00
FusionPBX
da7f893081
Update {$mac}.xml
2017-05-28 09:58:26 -06:00
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