SystemVoiceMessageSummaryUpdateGetRequest25
Bases: OCIRequest
Requests system voice mail message summary update parameter settings. The response is either SystemVoiceMessageSummaryUpdateGetResponse25 or ErrorResponse.
Attributes:Source code in
src/mercury_ocip_fast/commands/commands.py
Responses
Bases: OCIDataResponse
Response to SystemVoiceMessageSummaryUpdateGetRequest25.
Attributes:
send_saved_and_urgent_mwi_on_notification (bool):
send_message_summary_update_on_register (bool):
min_time_between_mwi_on_register (int):
allow_multiple_users_per_account (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 SystemVoiceMessageSummaryUpdateGetRequest25
client = Client()
command = SystemVoiceMessageSummaryUpdateGetRequest25()
response = client.command(command)
print(response)