Modify SDP profile D
From TBwiki
(Difference between revisions)
(Created page with "=== '''''Applies to version v2.9''''' === {{DISPLAYTITLE:Modifying SDP Profile Settings}} <br> '''To configure SDP settings, do the following:''' <br> 1- Click '''SDP''...") |
|||
| (4 intermediate revisions by one user not shown) | |||
| Line 17: | Line 17: | ||
* Click '''Save''' | * Click '''Save''' | ||
| + | |||
| Line 23: | Line 24: | ||
'''Path''' | '''Path''' | ||
<pre> | <pre> | ||
| + | /configurations/@[configuration_name]/profiles/@[profile_name] | ||
</pre> | </pre> | ||
'''Parameters (text)''' | '''Parameters (text)''' | ||
<pre> | <pre> | ||
| + | /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" | ||
| + | |||
</pre> | </pre> | ||
'''Parameters (json)''' | '''Parameters (json)''' | ||
<pre> | <pre> | ||
| + | { | ||
| + | "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" | ||
| + | } | ||
| + | } | ||
| + | } | ||
</pre> | </pre> | ||
</div> | </div> | ||
Latest revision as of 14:02, 30 November 2015
Applies to version v2.9
To configure SDP settings, do the following:
1- Click SDP in the Editing Profile window, to display the customizable options.
2- Modify settings as required.
- 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"
}
}
}

