Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Name

Type

Description

_id

Status
titleSTRING

Internal object identifier

imgSmall

Status
titlenumber

Threshold in bytes below which the image is considered small

imgLarge

Status
titlenumber

Threshold in bytes above which the image is considered large

docSmall

Status
titlenumber

Threshold in bytes below which the document is considered small

docMaxSize

Status
titlenumber

Threshold in bytes above which the document preview will not be shown in the chat

EasyCIMHost

Status
titleSTRING

Easy CIM host

EasyCIMPort

Status
titleSTRING

Easy CIM port

callbackNowUrl

Status
titleSTRING

Url to call for the callback now

callbackFirstSlotUrl

Status
titleSTRING

Url to call for the callback first slot

callbackLaterUrl

Status
titleSTRING

Url to call for the callback later

checkCallbackAvailableUrl

Status
titleSTRING

Url to call for the check callback available

ct7url

Status
titlestring

Url of CTI webhook

ct7Token

Status
titlestring

Token to perform bearer authorization on the requests to CTI webhook

keepaliveSessioInterval

Status
titlenuber

Milliseconds how often to call the keepalive

identityProviderUrl

Status
titlestring

Url of the identity provider to which to perform authentication

sharedSecret

Status
titlestring

Key used to verify the json web token

Example

Code Block
languagejson
{
    "_id" : "5d7bae993bcb9e40e0330a70",
    "ct7url" : "http://felixct7-cti1.reiteklab.eu.rd.eilab.biz:8902/http2sip2/chat",
    "ct7Token" : "dde53da9afe08115f54126dd1a3fb9d5c2828a047121a8ac97f357a335ea139971d434f28191ff382940ef509f5d486e",
    "keepaliveSessioInterval" : 300000,
    "identityProviderUrl" : "http://localhost:3003/EasyCIM/IdentityProvider/livechat_sso",
    "sharedSecret" : "facf31a3577dc6ca24527c6b07d2c1ff3f12a53b61203c5b0931eb702fdc986d",
    "imgSmall" : 200000,
    "imgLarge" : 2000000,
    "docSmall" : 5000000,
    "docMaxSize" : 10000000,
    "EasyCIMHost" : "10.51.54.200",
    "EasyCIMPort" : 80,
    "callbackNowUrl" : "/EasyCIM/easyCallback/now",
    "callbackLaterUrl" : "/EasyCIM/easyCallback/later",
    "callbackFirstSlotUrl" : "/EasyCIM/easyCallback/firstSlot",
    "checkCallbackAvailableUrl" : "/EasyCIM/easyCallback/checkCallbackAvailable",
   "__v":0
}