31 #ifndef OPAL_OPAL_RTPCONN_H
32 #define OPAL_OPAL_RTPCONN_H
44 #include <ptlib/bitwise_enum.h>
64 const PString & token,
172 unsigned duration = 0
186 P_DECLARE_BITWISE_ENUM(CreateMediaSessionsSecurity, 2, (e_NoMediaSessions, e_ClearMediaSession, e_SecureMediaSession));
198 CreateMediaSessionsSecurity security
208 const PString & sessionType = PString::Empty()
236 const PString & sessionType = PString::Empty()
251 unsigned fromSessionID,
289 const PIPSocket::Address & localAddr,
290 const PIPSocket::Address & peerAddr,
291 const PIPSocket::Address & signalAddr
295 class SessionMap :
public PSafeDictionary<PKey<unsigned>, OpalMediaSession>
311 #if OPAL_T38_CAPABILITY
319 P_REMOVE_VIRTUAL(PBoolean,IsRTPNATEnabled(
const PIPSocket::Address&,
const PIPSocket::Address&,
const PIPSocket::Address&,PBoolean),
false);
323 #endif // OPAL_OPAL_RTPCONN_H