|
Zoom Rooms Controller SDK Reference 6.6.0
|
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< SIPCallerID > | callerIDs |
| 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. | |
Zoom Phone info.
Definition at line 222 of file IPhoneCallService.h.
| std::string CloudPBXServiceInfo::areaCode |
Zoom Phone's areaCode.
Definition at line 229 of file IPhoneCallService.h.
| std::vector<SIPCallerID> CloudPBXServiceInfo::callerIDs |
Zoom Phone's callerIDs.
Definition at line 230 of file IPhoneCallService.h.
| std::string CloudPBXServiceInfo::companyNumber |
Zoom Phone's companyNumber.
Definition at line 225 of file IPhoneCallService.h.
| std::string CloudPBXServiceInfo::countryCode |
Zoom Phone's countryCode.
Definition at line 227 of file IPhoneCallService.h.
| std::string CloudPBXServiceInfo::countryName |
Zoom Phone's countryName.
Definition at line 228 of file IPhoneCallService.h.
| std::vector<std::string> CloudPBXServiceInfo::directNumbers |
Zoom Phone's directNumbers.
Definition at line 226 of file IPhoneCallService.h.
| EmergencyCall CloudPBXServiceInfo::emergencyCall |
Zoom Phone's emergency info.
Definition at line 236 of file IPhoneCallService.h.
| std::string CloudPBXServiceInfo::extension |
Zoom Phone's extension.
Definition at line 224 of file IPhoneCallService.h.
| std::string CloudPBXServiceInfo::formattedCompanyNumber |
Zoom Phone's formattedCompanyNumber.
Definition at line 231 of file IPhoneCallService.h.
| std::vector<std::string> CloudPBXServiceInfo::formattedDirectNumbers |
Zoom Phone's formattedDirectNumbers.
Definition at line 232 of file IPhoneCallService.h.
| bool CloudPBXServiceInfo::isEnable911Call =false |
TRUE indicates you can make emergency calls. Otherwise not.
Definition at line 235 of file IPhoneCallService.h.
| bool CloudPBXServiceInfo::isEnabledHaveADID = false |
TRUE indicates enabled have a DID. Otherwise not.
Definition at line 234 of file IPhoneCallService.h.
| bool CloudPBXServiceInfo::isEnabledMakeOutBoundPSTNCall = false |
TRUE indicates you can make PSTN calls. Otherwise not.
Definition at line 233 of file IPhoneCallService.h.