#include <yatepbx.h>
Inheritance diagram for ChanAssist:
Public Member Functions | |
virtual | ~ChanAssist () |
virtual const String & | toString () const |
virtual void | msgStartup (Message &msg) |
virtual void | msgHangup (Message &msg) |
virtual bool | msgDisconnect (Message &msg, const String &reason) |
ChanAssistList * | list () const |
const String & | id () const |
RefPointer< CallEndpoint > | locate () const |
Static Public Member Functions | |
static RefPointer< CallEndpoint > | locate (const String &id) |
Protected Member Functions | |
ChanAssist (ChanAssistList *list, const String &id) |
|
Destructor |
|
Constructor of base class
|
|
Get the name of the assisted channel
|
|
Retrive the list that owns this object
|
|
Retrive a smart pointer to the assisted channel
|
|
Retrive a smart pointer to an arbitrary channel
|
|
Process the channel disconnect message, may connect to something else
|
|
Process the chan.hangup message
|
|
Process the chan.startup message
|
|
Get the String value of this object
Reimplemented from GenObject. |