AsterNET.Manager Namespace |
Class | Description | |
---|---|---|
AuthenticationFailedException |
An AuthenticationFailedException is thrown when a login fails due to an incorrect username and/or password.
| |
EventTimeoutException |
An EventTimeoutException is thrown if a ManagerResponse or some
ResponseEvents are not completely received within the expected time period. This exception allows you to retrieve the partial result, that is the events that have been successfully received before the timeout occured. | |
ManagerConnection |
Default implemention of the ManagerConnection interface.
| |
ManagerException |
An ManagerException is thrown when a Manager Error Response.
| |
ManagerReader |
Default implementation of the ManagerReader interface.
| |
Originate | ||
ResponseEventHandler |
A combinded event and response handler that adds received events and the response to a ResponseEvents object.
| |
ResponseEvents |
Collection of ResponseEvent. Use in events generation actions.
| |
ResponseHandler |
A simple response handler that stores the received response in a ResponseHandlerResult for further processing.
| |
TimeoutException |
A TimeoutException is thrown if a ManagerResponse is not received within the expected time period.
|
Interface | Description | |
---|---|---|
IResponseHandler |
An Interface to handle responses received from an asterisk server.
|
Enumeration | Description | |
---|---|---|
AsteriskVersion |