mediacontroller Section
- allow_dialog_transfer
- bridge_server
- bridge_server.defaultmaxsize
- bridge_server.defaultreserve
- bridge_server.profile
- bridge_sips_server
- codec_check_exclusion.payloads
- conference.defaultreserve
- defaultrejectcode
- full_audio_codec
- full_video_codec
- inbound_allowed_media
- sdp.defaultipversion
- sdp.localhost
- sdp.localhost.ipv6
- sip.allowedunknownheaders
- sipproxy
- sipsecure
- sipsproxy
allow_dialog_transfer
Default Value: 1
Valid Values:
Changes Take Effect: immediately
Allows SIP dialog transfer. If this parameter is set to false, all incoming SIP REFER will be automatically rejected with SIP 403. Otherwise, the request will be forward to the CCXML application.
bridge_server
Default Value: $LocalIP$:5060
Valid Values: A valid IP address:Port can only contain alphanumeric characters, '.', '-', ':', ' ','/' and '\' characters
Changes Take Effect: immediately
Bridge Server must be able to
bridge_server.defaultmaxsize
Default Value: 4
Valid Values: From 1 to 1000 inclusive
Changes Take Effect: immediately
This controls the confmaxsize URI parameter when conference is set up in the bridge server.
bridge_server.defaultreserve
Default Value: 4
Valid Values: From 1 to 1000 inclusive
Changes Take Effect: immediately
This controls the confreserve URI parameter when conference is set up in the bridge server.
bridge_server.profile
Default Value: Default Conference
Valid Values:
Changes Take Effect: immediately
The name of device profile to use with the configured Bridge Server.
bridge_sips_server
Default Value: $LocalIP$:5061
Valid Values: A valid IP address:Port can only contain alphanumeric characters, '.', '-', ':', ' ','/' and '\' characters
Changes Take Effect: immediately
Bridge Server must be able to
codec_check_exclusion.payloads
Default Value: 13
Valid Values:
Changes Take Effect: immediately
A list of space delimited payloads that will be excluded during codec checking for join result determination.
conference.defaultreserve
Default Value: 8
Valid Values:
Changes Take Effect: immediately
Default URI confreserve parameter for conference server if requested reserve size is not defined
defaultrejectcode
Default Value: 480
Valid Values:
Changes Take Effect: immediately
Specifies the default SIP Response code to use when an incoming call is rejected by the application
full_audio_codec
Default Value: 0|
Valid Values:
Changes Take Effect: immediately
This defines the audio codecs that get set in the SDP in an initial offer with no media bridge. Codec entry has to be in the format of: payload|name|mime|rate|#channels. Each codec entry is separated by a whitespace.
full_video_codec
Default Value: 34|
Valid Values:
Changes Take Effect: immediately
This defines the video codecs that get set in the SDP in an initial offer with no media bridge. Codec entry has to be in the format of: payload|name|mime|rate|#channels. Each codec entry is separated by a whitespace.
inbound_allowed_media
Default Value: dynamic
Valid Values: Must be one of the following:
Changes Take Effect: immediately
The default allowed media types for an inbound call. All inbound calls will be limited to this set of media types in terms of SDP exchange. If set to dynamic, media type is determined from the capability SDP of the inbound call (if capability SDP is not available, it defaults to audio and video).
sdp.defaultipversion
Default Value: true
Valid Values: ipv4, ipv6
Changes Take Effect: immediately
Default IP version to be used in SDP message, apply to initiated SDP offer to unjoined endpoint. Valid values are "ipv4" or "ipv6".
sdp.localhost
Default Value: $LocalIP$
Valid Values:
Changes Take Effect: immediately
The local host IPv4 address (only the host part) that will be used in SDP.
sdp.localhost.ipv6
Default Value: $LocalIPv6$
Valid Values:
Changes Take Effect: immediately
The local host IPv6 address (only the host part) that will be used in SDP.
sip.allowedunknownheaders
Default Value:
Valid Values:
Changes Take Effect: immediately
This parameter takes a space delimited list of acceptable unknown header list. Unknown headers received from SIP messages that are not part of this list will be ignored. It will not be accessable from the application. Specifying a wilcard (*) means all unknown headers are allowed.
sipproxy
Default Value: $LocalIP$:5060
Valid Values: A valid IP address:Port can only contain alphanumeric characters, '.', '-', ':', ' ','/' and '\' characters
Changes Take Effect: immediately
The address of SIP Proxy for outbound SIP requests. Should be specified like 10.10.30.205:5070
sipsecure
Default Value: 0
Changes Take Effect: immediately
If this flag is set to true, all the outbound sip requests would be in SIP secure protocol. Note, the hints attribute of the CCXML elements that initiates an out bound request can over write this configuration.
sipsproxy
Default Value: $LocalIP$:5061
Valid Values: A valid IP address:Port can only contain alphanumeric characters, '.', '-', ':', ' ','/' and '\' characters
Changes Take Effect: immediately
The address of SIP Secure Proxy for outbound SIP requests. Should be specified like 10.10.30.205:5071