Skip to content

Commit

Permalink
Merge pull request #419 from webitel/hotfix/DEV-2612
Browse files Browse the repository at this point in the history
DEV-2612
  • Loading branch information
dlohvinov authored Jan 24, 2023
2 parents 1d089a0 + 8e32915 commit 81827a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-client",
"version": "22.12.2",
"version": "22.12.3",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ const QueueTypeProperties = Object.freeze({
'allowGreetingAgent',
'endless',
'stickyAgent',
'stickyAgentSec',

// processing specific
'taskProcessing.enabled',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const predictiveDialer = () => ({
statisticTime: 60,
endless: false,
perNumbers: false,
stickyAgentSec: 5,
},
});

Expand Down

0 comments on commit 81827a0

Please sign in to comment.