Basic product license

Location path

Path in the assembly catalog

/era_env/priv/metadata/defaultlic.json

Overview

The base license of the product, sets the license parameter values that will be added in any case to the values of the license uploaded as a file to the master domain.

So for example, if no domains are written out in the license, the base license can add several by default. Or, for example, the product does not license the number of trunks at all, then the base license may contain an unlimited value as this parameter 123456789.

The file contains digital signatures for each of the set values. Thus, it is not enough to simply change the value in the file, but each value must be signed by passing it through the digital signature algorithm.

Format:
{
  "dql": object
}
  • dql – object containing parameters of quantitative licenses (domains, devices, siptrunks, ivrscripts, etc.) as keys and a list containing a numeric value and a hash sum as values.

Example

Set for domains to 10 and for registered SIP devices to 1000 units.

Example:
{
  "dql":{
    "domains": [10,"P4mPwX1V9g2csZPAS2BTn71SwDz0dQAOmixcB3yz3WphTtrIp8d6sP6vfNLs/7oyMeHC"],
    "devices": [1000,"gCJJ1WqBtAq64EI3yNOReDy/o5HF6b/wEBGD7HxdowE+NV7ooBHSCfMVzhUsi8Dw4MPT"]
  }
}

See also