Package net.sf.asterisk.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 Corresponds to a CommandAction.
Asterisk's handling of the command action is generelly quite hairy.
ExtensionStateResponse  
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.
The response can be linked with the action that caused it by looking the action id attribute that will match the action id of the corresponding action.
 

Package net.sf.asterisk.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.



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