Zoom Rooms Controller SDK Reference 6.5.0
Loading...
Searching...
No Matches
CloudPBXServiceInfo Struct Reference

Zoom Phone info. More...

#include <IPhoneCallService.h>

Data Fields

std::string extension
 Zoom Phone's extension.
 
std::string companyNumber
 Zoom Phone's companyNumber.
 
std::vector< std::string > directNumbers
 Zoom Phone's directNumbers.
 
std::string countryCode
 Zoom Phone's countryCode.
 
std::string countryName
 Zoom Phone's countryName.
 
std::string areaCode
 Zoom Phone's areaCode.
 
std::vector< SIPCallerIDcallerIDs
 Zoom Phone's callerIDs.
 
std::string formattedCompanyNumber
 Zoom Phone's formattedCompanyNumber.
 
std::vector< std::string > formattedDirectNumbers
 Zoom Phone's formattedDirectNumbers.
 
bool isEnabledMakeOutBoundPSTNCall = false
 TRUE indicates you can make PSTN calls. Otherwise not.
 
bool isEnabledHaveADID = false
 TRUE indicates enabled have a DID. Otherwise not.
 
bool isEnable911Call =false
 TRUE indicates you can make emergency calls. Otherwise not.
 
EmergencyCall emergencyCall
 Zoom Phone's emergency info.
 

Detailed Description

Zoom Phone info.

Definition at line 222 of file IPhoneCallService.h.

Field Documentation

◆ areaCode

std::string CloudPBXServiceInfo::areaCode

Zoom Phone's areaCode.

Definition at line 229 of file IPhoneCallService.h.

◆ callerIDs

std::vector<SIPCallerID> CloudPBXServiceInfo::callerIDs

Zoom Phone's callerIDs.

Definition at line 230 of file IPhoneCallService.h.

◆ companyNumber

std::string CloudPBXServiceInfo::companyNumber

Zoom Phone's companyNumber.

Definition at line 225 of file IPhoneCallService.h.

◆ countryCode

std::string CloudPBXServiceInfo::countryCode

Zoom Phone's countryCode.

Definition at line 227 of file IPhoneCallService.h.

◆ countryName

std::string CloudPBXServiceInfo::countryName

Zoom Phone's countryName.

Definition at line 228 of file IPhoneCallService.h.

◆ directNumbers

std::vector<std::string> CloudPBXServiceInfo::directNumbers

Zoom Phone's directNumbers.

Definition at line 226 of file IPhoneCallService.h.

◆ emergencyCall

EmergencyCall CloudPBXServiceInfo::emergencyCall

Zoom Phone's emergency info.

Definition at line 236 of file IPhoneCallService.h.

◆ extension

std::string CloudPBXServiceInfo::extension

Zoom Phone's extension.

Definition at line 224 of file IPhoneCallService.h.

◆ formattedCompanyNumber

std::string CloudPBXServiceInfo::formattedCompanyNumber

Zoom Phone's formattedCompanyNumber.

Definition at line 231 of file IPhoneCallService.h.

◆ formattedDirectNumbers

std::vector<std::string> CloudPBXServiceInfo::formattedDirectNumbers

Zoom Phone's formattedDirectNumbers.

Definition at line 232 of file IPhoneCallService.h.

◆ isEnable911Call

bool CloudPBXServiceInfo::isEnable911Call =false

TRUE indicates you can make emergency calls. Otherwise not.

Definition at line 235 of file IPhoneCallService.h.

◆ isEnabledHaveADID

bool CloudPBXServiceInfo::isEnabledHaveADID = false

TRUE indicates enabled have a DID. Otherwise not.

Definition at line 234 of file IPhoneCallService.h.

◆ isEnabledMakeOutBoundPSTNCall

bool CloudPBXServiceInfo::isEnabledMakeOutBoundPSTNCall = false

TRUE indicates you can make PSTN calls. Otherwise not.

Definition at line 233 of file IPhoneCallService.h.