AcceptIncomingConnection(const PString &connectionToken) | OpalPCSSEndPoint | [virtual] |
AddConnection(OpalConnection *connection) | OpalEndPoint | [protected] |
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, PBoolean wait=PTrue) | 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 &playDevice, const PString &recordDevice, void *userData) | OpalPCSSEndPoint | [virtual] |
CreateSoundChannel(const OpalPCSSConnection &connection, const OpalMediaFormat &mediaFormat, PBoolean isSource) | OpalPCSSEndPoint | [virtual] |
defaultDisplayName | OpalEndPoint | [protected] |
defaultLocalPartyName | OpalEndPoint | [protected] |
defaultSendUserInputMode | OpalEndPoint | [protected] |
defaultSignalPort | OpalEndPoint | [protected] |
DestroyConnection(OpalConnection *connection) | OpalEndPoint | [virtual] |
FindListener(const OpalTransportAddress &iface) | OpalEndPoint | |
GarbageCollection() | OpalEndPoint | [virtual] |
GetAllConnections() | OpalEndPoint | |
GetConnectionCount() const | OpalEndPoint | [inline] |
GetConnectionWithLock(const PString &token, PSafetyMode mode=PSafeReadWrite) | OpalEndPoint | [inline] |
GetConnectionWithLockAs(const PString &token, PSafetyMode mode=PSafeReadWrite) | OpalEndPoint | [inline] |
GetDefaultDisplayName() const | OpalEndPoint | [inline] |
GetDefaultListeners() const | OpalEndPoint | [virtual] |
GetDefaultLocalPartyName() const | OpalEndPoint | [inline] |
GetDefaultSignalPort() const | OpalEndPoint | [inline] |
GetDefaultTransport() const | OpalEndPoint | [virtual] |
GetInitialBandwidth() const | OpalEndPoint | [inline] |
GetInterfaceAddresses(PBoolean excludeLocalHost=PTrue, OpalTransport *associatedTransport=NULL) | OpalEndPoint | |
GetListeners() const | OpalEndPoint | [inline] |
GetManager() const | OpalEndPoint | [inline] |
GetMediaFormats() const | OpalPCSSEndPoint | [virtual] |
GetPCSSConnectionWithLock(const PString &token, PSafetyMode mode=PSafeReadWrite) | OpalPCSSEndPoint | [inline] |
GetPrefixName() const | OpalEndPoint | [inline] |
GetProductInfo() const | OpalEndPoint | [inline] |
GetSendUserInputMode() const | OpalEndPoint | [inline] |
GetSoundChannelBufferDepth() const | OpalPCSSEndPoint | [inline] |
GetSoundChannelPlayDevice() const | OpalPCSSEndPoint | [inline] |
GetSoundChannelRecordDevice() const | OpalPCSSEndPoint | [inline] |
HasAttribute(Attributes opt) const | OpalEndPoint | [inline] |
HasConnection(const PString &token) | OpalEndPoint | [virtual] |
HasLineInterface enum value | OpalEndPoint | |
initialBandwidth | OpalEndPoint | [protected] |
inUseFlag | OpalEndPoint | [protected] |
listeners | OpalEndPoint | [protected] |
MakeConnection(OpalCall &call, const PString &party, void *userData=NULL, unsigned int options=0, OpalConnection::StringOptions *stringOptions=NULL) | OpalPCSSEndPoint | [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, bool fromRemote, bool onHold) | OpalEndPoint | [virtual] |
OnHold(OpalConnection &connection) | OpalEndPoint | [virtual] |
OnIncomingConnection(OpalConnection &connection, unsigned options, OpalConnection::StringOptions *stringOptions) | OpalEndPoint | [virtual] |
OnIncomingConnection(OpalConnection &connection, unsigned options) | OpalEndPoint | [virtual] |
OnIncomingConnection(OpalConnection &connection) | OpalEndPoint | [virtual] |
OnMWIReceived(const PString &party, OpalManager::MessageWaitingType type, const PString &extraInfo) | OpalEndPoint | [virtual] |
OnNewConnection(OpalCall &call, OpalConnection &connection) | OpalEndPoint | [virtual] |
OnOpenMediaStream(OpalConnection &connection, OpalMediaStream &stream) | OpalEndPoint | [virtual] |
OnPatchMediaStream(const OpalPCSSConnection &connection, PBoolean isSource, OpalMediaPatch &patch) | OpalPCSSEndPoint | [virtual] |
OnReleased(OpalConnection &connection) | OpalEndPoint | [virtual] |
OnSetUpConnection(OpalConnection &connection) | OpalEndPoint | [virtual] |
OnShowIncoming(const OpalPCSSConnection &connection)=0 | OpalPCSSEndPoint | [pure virtual] |
OnShowOutgoing(const OpalPCSSConnection &connection)=0 | OpalPCSSEndPoint | [pure virtual] |
OnShowUserInput(const OpalPCSSConnection &connection, const PString &indication) | OpalPCSSEndPoint | [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 | |
OpalManager::GarbageCollection() | OpalEndPoint | [friend] |
OpalPCSSEndPoint(OpalManager &manager, const char *prefix="pc") | OpalPCSSEndPoint | |
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] |
RejectIncomingConnection(const PString &connectionToken) | OpalPCSSEndPoint | [virtual] |
RemoveListener(OpalListener *listener) | OpalEndPoint | |
SetDefaultDisplayName(const PString &name) | OpalEndPoint | [inline] |
SetDefaultLocalPartyName(const PString &name) | OpalEndPoint | [inline] |
SetInitialBandwidth(unsigned bandwidth) | OpalEndPoint | [inline] |
SetProductInfo(const OpalProductInfo &info) | OpalEndPoint | [inline] |
SetSendUserInputMode(OpalConnection::SendUserInputModes mode) | OpalEndPoint | [inline] |
SetSoundChannelBufferDepth(unsigned depth) | OpalPCSSEndPoint | |
SetSoundChannelPlayDevice(const PString &name) | OpalPCSSEndPoint | [virtual] |
SetSoundChannelRecordDevice(const PString &name) | OpalPCSSEndPoint | [virtual] |
ShutDown() | OpalEndPoint | [virtual] |
soundChannelBuffers | OpalPCSSEndPoint | [protected] |
soundChannelPlayDevice | OpalPCSSEndPoint | [protected] |
soundChannelRecordDevice | OpalPCSSEndPoint | [protected] |
StartListener(const OpalTransportAddress &iface) | OpalEndPoint | |
StartListener(OpalListener *listener) | OpalEndPoint | |
StartListeners(const PStringArray &interfaces) | OpalEndPoint | |
StopListener(const OpalTransportAddress &iface) | OpalEndPoint | |
~OpalEndPoint() | OpalEndPoint | |
~OpalPCSSEndPoint() | OpalPCSSEndPoint | |