SystemAnonymousCallRejectionGetRequest
Bases: OCIRequest
Get Anonymous Call Rejection system parameters. The response is either a SystemAnonymousCallRejectionGetResponse or an ErrorResponse.
Attributes:Source code in
src/mercury_ocip_fast/commands/commands.py
Responses
Bases: OCIDataResponse
Response to the SystemAnonymousCallRejectionGetRequest. The response contains the anonymous call rejection system.".
Attributes:
pai_required (bool):
screen_only_local_calls (bool):
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 SystemAnonymousCallRejectionGetRequest
client = Client()
command = SystemAnonymousCallRejectionGetRequest()
response = client.command(command)
print(response)