FusionPBX
4c398d7ac6
Update report.php
2017-07-15 12:41:16 -06:00
The-Operator
2c0efdc6c6
Update German and Austrian translations ( #2722 )
...
* Update German and Austrian translations
Update German and Austrian translations and added missing English translations for FAX application.
* Update German & Austrian translations
2017-06-30 15:23:01 -06:00
Alexey Melnichuk
6adce64d7f
Add. Support `missed` argument in xml_cdr.php ( #2711 )
...
This argument used when build link in xml_cdr_statistics.php.
2017-06-23 09:21:25 -06:00
Alexey Melnichuk
9ccf44e059
Add. Display both CPM for all calls and for answered only. ( #2707 )
2017-06-22 09:04:44 -06:00
FusionPBX
af71ec5ca8
Update xml_cdr.php
2017-06-21 23:46:17 -06:00
FusionPBX
b8e460a81c
Update xml_cdr.php
2017-06-21 23:39:56 -06:00
FusionPBX
b0bef2fc80
Update v_xml_cdr_import.php
2017-06-21 19:34:06 -06:00
FusionPBX
6ebf247241
Update app_config.php
2017-06-21 19:10:11 -06:00
Alexey Melnichuk
74454b738f
Update CDR Stats application. ( #2704 )
...
* Update CDR Stats application.
Fix. Number of calls always calculate only for all domain.
Fix. Number of missed calls ignores any search parameters and use only `inbound` filter.
Fix. Calls duration for days use only domain filter and do not use any other filters.
Add. Limit setting for number of hours to calculate statistic.
Add. When timestamp set then calculate statistic only for this period.
* Fix. Calculate `Calls per minute`
Fix. Prevent divide `0/0` when calculate `ALOC`
* Fix. `Hours` have to be integer type.
2017-06-21 08:20:29 -06:00
Len
63f4ca3fa7
bug fix caller_destination label
2017-06-13 18:34:18 -04:00
Mafoo
f394915125
Enhance - translation missing tags ( #2680 )
...
add tags missing in some app_languages
2017-06-12 22:13:06 -07:00
Mafoo
7bdea2c30c
dos2unix ( #2682 )
...
find . -name "*.php" | xargs dos2unix
2017-06-12 22:09:36 -07:00
Alexey Melnichuk
d093b37c22
Add. Statistics takes account to leg. ( #2653 )
...
Add. Leg field to advanced search form.
2017-06-08 09:45:27 -06:00
Mafoo
b98f9cb120
Enhance - app_config.php cleanup for apps ( #2633 )
...
make spacing and layout consistent
add all missing language tags
fill missing en-us descriptions
convert to $x$y$z usage for array filling
add a default version number
this is a by hand update
2017-06-03 09:00:20 -06:00
Alexey Melnichuk
9050da03cc
Add. Handle `b` legs in CDR. ( #2626 )
...
* Add. Handle `b` legs in CDR.
CDR list/statistic by default handle only `a` legs.
So it prevent display wrong result when b-leg turn on.
Add ability to write to db `b` legs only for specific call directions.
To be able see b-legs in CDR need set xml_cdr_b_leg permission.
To add specific call direction to filter need add element to `cdr/b_leg/array` in default/domain settings.
* Add. `b_leg` to defalut settings.
2017-06-02 22:31:20 -06:00
Mafoo
4ae8b418d4
BugFix [master] - Convert all menus to 2-2 format ( #2627 )
...
convert all app_menu.php files to have all placeholders and languages and use 2-2 format for languages
update app_defaults to convert any items found using legacy values in user_setings, domain_settings and default_settings
2017-06-02 12:17:50 -06:00
Kristian Karlsson
22c317eb2f
BugFix [master] - Update languages ( #2621 )
...
Update for the Swedish language translation.
2017-06-02 08:39:34 -06:00
FusionPBX
0deed74c56
Update xml_cdr.php
2017-05-29 15:54:39 -06:00
FusionPBX
bc73617cf4
Update xml_cdr_inc.php
2017-05-29 15:51:45 -06:00
FusionPBX
6f38019400
Update app_languages.php
2017-05-29 15:21:54 -06:00
FusionPBX
31ade811a5
Update xml_cdr.php
2017-05-29 15:18:18 -06:00
FusionPBX
990b46523f
Update xml_cdr.php
2017-05-29 15:15:31 -06:00
FusionPBX
52bb56fdf2
Update v_xml_cdr_import.php
2017-05-29 15:14:38 -06:00
FusionPBX
57ddbf8038
Update app_config.php
2017-05-29 15:13:36 -06:00
FusionPBX
27e71ffa15
Update xml_cdr.php
2017-05-29 11:23:36 -06:00
FusionPBX
e8d3d7a64a
Update xml_cdr_inc.php
2017-05-29 10:56:28 -06:00
FusionPBX
a787715900
Update v_xml_cdr_import.php
2017-05-29 10:48:30 -06:00
FusionPBX
6918181786
Update app_config.php
2017-05-29 10:47:20 -06:00
The-Operator
a8dbc5fa93
Update German and Austrian translations ( #2595 )
2017-05-23 02:15:49 -06:00
Mafoo
01563ff267
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
Mafoo
4963119692
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
f44aee3bf8
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
0cfa084401
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
22dc22c30e
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
The-Operator
32c1522cbb
Add/Update German and Austrian translations ( #2542 )
...
Updated remaining app_languages.php files and all app_config.php and app_menu.php files where necessary.
2017-04-26 23:41:55 -06:00
FusionPBX
4aac065209
Add a refresh button to xml cdr.
2017-04-25 01:01:40 -06:00
Vladimir
30055465b7
Adding ru-ru locales ( #2530 )
...
* Translation of the menu (sent by Victor Kraft)
* ACL translate
* Backup translated
* App Fax translated (sent by Victor Kraft)
* App Adminer trnslated
* Resources translated (sent by Victor Kraft)
* App SIP Profiles translated
* ru-ru
* Call Block added
* ru-ru
* Update app_menu.php
* voicemails/app_languages.php locales ru-ru
voicemails/app_languages.php locales ru-ru
* app/vars/app_languages.php locales ru-ru
app/vars/app_languages.php locales ru-ru
* core: apps, authentication, databases, default_settings translate
* app/traffic_graph/app_languages.php adding locales ru-ru
app/traffic_graph/app_languages.php adding locales ru-ru
* app/time_conditions/app_languages.php adding locales ru-ru
app/time_conditions/app_languages.php adding locales ru-ru
* /app/system/app_languages.php adding locales ru-ru
/app/system/app_languages.php adding locales ru-ru
* /app/sip_status/app_languages.php adding locales ru-ru
* /app/settings/app_languages.php adding locales ru-ru
* /app/services/app_languages.php adding locales ru-ru
* /app/ring_groups/app_languages.php adding locales ru-ru
* /app/registrations/app_languages.php adding locales ru-ru
* /app/recordings/app_languages.php adding locales ru-ru
* /app/provision/app_menu.php adding locales ru-ru
* /app/pin_numbers/app_languages.php adding locales ru-ru
* Update app_languages.php
* /app/phrases/app_languages.php adding locales ru-ru
* /app/operator_panel/app_languages.php adding locales ru-ru
* core/groups translated
* /app/music_on_hold/app_languages.php adding locales ru-ru
* core/install translated
* core/menu translated
* /app/modules/app_languages.php adding locales ru-ru
* /app/meetings/app_menu.php adding locales ru-ru
* /app/log_viewer/app_languages.php adding locales ru-ru
* /app/ivr_menus/app_languages.php adding locales ru-ru
* /app/gateways/app_languages.php adding locales ru-ru
* /app/fifo_list/app_languages.php adding locales ru-ru
* core/notifications translated
* /app/fifo/app_languages.php adding locales ru-ru
* core/upgrade translated
* Update app_config.php
* core/user_settings translated
* Update app_languages.php
* Update app_menu.php
* Update app_languages.php
* core/users translated
* call_block translate fix
* Call Broadcast added
* call_block выклюено fix
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* themes translated
* /app/extensions/app_languages.php for locale ru-ru
* /app/exec/app_languages.php add locale ru-ru
* Update app_languages.php
* Update app_menu.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_menu.php
* add locales ru-ru /core/install/app_menu.php
* /app/emails/app_languages.php add locales ru-ru
* /app/edit/app_languages.php add locales ru-ru
* /app/dialplan_outbound/app_languages.php add lacales ru-ru
* app/devices translated
* /app/dialplan_inbound/app_languages.php add locales ru-ru
* call_center_active + call_centers
* /app/dialplan/app_languages.php add locales ru-ru
* /app/destinations/app_languages.php add locales ru-ru
* /app/database_transactions/app_languages.php add locales ru-ru
* /app/contacts/app_languages.php addlocales ru-ru
* Update app_languages.php
* Update app_languages.php
* /app/contacts/app_languages.php add locales ru-ru
* /app/conferences/app_languages.php add locales ru-ru
* /app/conference_profiles/app_languages.php add locales ru-ru
* /app/destinations/app_languages.php add locales ru-ru
* /app/destinations/app_languages.php add locales ru-ru
* /app/conferences/app_languages.php add locales ru-ru
* app/calls_active translated
* app/click_to_call translated
* app/calls_active label-opt fix transtation
* translated
* translated
* translate
* /app/voicemails/app_config.php addlocales ru-ru
* /app/voicemail_greetings/app_config.php add locales ru-ru
* /app/vars/app_config.php add locales ru-ru
* /app/traffic_graph/app_config.php add locales ru-ru
* /app/tones/app_config.php add locales ru-ru
* /app/time_conditions/app_config.php add locales ru-ru
* /app/tftp/app_config.php add locales ru-ru
* /app/system/app_config.php add locales ru-ru
* /app/sip_status/app_config.php addlocales ru-ru
* app/devices translated ru-ru
* app/devices translated ru-ru
* /core/menu/app_languages.php add locales ru-ru
* /app/contacts/app_languages.php add locales ru-ru
* /app/conferences/app_languages.php add locales ru-ru
* /app/voicemails/app_languages.php add locales ru-ru
* /app/conference_centers/app_languages.php add locales ru-ru
* /app/ring_groups/app_languages.php add locales ru-ru
* /app/ivr_menus/app_languages.php add locales ru-ru
* /app/xml_cdr/app_languages.php add locales ru-ru
* /resources/app_languages.php add locales ru-ru
* /app/conference_centers/app_languages.php add locales ru-ru
* call_flows
* /app/call_broadcast/app_languages.php add locales ru-ru
* /app/call_block/app_languages.php add locales ru-ru
* /app/call_block/app_languages.php add locales ru-ru
* /app/call_block/app_languages.php add locales ru-ru
* By now
* calls
* /app/call_flows/app_languages.php add locales ru-ru
* /app/system/app_languages.php add locales ru-ru
* /app/exec/app_languages.php add locales ru-ru
* /app/vars/app_menu.php add locales ru-ru
* /app/backup/app_languages.php add locales ru-ru
* /app/ring_groups/app_languages.php add locales ru-ru
* /app/calls/app_languages.php add locales ru-ru
* /app/call_centers/app_languages.php add locales ru-ru
* /app/call_broadcast/app_languages.php add locales ru-ru
* app/fax fix translate label-fax_send_channels
* /app/extensions/app_languages.php add locales ru-ru
* /app/xml_cdr/app_languages.php add locales ru-ru
* /app/ring_groups/app_languages.php add locales ru-ru
* /app/contacts/app_languages.php add locales ru-ru
* Fix default language select
* /app/contacts/app_languages.php add locales ru-ru
* Fix translations in app edit, extensions, fifo, gateways, music_on_hold, services, time_conditions, xml_cdr
* Replaced "звонки" to "вызовы" and fix sorting in menu for "Конференции"
* More replace "звонк"
* Fix translate
* app/xml_cdr replace translate for label-start_range, label-end_range
* app/xml_cdr replace translate label-destination, description_search and description-4
* Corrections
* Repalce "Порядковый номер" to "Приоритет"
* app/operator_panel replace translation label-call_group
2017-04-24 16:37:00 -06:00
FusionPBX
0920e72a23
Update xml_cdr_inc.php
2017-04-08 15:17:52 -06:00
FusionPBX
f94a3caef0
Update xml_cdr_statistics_inc.php
2017-03-21 22:51:06 -06:00
FusionPBX
f1af0e7fa5
Update app_config.php
2017-02-15 23:50:07 -07:00
FusionPBX
082d694b05
Fix xml cdr show all for export.
2017-01-18 20:05:21 -07:00
FusionPBX
aa0258542d
Update app_config.php
2017-01-13 00:26:25 -07:00
FusionPBX
f43235907b
Update app_defaults.php
2017-01-13 00:24:29 -07:00
FusionPBX
83e60f9805
Update app_defaults.php
2017-01-12 14:55:06 -07:00
FusionPBX
877a7db025
Update app_defaults.php
2017-01-12 14:41:43 -07:00
FusionPBX
7dabd1261a
Update xml_cdr.php
2017-01-04 22:25:17 -07:00
FusionPBX
dd60a08e69
Update xml_cdr_inc.php
2017-01-04 21:56:23 -07:00
FusionPBX
c3ab507841
Update xml_cdr.php
...
Capitalize the SQL, change tmp_cdr to an alias of c for CDR, and remove the spaces from the indentation.
2016-12-30 10:54:33 -07:00
Karolis Pabijanskas
fcc1ff7af4
Fix xml_cdr_extension_summary.php speed issues ( #2280 )
2016-12-29 12:59:52 -07:00
FusionPBX
cb1d23ee50
Update xml_cdr_inc.php
2016-12-22 21:36:46 -07:00