sipXcallLib home page


Public Member Functions | List of all members
PtConnectionCapabilities Class Reference

#include <PtConnectionCapabilities.h>

Public Member Functions

 PtConnectionCapabilities ()
 
 PtConnectionCapabilities (const PtConnectionCapabilities &rPtConnectionCapabilities)
 
virtual ~PtConnectionCapabilities ()
 
PtConnectionCapabilitiesoperator= (const PtConnectionCapabilities &rhs)
 
UtlBoolean canDisconnect ()
 
UtlBoolean canRedirect ()
 retcode: True if the application can disconnect, retcode: false otherwise. More...
 
UtlBoolean canAddToAddress ()
 retcode: True if the application can invoke the redirect feature, retcode: false otherwise. More...
 
UtlBoolean canAccept ()
 retcode: True if the application can invoke the add to address feature, retcode: false otherwise. More...
 
UtlBoolean canReject ()
 retcode: True if the application can invoke the accept feature, retcode: false otherwise. More...
 
UtlBoolean canPark ()
 retcode: True if the application can invoke the reject feature, retcode: false otherwise. More...
 

Constructor & Destructor Documentation

PtConnectionCapabilities ( const PtConnectionCapabilities rPtConnectionCapabilities)
virtual ~PtConnectionCapabilities ( )
virtual

Member Function Documentation

UtlBoolean canAccept ( )

retcode: True if the application can invoke the add to address feature, retcode: false otherwise.

UtlBoolean canAddToAddress ( )

retcode: True if the application can invoke the redirect feature, retcode: false otherwise.

UtlBoolean canDisconnect ( )
UtlBoolean canPark ( )

retcode: True if the application can invoke the reject feature, retcode: false otherwise.

UtlBoolean canRedirect ( )

retcode: True if the application can disconnect, retcode: false otherwise.

UtlBoolean canReject ( )

retcode: True if the application can invoke the accept feature, retcode: false otherwise.