See: Description
Class | Description |
---|---|
ChallengeResponse |
Corresponds to a ChallengeAction and contains the challenge needed to log in using
challenge/response.
|
CommandResponse |
Response that is received when sending a CommandAction.
|
CoreSettingsResponse |
Corresponds to a CoreSettingsAction and contains the current settings summary of the
Asterisk server.
|
CoreStatusResponse |
Corresponds to a CoreStatusAction and contains the current status summary of the
Asterisk server.
|
ExtensionStateResponse |
Response to an
ExtensionStateAction . |
GetConfigResponse |
Response that is received when sending a GetConfigAction.
|
GetVarResponse |
Corresponds to a GetVarAction and contains the value of the requested variable.
|
MailboxCountResponse |
A MailboxCountResponse is sent in response to a MailboxCountAction and contains the number of old
and new messages in a mailbox.
|
MailboxStatusResponse |
A MailboxStatusResponse is sent in response to a MailboxStatusAction and indicates if a set
of mailboxes contains waiting messages.
|
ManagerError |
Represents an "Response: Error" response received from the asterisk server.
|
ManagerResponse |
Represents a response received from the Asterisk server as the result of a
previously sent ManagerAction.
|
MixMonitorResponse |
A MixMonitorResponse is sent in response to a MixMonitorAction and provides
the ID of the MixMonitor that was started on the referenced channel.
|
ModuleCheckResponse |
Corresponds to a ModuleCheckAction and contains the version of the module.
|
PingResponse |
Corresponds to a PingAction and contains an additional (yet useless) ping property.
|
SipShowPeerResponse |
Response to a
SipShowPeerAction . |
SkypeBuddyResponse |
Corresponds to a SkypeBuddyAction and contains the details of a Skype buddy.
|
SkypeLicenseStatusResponse |
Corresponds to a SkypeLicenseStatusAction and contains the number of licensed Skype calls.
|
Provides classes that represent the responses that are received from an Asterisk server in response to an action send via the Manager API.
Copyright © 2004–2021. All rights reserved.