AcceptIncomingConnection(const PString &connectionToken) | OpalFaxEndPoint | [virtual] |
AddConnection(OpalConnection *connection) | OpalEndPoint | [protected] |
AdjustInterfaceTable(PIPSocket::Address &remoteAddress, PIPSocket::InterfaceTable &interfaceTable) | OpalEndPoint | [virtual] |
AdjustMediaFormats(const OpalConnection &connection, OpalMediaFormatList &mediaFormats) const | OpalEndPoint | [virtual] |
attributeBits | OpalEndPoint | [protected] |
Attributes enum name | OpalEndPoint | |
CanTerminateCall enum value | OpalEndPoint | |
ClearAllCalls(OpalConnection::CallEndReason reason=OpalConnection::EndedByLocalUser, BOOL wait=TRUE) | OpalEndPoint | [virtual] |
ClearCall(const PString &token, OpalConnection::CallEndReason reason=OpalConnection::EndedByLocalUser, PSyncPoint *sync=NULL) | OpalEndPoint | [virtual] |
ClearCallSynchronous(const PString &token, OpalConnection::CallEndReason reason=OpalConnection::EndedByLocalUser, PSyncPoint *sync=NULL) | OpalEndPoint | [virtual] |
connectionsActive | OpalEndPoint | [protected] |
CreateConnection(OpalCall &call, const PString &filename, BOOL receive, void *userData=NULL, OpalConnection::StringOptions *stringOptions=NULL) | OpalFaxEndPoint | [virtual] |
defaultDisplayName | OpalEndPoint | [protected] |
defaultLocalPartyName | OpalEndPoint | [protected] |
defaultSecurityMode | OpalEndPoint | [protected] |
defaultSendUserInputMode | OpalEndPoint | [protected] |
defaultSignalPort | OpalEndPoint | [protected] |
DestroyConnection(OpalConnection *connection) | OpalEndPoint | [virtual] |
FindListener(const OpalTransportAddress &iface) | OpalEndPoint | |
GarbageCollection() | OpalEndPoint | [virtual] |
GetAllConnections() | OpalEndPoint | |
GetConnectionWithLock(const PString &token, PSafetyMode mode=PSafeReadWrite) | OpalEndPoint | [inline] |
GetDefaultDisplayName() const | OpalEndPoint | [inline] |
GetDefaultListeners() const | OpalEndPoint | [virtual] |
GetDefaultLocalPartyName() const | OpalEndPoint | [inline] |
GetDefaultSecurityMode() const | OpalEndPoint | [inline, virtual] |
GetDefaultSignalPort() const | OpalEndPoint | [inline] |
GetDefaultTransport() const | OpalEndPoint | [virtual] |
GetInitialBandwidth() const | OpalEndPoint | [inline] |
GetInterfaceAddresses(BOOL excludeLocalHost=TRUE, OpalTransport *associatedTransport=NULL) | OpalEndPoint | |
GetListeners() const | OpalEndPoint | [inline] |
GetManager() const | OpalEndPoint | [inline] |
GetMediaFormats() const | OpalFaxEndPoint | [virtual] |
GetPrefixName() const | OpalEndPoint | [inline] |
GetProductInfo() const | OpalEndPoint | [inline] |
GetRTPAggregationSize() const | OpalEndPoint | |
GetRTPAggregator() | OpalEndPoint | |
GetSendUserInputMode() const | OpalEndPoint | [inline] |
HasAttribute(Attributes opt) const | OpalEndPoint | [inline] |
HasConnection(const PString &token) | OpalEndPoint | [virtual] |
HasLineInterface enum value | OpalEndPoint | |
initialBandwidth | OpalEndPoint | [protected] |
inUseFlag | OpalEndPoint | [protected] |
IsRTPNATEnabled(OpalConnection &conn, const PIPSocket::Address &localAddr, const PIPSocket::Address &peerAddr, const PIPSocket::Address &sigAddr, BOOL incoming) | OpalEndPoint | [virtual] |
listeners | OpalEndPoint | [protected] |
MakeConnection(OpalCall &call, const PString &party, void *userData=NULL, unsigned int options=0, OpalConnection::StringOptions *stringOptions=NULL) | OpalFaxEndPoint | [virtual] |
MakeToken() | OpalFaxEndPoint | [virtual] |
manager | OpalEndPoint | [protected] |
NewIncomingConnection(OpalTransport *transport) | OpalEndPoint | [virtual] |
OnAlerting(OpalConnection &connection) | OpalEndPoint | [virtual] |
OnAnswerCall(OpalConnection &connection, const PString &caller) | OpalEndPoint | [virtual] |
OnClosedMediaStream(const OpalMediaStream &stream) | OpalEndPoint | [virtual] |
OnConnected(OpalConnection &connection) | OpalEndPoint | [virtual] |
OnEstablished(OpalConnection &connection) | OpalEndPoint | [virtual] |
OnForwarded(OpalConnection &connection, const PString &remoteParty) | OpalEndPoint | [virtual] |
OnHold(OpalConnection &connection) | OpalEndPoint | |
OnIncomingConnection(OpalConnection &connection, unsigned options, OpalConnection::StringOptions *stringOptions) | OpalEndPoint | [virtual] |
OnIncomingConnection(OpalConnection &connection, unsigned options) | OpalEndPoint | [virtual] |
OnIncomingConnection(OpalConnection &connection) | OpalEndPoint | [virtual] |
OnNewConnection(OpalCall &call, OpalConnection &conn) | OpalEndPoint | [virtual] |
OnOpenMediaStream(OpalConnection &connection, OpalMediaStream &stream) | OpalEndPoint | [virtual] |
OnPatchMediaStream(const OpalFaxConnection &connection, BOOL isSource, OpalMediaPatch &patch) | OpalFaxEndPoint | [virtual] |
OnReleased(OpalConnection &connection) | OpalEndPoint | [virtual] |
OnSetUpConnection(OpalConnection &connection) | OpalEndPoint | [virtual] |
OnUserInputString(OpalConnection &connection, const PString &value) | OpalEndPoint | [virtual] |
OnUserInputTone(OpalConnection &connection, char tone, int duration) | OpalEndPoint | [virtual] |
OpalConnection::Release(CallEndReason reason) | OpalEndPoint | [friend] |
OpalEndPoint(OpalManager &manager, const PCaselessString &prefix, unsigned attributes) | OpalEndPoint | |
OpalFaxEndPoint(OpalManager &manager, const char *prefix="fax") | OpalFaxEndPoint | |
OpalManager::GarbageCollection() | OpalEndPoint | [friend] |
PDECLARE_NOTIFIER(PThread, OpalEndPoint, ListenerCallback) | OpalEndPoint | |
prefixName | OpalEndPoint | [protected] |
PrintOn(ostream &strm) const | OpalEndPoint | |
productInfo | OpalEndPoint | [protected] |
ReadUserInput(OpalConnection &connection, const char *terminators="#\r\n", unsigned lastDigitTimeout=4, unsigned firstDigitTimeout=30) | OpalEndPoint | [virtual] |
RemoveListener(OpalListener *listener) | OpalEndPoint | |
SetDefaultDisplayName(const PString &name) | OpalEndPoint | [inline] |
SetDefaultLocalPartyName(const PString &name) | OpalEndPoint | [inline] |
SetDefaultSecurityMode(const PString &v) | OpalEndPoint | [inline, virtual] |
SetInitialBandwidth(unsigned bandwidth) | OpalEndPoint | [inline] |
SetProductInfo(const OpalProductInfo &info) | OpalEndPoint | [inline] |
SetRTPAggregationSize(PINDEX size) | OpalEndPoint | |
SetSendUserInputMode(OpalConnection::SendUserInputModes mode) | OpalEndPoint | [inline] |
StartListener(const OpalTransportAddress &iface) | OpalEndPoint | |
StartListener(OpalListener *listener) | OpalEndPoint | |
StartListeners(const PStringArray &interfaces) | OpalEndPoint | |
StopListener(const OpalTransportAddress &iface) | OpalEndPoint | |
UseRTPAggregation() const | OpalEndPoint | [virtual] |
~OpalEndPoint() | OpalEndPoint | |
~OpalFaxEndPoint() | OpalFaxEndPoint | |