Asterisk-Java

Uses of Package
org.asteriskjava.live

Packages that use org.asteriskjava.live
org.asteriskjava.live Provides a higher level API on top of Asterisk's Manager API. 
org.asteriskjava.live.internal Provides private implementations and helper classes for interfaces defined in the org.asteriskjava.live package. 
 

Classes in org.asteriskjava.live used by org.asteriskjava.live
AmaFlags
           
AsteriskChannel
          Represents an Asterisk channel.
AsteriskQueue
          An Asterisk ACD queue.
AsteriskServer
          The AsteriskServer is built on top of the ManagerConnection and is an attempt to simplify interaction with Asterisk by abstracting the interface.
AsteriskServerListener
          You can register an AsteriskServerListener with an AsteriskServer to be notified about new channels and MeetMe users.
CallDetailRecord
          Represents an Asterisk Call Detail Record (CDR).
CallerId
          Represents a Caller*ID containing name and number.
ChannelState
          The lifecycle status of an AsteriskChannel.
DefaultAsteriskServer
          Default implementation of the AsteriskServer interface.
DialedChannelHistoryEntry
          An entry in the dialed channels history of an AsteriskChannel.
Disposition
           
Extension
           
ExtensionHistoryEntry
          An entry in the extension history of an AsteriskChannel.
HangupCause
          Asterisk hangup cause.
LinkedChannelHistoryEntry
          An entry in the linked channels history of an AsteriskChannel.
LiveException
          Base class for exceptions thrown by the live package.
LiveObject
          Interface for all live objects.
ManagerCommunicationException
           
MeetMeRoom
          Represents an Asterisk MeetMe room.
MeetMeUser
          Represents a user of a MeetMe room.
MeetMeUserState
          The lifecycle status of a MeetMeUser.
NoSuchChannelException
          Indicates that the channel is not available on the Asterisk server.
OriginateCallback
          Callback interface for asynchronous originates.
Voicemailbox
          An Asterisk voicemailbox with status.
 

Classes in org.asteriskjava.live used by org.asteriskjava.live.internal
AmaFlags
           
AsteriskChannel
          Represents an Asterisk channel.
AsteriskQueue
          An Asterisk ACD queue.
AsteriskServer
          The AsteriskServer is built on top of the ManagerConnection and is an attempt to simplify interaction with Asterisk by abstracting the interface.
AsteriskServerListener
          You can register an AsteriskServerListener with an AsteriskServer to be notified about new channels and MeetMe users.
CallDetailRecord
          Represents an Asterisk Call Detail Record (CDR).
CallerId
          Represents a Caller*ID containing name and number.
Disposition
           
ManagerCommunicationException
           
MeetMeRoom
          Represents an Asterisk MeetMe room.
NoSuchChannelException
          Indicates that the channel is not available on the Asterisk server.
OriginateCallback
          Callback interface for asynchronous originates.
Voicemailbox
          An Asterisk voicemailbox with status.
 


Asterisk-Java

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