Asterisk-Java

Package org.asteriskjava.manager.response

Provides classes that represent the responses that are received from an Asterisk server in response to an action send via the Manager API.

See:
          Description

Class Summary
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.
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.
 

Package org.asteriskjava.manager.response Description

Provides classes that represent the responses that are received from an Asterisk server in response to an action send via the Manager API.


Asterisk-Java

Copyright © 2004-2009 Stefan Reuter. All Rights Reserved.