domainstring required
The SIP domain of tenant.
It is usually a fully qualified domain name (FQDN).
If there is no FQDN, you can also use the IP address of the PBX server as the SIP domain.
The SIP domain name is only used for SIP message authentication and does not require analysis.
websitestring
The official website of tenant.
timezonestring required
The IANA Time Zone names, such as "Asia/Shanghai".
currencystring required
The Currency code (ISO 4217).
enabledboolean
Enable this tenant or not.
enable_video_recordingboolean
Allow extension video recording.
enable_audio_recordingboolean
Allow extension audio recording.
enable_dual_track_recordingboolean
Allow dual track recording for calls.
enable_billingboolean
Enable call billing or not.
enable_feature_billingboolean
Enable call billing feature or not.
enable_feature_call_statisticsboolean
Enable call statistics feature or not.
enable_feature_contact_centerboolean
Enable contact center feature or not.
enable_feature_message_channelsboolean
Enable message channels feature or not.
enable_feature_microsoft_teamsboolean
Enable Microsoft Teams feature or not.
enable_feature_trunksboolean
Enable trunks feature or not.
enable_feature_whats_appboolean
Enable WhatsApp feature or not.
custom_optionsstring
Some custom configuration options serialized as json string
max_extensionsinteger
The maximum number of users that the tenant is allowed to create.
max_concurrent_callsinteger
The maximum number of concurrent calls that the tenant is allowed to have.
max_ring_groupsinteger
The maximum number of ring groups that the tenant is allowed to create.
max_virtual_receptionistsinteger
The maximum number of virtual receptionists that the tenant is allowed to create.
max_call_queuesinteger
The maximum number of call queues that the tenant is allowed to create.
max_conference_roomsinteger
The maximum number of conference rooms that the tenant is allowed to be online at the same time.
disk_quotastring
The maximum size of disk space that the tenant is allowed to have.
Specify a positive number and specify the unit at the same time, KB, MB, GB, PB are all allowed.
For example: 100MB, 1000GB. Leave it empty, means unlimited.
im_disk_quotastring
The maximum size of disk space that the tenant is allowed to have for IM service.
Specify a positive number and specify the unit at the same time, KB, MB, GB, PB are all allowed.
For example: 100MB, 1000GB. Leave it empty, means unlimited.
extension_im_disk_quotastring
The maximum size of disk space that the extension user is allowed to have for IM service.
Specify a positive number and specify the unit at the same time, KB, MB, GB, PB are all allowed.
For example: 100MB, 1000GB. Leave it empty, means unlimited.
recording_retentioninteger
The retention period in days of recordings.
call_report_retentioninteger
The retention period in days of call report files.
log_retentioninteger
The retention period in days of audit logs and event logs.
temp_file_retentioninteger
The retention period in days of temporary files.
contact_match_type'DISABLE' | 'MATCH_EXACTLY' | 'MATCH_LENGTH'
The match method of contact:
Can be either:
- DISABLE: Disable match.
- MATCH_EXACTLY: Match exactly.
- MATCH_LENGTH: Match at least specified number of characters.
contact_match_lengthinteger
The matched length of characters when contact_match_type is MATCH_LENGTH.
contact_append_type'DISABLE' | 'APPEND' | 'PREPEND'
Method for adding Group, Queue or DID/DDI Names to Caller ID:
Can be either:
- DISABLE: Do not add.
- APPEND: Append names.
- PREPEND: Prepend names.
contact_update_intervalinteger
The interval for synchronizing contacts from the server, in minutes.