SystemHPBXMobileTerminationGetRequest
Bases: OCIRequest
Request to get the hPBX mobile termination related configuration parameters. The response is either a SystemHPBXMobileTerminationGetResponse or an ErrorResponse.
Attributes:Source code in
src/mercury_ocip_fast/commands/commands.py
Responses
Bases: OCIDataResponse
Response to the SystemHPBXMobileTerminationGetRequest. Contains the hPBX mobile termination related configuration parameters.
Attributes:
routing_prefix (Optional[str]):
Source code in src/mercury_ocip_fast/commands/commands.py
Example Usage
from mercury_ocip_fast.client import Client
from mercury_ocip_fast.commands import SystemHPBXMobileTerminationGetRequest
client = Client()
command = SystemHPBXMobileTerminationGetRequest()
response = client.command(command)
print(response)