Modify SDP profile E

From TBwiki
(Difference between revisions)
Jump to: navigation, search
m
 
Line 1: Line 1:
=== '''''Applies to version(s) v2.10, v3.0, v3.1, v3.2''''' ===
 
 
 
{{DISPLAYTITLE:Modifying SDP Profile Settings}}  
 
{{DISPLAYTITLE:Modifying SDP Profile Settings}}  
 
<br>
 
<br>
 +
{| class="wikitable"
 +
|-
 +
|rowspan="3"|This article applies to:
 +
|'''Product'''
 +
|'''Version'''
 +
|-
 +
|Tmedia
 +
|2.10, 3.0, 3.2
 +
|-
 +
|SBC
 +
|3.0, 3.1
 +
|}
  
 
'''To configure SDP settings, do the following:'''  
 
'''To configure SDP settings, do the following:'''  

Latest revision as of 13:13, 25 November 2020


This article applies to: Product Version
Tmedia 2.10, 3.0, 3.2
SBC 3.0, 3.1

To configure SDP settings, do the following:


1- Click SDP in the Editing Profile window, to display the customizable options.

ProfileVoipSdp A 0.png

2- Modify settings as required.

ProfileVoipSdp 1.png

  • Click Save


Path

/configurations/@[configuration_name]/profiles/@[profile_name]

Parameters (text)

/configurations/@[configuration_name]/profiles/@[profile_name]
name                            = "@[profile_name]"

/configurations/@[configuration_name]/profiles/@[profile_name]/voip/sdp
force_fax_tones_as_telephony_event = false
profile_sdp_description            = "m=audio 0 RTP/AVP 0 8 4 18 101 13\r\na=rtpmap:101 telephone-event/8000\r\na=fmtp:101 0-15,32-36"

Parameters (json)

{
 "voip" : {
    "sdp" : {
      "force_fax_tones_as_telephony_event" : false,
      "profile_sdp_description" : "m=audio 0 RTP/AVP 0 8 4 18 101 13\r\na=rtpmap:101 telephone-event/8000\r\na=fmtp:101 0-15,32-36"
    }
  }
}


List of Parameters

Personal tools