OPAL  Version 3.10.10
connection.h File Reference
#include <opal/buildopts.h>
#include <opal/mediafmt.h>
#include <opal/mediastrm.h>
#include <opal/guid.h>
#include <opal/transports.h>
#include <ptclib/dtmf.h>
#include <ptlib/safecoll.h>
#include <rtp/rtp.h>
#include <im/t140.h>
#include <im/rfc4103.h>
#include <im/im.h>

Go to the source code of this file.

Data Structures

class  OpalProductInfo
 
class  OpalConnection
 
struct  OpalConnection::CallEndReason
 
class  OpalConnection::StringOptions
 
struct  OpalConnection::AutoStartInfo
 
class  OpalConnection::AutoStartMap
 
class  OpalConnection::ZeroTime
 

Macros

#define OPAL_URL_PARAM_PREFIX   "OPAL-"
 
#define OPAL_OPT_AUTO_START   "AutoStart"
 String option for auto-started media types. More...
 
#define OPAL_OPT_CALL_IDENTIFIER   "Call-Identifier"
 String option to override generated call identifier. More...
 
#define OPAL_OPT_CALLING_PARTY_URL   "Calling-Party-URL"
 String option to set outgoing local URL. More...
 
#define OPAL_OPT_CALLING_PARTY_NUMBER   "Calling-Party-Number"
 String option to set outgoing local number, deprecated, same as OPAL_OPT_CALLING_PARTY_NAME. More...
 
#define OPAL_OPT_CALLING_PARTY_NAME   "Calling-Party-Name"
 String option to set outgoing local name. More...
 
#define OPAL_OPT_CALLING_PARTY_DOMAIN   "Calling-Party-Domain"
 String option to set outgoing local host/address/domain. More...
 
#define OPAL_OPT_CALLING_DISPLAY_NAME   "Calling-Display-Name"
 String option to set outgoing display name. More...
 
#define OPAL_OPT_CALLED_PARTY_NAME   "Called-Party-Name"
 String option to set outgoing party name. More...
 
#define OPAL_OPT_CALLED_DISPLAY_NAME   "Called-Display-Name"
 String option to set outgoing display name. More...
 
#define OPAL_OPT_REDIRECTING_PARTY   "Redirecting-Party"
 String option to set redirecting/refferred-by party. More...
 
#define OPAL_OPT_PRESENTATION_BLOCK   "Presentation-Block"
 String option to block outgoing calling number presentation. More...
 
#define OPAL_OPT_ORIGINATOR_ADDRESS   "Originator-Address"
 String option for originator address used by IVR. More...
 
#define OPAL_OPT_INTERFACE   "Interface"
 String option to set the interface used for outgoing call. More...
 
#define OPAL_OPT_USER_INPUT_MODE   "User-Input-Mode"
 "RFC2833", "String", "Tone", "Q.931" or "InBand" More...
 
#define OPAL_OPT_ENABLE_INBAND_DTMF   "EnableInbandDTMF"
 String option to enable in band DTMF detection. More...
 
#define OPAL_OPT_ENABLE_INBAND_DTMF   "EnableInbandDTMF"
 String option to enable in band DTMF detection. More...
 
#define OPAL_OPT_DETECT_INBAND_DTMF   "DetectInBandDTMF"
 String option to enable in band DTMF detection. More...
 
#define OPAL_OPT_SEND_INBAND_DTMF   "SendInBandDTMF"
 String option to enable in band DTMF send as fall back for other UI modes. More...
 
#define OPAL_OPT_DTMF_MULT   "dtmfmult"
 
#define OPAL_OPT_DTMF_DIV   "dtmfdiv"
 
#define OPAL_OPT_DISABLE_JITTER   "Disable-Jitter"
 String option to disable jitter buffer if "true". More...
 
#define OPAL_OPT_MAX_JITTER   "Max-Jitter"
 String option to set maximum jitter in milliseconds. More...
 
#define OPAL_OPT_MIN_JITTER   "Min-Jitter"
 String option to set minimum jitter in milliseconds. More...
 
#define OPAL_OPT_RECORD_AUDIO   "Record-Audio"
 String option to start recording to a file for call. More...
 
#define OPAL_OPT_ALERTING_TYPE   "Alerting-Type"
 String option to set the alerting type string for call. More...
 
#define OPAL_OPT_REMOVE_CODEC   "Remove-Codec"
 String option to remove codecs for this call. More...
 

Macro Definition Documentation

◆ OPAL_OPT_ALERTING_TYPE

#define OPAL_OPT_ALERTING_TYPE   "Alerting-Type"

String option to set the alerting type string for call.

◆ OPAL_OPT_AUTO_START

#define OPAL_OPT_AUTO_START   "AutoStart"

String option for auto-started media types.

◆ OPAL_OPT_CALL_IDENTIFIER

#define OPAL_OPT_CALL_IDENTIFIER   "Call-Identifier"

String option to override generated call identifier.

◆ OPAL_OPT_CALLED_DISPLAY_NAME

#define OPAL_OPT_CALLED_DISPLAY_NAME   "Called-Display-Name"

String option to set outgoing display name.

◆ OPAL_OPT_CALLED_PARTY_NAME

#define OPAL_OPT_CALLED_PARTY_NAME   "Called-Party-Name"

String option to set outgoing party name.

◆ OPAL_OPT_CALLING_DISPLAY_NAME

#define OPAL_OPT_CALLING_DISPLAY_NAME   "Calling-Display-Name"

String option to set outgoing display name.

◆ OPAL_OPT_CALLING_PARTY_DOMAIN

#define OPAL_OPT_CALLING_PARTY_DOMAIN   "Calling-Party-Domain"

String option to set outgoing local host/address/domain.

◆ OPAL_OPT_CALLING_PARTY_NAME

#define OPAL_OPT_CALLING_PARTY_NAME   "Calling-Party-Name"

String option to set outgoing local name.

◆ OPAL_OPT_CALLING_PARTY_NUMBER

#define OPAL_OPT_CALLING_PARTY_NUMBER   "Calling-Party-Number"

String option to set outgoing local number, deprecated, same as OPAL_OPT_CALLING_PARTY_NAME.

◆ OPAL_OPT_CALLING_PARTY_URL

#define OPAL_OPT_CALLING_PARTY_URL   "Calling-Party-URL"

String option to set outgoing local URL.

◆ OPAL_OPT_DETECT_INBAND_DTMF

#define OPAL_OPT_DETECT_INBAND_DTMF   "DetectInBandDTMF"

String option to enable in band DTMF detection.

◆ OPAL_OPT_DISABLE_JITTER

#define OPAL_OPT_DISABLE_JITTER   "Disable-Jitter"

String option to disable jitter buffer if "true".

◆ OPAL_OPT_DTMF_DIV

#define OPAL_OPT_DTMF_DIV   "dtmfdiv"

◆ OPAL_OPT_DTMF_MULT

#define OPAL_OPT_DTMF_MULT   "dtmfmult"

◆ OPAL_OPT_ENABLE_INBAND_DTMF [1/2]

#define OPAL_OPT_ENABLE_INBAND_DTMF   "EnableInbandDTMF"

String option to enable in band DTMF detection.

String option to enable in band DTMF detection/send.

◆ OPAL_OPT_ENABLE_INBAND_DTMF [2/2]

#define OPAL_OPT_ENABLE_INBAND_DTMF   "EnableInbandDTMF"

String option to enable in band DTMF detection.

String option to enable in band DTMF detection/send.

◆ OPAL_OPT_INTERFACE

#define OPAL_OPT_INTERFACE   "Interface"

String option to set the interface used for outgoing call.

◆ OPAL_OPT_MAX_JITTER

#define OPAL_OPT_MAX_JITTER   "Max-Jitter"

String option to set maximum jitter in milliseconds.

◆ OPAL_OPT_MIN_JITTER

#define OPAL_OPT_MIN_JITTER   "Min-Jitter"

String option to set minimum jitter in milliseconds.

◆ OPAL_OPT_ORIGINATOR_ADDRESS

#define OPAL_OPT_ORIGINATOR_ADDRESS   "Originator-Address"

String option for originator address used by IVR.

◆ OPAL_OPT_PRESENTATION_BLOCK

#define OPAL_OPT_PRESENTATION_BLOCK   "Presentation-Block"

String option to block outgoing calling number presentation.

◆ OPAL_OPT_RECORD_AUDIO

#define OPAL_OPT_RECORD_AUDIO   "Record-Audio"

String option to start recording to a file for call.

◆ OPAL_OPT_REDIRECTING_PARTY

#define OPAL_OPT_REDIRECTING_PARTY   "Redirecting-Party"

String option to set redirecting/refferred-by party.

◆ OPAL_OPT_REMOVE_CODEC

#define OPAL_OPT_REMOVE_CODEC   "Remove-Codec"

String option to remove codecs for this call.

◆ OPAL_OPT_SEND_INBAND_DTMF

#define OPAL_OPT_SEND_INBAND_DTMF   "SendInBandDTMF"

String option to enable in band DTMF send as fall back for other UI modes.

◆ OPAL_OPT_USER_INPUT_MODE

#define OPAL_OPT_USER_INPUT_MODE   "User-Input-Mode"

"RFC2833", "String", "Tone", "Q.931" or "InBand"

String option to set User Input indication mode:

◆ OPAL_URL_PARAM_PREFIX

#define OPAL_URL_PARAM_PREFIX   "OPAL-"