SystemInCallServiceActivationGetRequest17
Bases: OCIRequest
Request the system's DTMF based in-call service activation trigger attributes. The response is either a SystemInCallServiceActivationGetResponse17 or an ErrorResponse.
Attributes:Source code in
src/mercury_ocip/commands/commands.py
Responses
Bases: OCIDataResponse
Response to SystemInCallServiceActivationGetRequest17.
Attributes:
default_flash_activation_digits (str):
default_call_transfer_activation_digits (str):
Source code in src/mercury_ocip/commands/commands.py
Example Usage
from mercury_ocip.client import Client
from mercury_ocip.commands import SystemInCallServiceActivationGetRequest17
client = Client()
command = SystemInCallServiceActivationGetRequest17()
response = client.command(command)
print(response)