32 #ifndef OPAL_SIP_SIPCON_H
33 #define OPAL_SIP_SIPCON_H
55 #define OPAL_OPT_FORWARD_REFER "Forward-Refer"
60 #define OPAL_OPT_REFER_SUB "Refer-Sub"
67 #define OPAL_OPT_PRACK_MODE "PRACK-Mode"
72 #define OPAL_OPT_INITIAL_OFFER "Initial-Offer"
89 #define OPAL_OPT_SYMMETRIC_HOLD_PRODUCT "Symmetric-Hold-Product"
101 #define OPAL_OPT_ALLOW_EARLY_REPLACE "Allow-Early-Replace"
113 #define OPAL_OPT_EXTERNAL_SDP "External-SDP"
115 #define SIP_HEADER_PREFIX "SIP-Header:"
116 #define SIP_HEADER_REPLACES SIP_HEADER_PREFIX"Replaces"
117 #define SIP_HEADER_REFERRED_BY SIP_HEADER_PREFIX"Referred-By"
118 #define SIP_HEADER_CONTACT SIP_HEADER_PREFIX"Contact"
120 #define OPAL_SIP_REFERRED_CONNECTION "Referred-Connection"
285 const PString & remoteParty
319 const PString & calleeName,
338 #if OPAL_T38_CAPABILITY
341 virtual bool SwitchFaxMediaStreams(
433 const PString & forwardParty
450 const PString & value
508 const PString & eventName
699 bool offerCurrentOnly
704 bool offerOpenMediaStreamOnly
716 unsigned sessionIndex,
727 bool & multipleFormats
731 const unsigned rtpSessionId,
762 SIPDialogNotification::States state,
763 SIPDialogNotification::Events eventType = SIPDialogNotification::NoEvent,
764 unsigned eventCode = 0
850 P_REMOVE_VIRTUAL_VOID(OnMessageReceived(
const SIPURL & ,
const SIP_PDU & ));
851 P_REMOVE_VIRTUAL_VOID(OnMessageReceived(
const SIP_PDU & ));
860 #endif // OPAL_SIP_SIPCON_H