#include <opal/buildopts.h>
#include <opal/rtpconn.h>
#include <sip/sippdu.h>
#include <sip/handlers.h>
#include <opal/pcss.h>
#include <codec/vidcodec.h>
#include <im/rfc4103.h>
Go to the source code of this file.
Data Structures | |
class | SIPConnection |
class | SIP_RTP_Session |
Defines | |
#define | OPAL_OPT_OFFER_SDP_PTIME "Offer-SDP-PTime" |
#define | OPAL_OPT_REFER_SUB "Refer-Sub" |
#define | OPAL_OPT_INITIAL_OFFER "Initial-Offer" |
#define | OPAL_OPT_EXTERNAL_SDP "External-SDP" |
#define | SIP_HEADER_PREFIX "SIP-Header:" |
#define | SIP_HEADER_REPLACES SIP_HEADER_PREFIX"Replaces" |
#define | SIP_HEADER_REFERRED_BY SIP_HEADER_PREFIX"Referred-By" |
#define | SIP_HEADER_CONTACT SIP_HEADER_PREFIX"Contact" |
#define | OPAL_SIP_REFERRED_CONNECTION "Referred-Connection" |
#define OPAL_OPT_EXTERNAL_SDP "External-SDP" |
OpalConnection::StringOption key to a string representing the precise SDP to be included in the INVITE offer. No media streams are opened or any checks whstsoever made on the string. It is simply included as the body of the INVITE.
Note this options presence also prevents handling of the response SDP
Defaults to empty string which generates SDP from available media formats and media streams.
#define OPAL_OPT_INITIAL_OFFER "Initial-Offer" |
OpalConnection::StringOption key to a boolean indicating that we should make initial SDP offer. Default true.
#define OPAL_OPT_OFFER_SDP_PTIME "Offer-SDP-PTime" |
OpalConnection::StringOption key to a boolean indicating the SDP ptime parameter should be included in audio session streams. Default false.
#define OPAL_OPT_REFER_SUB "Refer-Sub" |
OpalConnection::StringOption key to a boolean indicating the the state of the "Refer-Sub" header in the REFER request. Default true.
#define OPAL_SIP_REFERRED_CONNECTION "Referred-Connection" |
#define SIP_HEADER_CONTACT SIP_HEADER_PREFIX"Contact" |
#define SIP_HEADER_PREFIX "SIP-Header:" |
#define SIP_HEADER_REFERRED_BY SIP_HEADER_PREFIX"Referred-By" |
#define SIP_HEADER_REPLACES SIP_HEADER_PREFIX"Replaces" |