Commit Graph

370 Commits

Author SHA1 Message Date
FusionPBX af73671c32
Add import button if the feature is installed. 2021-02-08 11:51:48 -07:00
agree 50d2d49b9e
Fix agent record selected
`$agent_record` is a string not a Boolean
2021-01-30 22:40:26 -05:00
agree 5fda5d811f call center agent record 2021-01-29 13:56:04 -05:00
FusionPBX 5ed3989b4e
Merge pull request #5736 from emaktech/patch-15
French Translation update
2021-01-26 08:36:46 -07:00
fusionate 1b2dc75fa6 Call Center Queues - Delete: Unload deleted queue configurations. 2021-01-25 17:09:55 -07:00
fusionate 0c3aa93dc9 Call Center Agents - Delete: Fix bulk delete bug. 2021-01-25 12:30:42 -07:00
emaktech ddda85bbf1
Update app_languages.php
French Translation update
2021-01-20 12:20:38 -05:00
Andrew Querol 124f32d989
Remove footer from call center dashboard widget.
This should not have been in here, causes the footer to display outside of the bounds of where it should be.
2021-01-14 10:11:11 -06:00
agree 53e48a5262
Call center: add missing queue_name field from destination select sql query 2020-12-21 18:01:44 -05:00
FusionPBX edb9a6e269
Restrict Call Center greeting to applications to playback, say, tone_stream, and phrase. 2020-12-09 20:00:39 -07:00
FusionPBX d7dd1a9b1d
Call Center greeting improve support for say and tone_stream. 2020-12-09 19:42:16 -07:00
FusionPBX 6f2365fe24
Update call_center_agent_edit.php 2020-12-02 12:30:02 -07:00
FusionPBX ae3ade1714
Add new setting agent_contact_method 2020-12-02 12:11:56 -07:00
fusionate c67c8cd4c2 Destination Select - Dynamic: Clear session array on add/toggle/delete of a destination type record. 2020-11-30 14:15:57 -07:00
FusionPBX f5e5fd7a79
Update call_center_queue_edit.php
Change session context to domain_name.
2020-10-22 02:42:08 -06:00
FusionPBX 7aa65122a0
Update call_center.php
Change session context to domain_name.
2020-10-22 02:36:52 -06:00
FusionPBX 7f870ea26f
Remove an extra line of code that causes no harm but is not needed. 2020-10-10 12:46:56 -06:00
FusionPBX b82e7208d0
Update call_center_queue_edit.php
Fix the permissions check for call_center_outbound_caller_id_number
2020-09-29 11:58:21 -06:00
FusionPBX 961a974ab2
Update app_config.php
Add queue_outbound_caller_id_name and queue_outbound_caller_id_number fields to the call center queue table.
2020-09-29 11:53:09 -06:00
FusionPBX ca1040a83b
Update call_center_queue_edit.php
Add outbound_caller_id_name and outbound_caller_id_number.
2020-09-29 11:48:38 -06:00
FusionPBX 4e27817f50
Add outbound_caller_id_name and outbound_caller_id_number. 2020-09-29 11:46:46 -06:00
FusionPBX b88609f2b9
Add call center outbound caller id name and number permisisons. 2020-09-29 11:45:52 -06:00
agree 16b34145d6
add extensions to destination class (#5501) 2020-09-29 11:43:48 -06:00
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 3e0851df3f
Remove the deprecated save_dialplan_xml function. 2020-08-14 00:31:33 -06:00
FusionPBX 2cc649dd2f
Update call_center.php 2020-08-14 00:18:54 -06:00
FusionPBX 3d31bbac35
Update call_center_queue_edit.php 2020-04-21 13:43:32 -06:00
Nate 5cc1e4499d Call Center Queues - Edit: Exclude empty greeting in XML. 2020-04-13 15:43:30 -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 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 41468e9da3 Call Center - Queues & Agents: Modal integration. 2020-03-25 19:48:41 -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
Nate e8494facee Multiple: Add IDs to form tags, remove empty action attributes. 2020-03-05 10:02:25 -07:00
Nate 029c7174b4 Multiple - Add IDs to common/default action buttons. 2020-03-05 00:05:45 -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 31c2c7816a Update call_center_queue_edit.php 2020-02-07 12:11:36 -07:00
root e9f4d5113f Added destination select permissions 2020-01-21 11:43:19 -05:00
Nate d10cfc3252 Call Centers: Action bar and button updates. 2020-01-13 09:44:46 -07:00
chansizzle aafa14c863 Update app_config.php (#5015) 2020-01-08 13:07:42 -07:00
Nate 8daca7cee7 Call Center: List view updates for Agent Status. 2019-12-18 15:04:06 -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
Nate d588ea9c6d Call Centers: Class updates. 2019-11-30 19:59:14 -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
Nate bfb17507f1 List Views: Simplify action handling. 2019-11-30 11:12:41 -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
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
Nate 547e57d8c4 Call Center Agents/Queues: Search to the right. 2019-11-07 23:38:43 -07:00
FusionPBX 0ea80ccc2f Update call_center_agent_edit.php 2019-11-06 14:27:01 -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 bf5cb9c1a7 Minor class mods, Conference Centers list view updates. 2019-11-02 13:40:17 -06:00
Nate 4b16c5943d Call Centers: List view updates. 2019-10-25 19:43:02 -06:00
chansizzle 142e9f828c Update call_center_queues.php (#4642) 2019-09-24 12:12:54 -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
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
Nate 5a8dcd04bd Call Center: Token integration. 2019-09-17 21:59:42 -06:00
FusionPBX 2978964639 Update call_center_queue_edit.php 2019-09-10 13:49:42 -06:00
Nate a307f1ae3c Call Center Class: Database class integration. 2019-09-04 09:55:10 -06:00
emaktech e82286c001 Modified fr-ca / fr-fr translation. (#4472) 2019-08-30 21:03:50 -04:00
Nate c660b27096 Misc: Database class integration. 2019-08-28 21:02:08 -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 0c1e97bec0 Update app_config.php 2019-07-30 01:37:57 -06:00
Nate 12d7ceb397 Database class integration. 2019-07-29 09:26:52 -06:00
Nate d50170269e Database class integration. 2019-07-02 10:56:36 -06:00
FusionPBX e49790f1cc Update call_center_agent_status.php 2019-06-16 18:15:09 -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
FusionPBX 892487c8a1 Update call_center.php 2019-04-16 17:06:05 -06:00
StratoSwitch 8ca231a314 Update call_center.php (#4046)
Add pause before greeting if greeting assigned
2019-04-04 10:20:34 -06:00
FusionPBX 09eece9555 Update call_center_agent_edit.php 2019-03-15 00:02:20 -06:00
FusionPBX 1e4f4af060 Update app_menu.php 2019-01-02 15:49:40 -07:00
FusionPBX 31d4140f47 Update app_config.php 2019-01-02 15:49:10 -07:00
konradSC 365aebc308 Update BLF for agents when making changes in the GUI. Also use BLF as a speed dial for login/logout. (#3949)
* Create call_center_notify.php

Function for sending BLF notify to ELS.

* Update call_center_agent_status.php

* Update 200_agent_status.xml

* Update 200_agent_status.xml
2018-12-25 22:25:24 -07:00
diger e5ad9f1308 Fix sqlite error (#3861) 2018-11-23 08:07:05 -07:00
FusionPBX 9665d8535a Update call_center_queues.php 2018-10-11 18:05:27 -06:00
AlexanderDCrane d128cfce9b Update call_center_agent_status.php (#3382) 2018-08-31 13:25:00 -06:00
markjcrane a72f1d6266 Change messages class to message 2018-08-31 03:09:01 +00:00
AlexanderDCrane fd4a807afd Update call_center_queue_edit.php (#3286) 2018-08-27 14:46:55 -06:00
FusionPBX b33eae98bf Update call_center_queue_edit.php 2018-07-18 19:06:32 -06:00
FusionPBX 6773177c24 Update call_center_queue_edit.php 2018-07-18 17:39:43 -06:00
FusionPBX 79a34bdef0 Update call_center.php 2018-07-18 17:26:18 -06:00
FusionPBX ebc0a441ae Update call_center_queue_edit.php 2018-07-18 17:08:25 -06:00
FusionPBX 733fb7f969 Update call_center_queue_edit.php 2018-07-18 17:05:11 -06:00
FusionPBX 5e58090fe8 Update app_config.php 2018-07-18 16:59:21 -06:00
FusionPBX dcd2267877 Update call_center_agent_edit.php 2018-06-30 18:56:48 -06:00
FusionPBX 995d8e6a21 Update call_center_queue_edit.php 2018-06-30 18:49:18 -06:00
FusionPBX c0c49ec2be Update call_center_queues.php 2018-06-30 18:46:28 -06:00
AlexanderDCrane 6a09d30701 Update call_center_queue_edit.php (#3140) 2018-06-13 07:27:52 -06:00
AlexanderDCrane 1da7eadbca Escape user data on call_center_queue_edit.php (#3095) 2018-06-09 11:02:45 -06:00
FusionPBX 955e47de33 Update call_center_agent_status.php 2018-06-07 10:52:09 -06:00
FusionPBX eaf8fa1247 Update call_center_agents.php 2018-06-06 10:26:57 -06:00
FusionPBX 3ea18a4e92 Update call_center_queues.php 2018-06-05 14:14:47 -06:00
FusionPBX 6eb9db1f08 Update call_center_queue_edit.php 2018-04-21 23:46:33 -06:00
FusionPBX c7258b2dcc Update app_config.php 2018-04-21 23:43:50 -06:00
FusionPBX 34ee4b89b8 Update call_center_queue_edit.php 2018-04-17 10:27:56 -06:00
FusionPBX 07beb0caf4 Update call_center_queue_edit.php 2018-04-15 21:45:10 -06:00
Len 016cdee3df typo fix (#3028) 2018-04-13 15:39:45 -06:00
FusionPBX 66786e1791 Update call_center_queue_edit.php 2018-04-08 12:07:38 -06:00
FusionPBX 0ed6ca8a73 Update call_center_agent_edit.php 2018-04-08 10:45:42 -06:00
FusionPBX f237ed8631 Update call_center_agent_delete.php 2018-04-08 10:40:07 -06:00
FusionPBX 77e7cd3588 Update call_center_queue_edit.php 2018-04-04 16:23:38 -06:00
FusionPBX 01b6d6cf45 Update call_center_queue_edit.php 2018-04-04 16:20:18 -06:00
FusionPBX b55b8b9a9d Update app_config.php 2018-04-04 15:57:41 -06:00
FusionPBX cc0ffae0f7 Update app_languages.php 2018-04-04 15:56:03 -06:00
FusionPBX b587fc4b3e Update call_center_queue_edit.php 2018-04-04 13:15:54 -06:00
FusionPBX ad5f2acb00 Update call_center_queue_edit.php 2018-04-03 17:54:42 -06:00
FusionPBX 39db9220ef Update call_center_agent_status.php 2018-04-01 11:49:18 -06:00
FusionPBX e1f243f93b Update call_center_agent_status.php 2018-04-01 01:11:17 -06:00
FusionPBX 188413f112 Update call_center_agent_status.php 2018-03-31 23:54:48 -06:00
FusionPBX 0db9f4abd1 Update call_center_agent_status.php 2018-03-31 22:54:25 -06:00
FusionPBX 6233c2de94 Update call_center_agent_status.php 2018-03-31 17:57:29 -06:00
FusionPBX 9f43487a47 Update call_center_queue_edit.php 2018-03-31 11:18:37 -06:00
FusionPBX c53108ca5b Update app_defaults.php 2018-03-31 11:09:20 -06:00
FusionPBX ea003f8849 Update app_config.php 2018-03-31 11:08:48 -06:00
FusionPBX 70abdca163 Update app_menu.php 2018-03-01 21:56:50 -07:00
FusionPBX 037c310118 Update call_center_agent_edit.php
Not requiring a username account would take a major change so changing this back and setting the username as required.
2018-02-21 14:06:42 -07:00
FusionPBX 64f098b548 Update call_center_agent_edit.php 2018-02-21 13:53:28 -07:00
Mafoo 4d60f4f6d5 Enhance [master] - Italian Translations (#2989)
* Reinstate comments detected by text class

* Updated Italian Translations
2018-02-12 10:50:47 -07:00
Pro-pra e0878d46c9 small fix RU translation (#2967) 2018-01-28 22:24:23 -07:00
FusionPBX be6141f44e Update app_languages.php 2018-01-28 05:11:05 -07:00
FusionPBX 036cdc73b9 Update app_config.php 2018-01-28 04:52:25 -07:00
FusionPBX 257112e21f Update call_center_queue_edit.php 2018-01-28 04:50:54 -07:00
FusionPBX 8a39b27d29 Update app_languages.php 2018-01-28 04:44:22 -07:00
FusionPBX 795a5045ed Update call_center_agent_dashboard.php 2017-09-28 12:36:06 -06:00
Christian Bergamaschi 9f228ef8c5 Italian translation added (#2852) 2017-09-21 09:06:26 -06:00
FusionPBX d82c0638f7 Update call_center_queue_edit.php 2017-09-11 03:25:31 -05:00
Mafoo f394915125 Enhance - translation missing tags (#2680)
add tags missing in some app_languages
2017-06-12 22:13:06 -07:00
Mafoo 3cab4401cf Enhance - More messages::add updates (#2662)
convert more messages over to messsagse::add
2017-06-09 20:13:40 -06:00
Mafoo f0feb25016 Enhance - Convert more messages (#2646)
convert more messages to messages class
skipped dashboard messages due to them relying on $_SESSION['message']
to know if there has already been a change
2017-06-08 09:39:04 -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
Mafoo 8709d01fb0 BugFix [master] language update (#2628)
Imported Found language ro as ro-ro Romanian (tested by reverse translation)
Add placeholders for all found languages
Add new missing flags
Enhancements to text class
* improved sort to keep language-* tags organized at the top
* if a language is missing a name tag, add it
* changed organizer to not add a final \n
* corrected some indenting
* added detect_all_languages that attempts to find any languages that haven't been defined in resources/app_languages.php
* added language_totals, this is used by the optional languages application to calculate how complete a language is
2017-06-02 13:24:12 -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 669447de02 Create call_center_agent_dashboard.php 2017-05-19 20:15:14 -06:00
FusionPBX e090a535a5 Update call_center_agent_status.php 2017-05-19 20:09:33 -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
FusionPBX dbf3d7ab08 Update call_center_agent_status.php 2017-05-16 19:54:38 -06:00
FusionPBX 3675aee2ae Update call_center_agent_status.php 2017-05-16 18:39:44 -06:00
FusionPBX 7b4cdda010 Update call_center_agent_edit.php 2017-05-16 10:28:53 -06:00
FusionPBX d1305fda8d Update app_config.php 2017-05-16 10:25:17 -06:00
FusionPBX 930068d44c Change agent_name into an input box. 2017-05-15 10:06:52 -06:00
FusionPBX 5541080c70 Update call_center_agent_status.php 2017-05-13 22:24:59 -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 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
FusionPBX 5a222bd289 Update app_config.php 2017-04-29 23:28:32 -06:00
Luis Daniel Lucio Quiroz 18892ff211 Typo in the CC exit key patch (#2550)
I did a bad copy and paste, reading $_POST where it was $row
2017-04-29 20:13:11 -06:00
The-Operator d05ace4995 Updates to German and Austrian translations (#2549)
Updates and error corrections
2017-04-27 15:19:36 -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
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
The-Operator 835cca5f3c Add/Update German and Austrian translations (#2528)
Modified apps:
- call_centers
- log_viewer
- modules
- music_on_hold
- operator_panel
- phrases
- pin_numbers
- recordings
- registrations
- ring_groups
- services
- settings
- sip_profiles
- sip_status
- system
2017-04-21 13:41:20 -06:00
Luis Daniel Lucio Quiroz f3f3e6739a CC Key Support for Call Center (#2518)
* Exit Keys support

* Multilanguage support

* CC Key Support

* Update call_center.php
2017-04-18 12:03:41 -06:00
The-Operator 919bd98352 Add German translation & update Austrian Translation (#2438)
* Add German translation and update Austrian translation

* Add German translation and update Austrian translation

* Fix syntax error in line 1301 introduced by German translation.

* Add German translation & update Austrian translation

Add German translation & update Austrian translation. Fixed two php syntax errors.
2017-03-18 17:55:23 -06:00
jamesorose 3f4683b4d5 alphabetize the page (#2396) 2017-02-23 16:16:54 -07:00
FusionPBX ed315ade1a Update app_config.php 2017-02-15 21:32:01 -07:00
DigiDaz 809da1d715 Stop warning message appearing (#2302)
Stops php warning message appearing when there are no assigned agents
2017-01-15 18:42:42 -07:00
jalr 7cb70299f4 Add German indications (#2005) 2016-11-01 11:02:21 -06:00
FusionPBX b423ab88eb Update call_center_queue_edit.php 2016-10-27 13:19:48 -06:00
FusionPBX 24f33e3b72 Update call_center_agent_delete.php 2016-10-27 13:17:09 -06:00
FusionPBX 7e0061d221 Update call_center_queue_delete.php 2016-10-27 13:15:55 -06:00
FusionPBX 2f689607f1 Update call_center.php 2016-10-23 00:18:31 -06:00
FusionPBX c07895ffc3 Update call_center_agent_edit.php 2016-10-22 22:57:03 -06:00
FusionPBX 67822a92ed Update call_center_queue_edit.php 2016-10-21 10:21:14 -06:00
FusionPBX 1f5af1df38 Update call_center_agent_edit.php 2016-10-18 09:31:37 -06:00
FusionPBX 55968ebcd3 Update call_center_queue_edit.php 2016-10-18 09:30:26 -06:00
FusionPBX 9074edb045 Update call_center_queue_edit.php 2016-10-10 11:40:38 -06:00
FusionPBX 05a66df0a6 Update call_center_queue_edit.php 2016-10-05 07:28:18 -06:00
FusionPBX 4c5c8000c9 Update call_center_queue_delete.php 2016-10-05 07:25:25 -06:00
FusionPBX 93dd89e3c3 Update app_config.php 2016-10-05 06:03:28 -06:00
FusionPBX 6302279b1e Update call_center_agent_edit.php 2016-10-05 03:44:55 -06:00
AgregarDeveloper 15a6d67a41 Major changes to pt-br language. (#1835)
* Um teste por hora

* asd

* Edited and Added PT-BR language.

Minor and major fixes to pt-br translate.

2 fixes to mistyped english words.

* Create AgregarDeveloper.md

* Deleted wrong file placement

Deleted wrong file placement
2016-08-25 11:03:51 -06:00
Mafoo 7975d125e3 BugFix Convert call_center to ringback class (#1637) 2016-06-08 15:40:24 -06:00
Mafoo 27dc84b3b8 BugFix-remove-legacy-warning (#1638)
changed switch_music_on_hold->select to be more inline of usage
changed extension_edit to use new format
changed call_center_queue_edit to use new format while
https://github.com/fusionpbx/fusionpbx/pull/1637 is in testing
2016-06-08 15:15:36 -06:00
markjcrane c3b12c217d Cleanup the indentation ... tabs and whitespace after the last pull request. 2016-04-28 16:56:44 -06:00
Harry G. Coin f02028629a fixes so cli installs/upgrades work.
Also another step along the way allowing freeswitch to run -u -g freeswitch and fusionpbx to run -u -g www-data
2016-04-25 21:26:26 -05:00
Harry G. Coin bda6861f88 \r\n --> \n
Cause all the .php files containing lines ending with \r\n to instead end with \n.

DYI with:

find fusionpbx -type f -name '*.php' -exec dos2unix '{}' \;
2016-04-25 20:30:23 -05:00
reliberate 6a0465609f Dashboard: Fix issue with Ring Group Forward not saving changes.
Misc: Restore/Fix some missing/botched HTML tags.
2016-04-07 14:14:32 -06:00
markjcrane 562f000356 Add a new switch class with a method to get the directories needed for FreeSWITCH and add them to default settings -> switch category. 2016-04-02 17:53:51 -06:00
reliberate 5974b686e9 Apps: Integrate ability to set paging via a Default/Domain/User Setting (domain > paging > numeric). 2016-03-28 23:02:11 -06:00
markjcrane 4c1a5d6579 Remove agent_admin from call_centers/app_menu.php as it doesn't exist by default and causes an error. 2016-03-26 23:36:13 -06:00
mafoo 3b438926b6 WhitespaceClean-app/batch_1
whitespace pass over files
for reference regex that was used s/[ \t]+(\r?\n)/\1/
2016-03-11 11:56:29 +00:00
reliberate 877c1e805d Call Center Agent: Prevent duplicate sip_invite_domain key/value insertion on Agent edit. 2016-02-29 22:54:24 -07:00
markjcrane af18c963c0 Rename .project.ROOT to project_root.php this conforms better with current file naming standards. 2016-02-22 14:01:18 -07:00
markjcrane 2e306568e4 Disable default settings -> call center path by default. 2016-01-25 10:24:09 -07:00
Mafoo 56b34c34ca changed throw Exception to die
nothing ever eval runs the root.php so changed to die to cause a immediate report of error and stop code processing.
2016-01-20 11:30:31 +00:00
Mafoo 87dbd6b428 Added check for if .project.ROOT is missing
If a installation is missing the .project.ROOT previously it would just use the last search path as the project root (wrong) this will cause a Exception should it be unable to find it
2016-01-18 09:38:16 +00:00