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.
ExtensionStateResponse  
GetConfigResponse Response that is received when sending a GetConfigAction.
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.
 

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-2007 Stefan Reuter. All Rights Reserved.