<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://docs.telcobridges.com/mediawiki/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://docs.telcobridges.com/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Modify_RTP_and_Audio_profile_E</id>
		<title>Modify RTP and Audio profile E - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://docs.telcobridges.com/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Modify_RTP_and_Audio_profile_E"/>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/mediawiki/index.php?title=Modify_RTP_and_Audio_profile_E&amp;action=history"/>
		<updated>2026-06-21T00:38:50Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.18.1</generator>

	<entry>
		<id>https://docs.telcobridges.com/mediawiki/index.php?title=Modify_RTP_and_Audio_profile_E&amp;diff=22411&amp;oldid=prev</id>
		<title>Allyntree: Created page with &quot;=== '''''Applies to version v2.10''''' ===   {{DISPLAYTITLE:Modifying RTP and Audio Settings}}  &lt;br&gt;  '''To configure RTP and Audio settings, do the following:'''   &lt;br&gt;   1- ...&quot;</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/mediawiki/index.php?title=Modify_RTP_and_Audio_profile_E&amp;diff=22411&amp;oldid=prev"/>
				<updated>2016-11-14T16:48:33Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;=== &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;Applies to version v2.10&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; ===   {{DISPLAYTITLE:Modifying RTP and Audio Settings}}  &amp;lt;br&amp;gt;  &amp;#039;&amp;#039;&amp;#039;To configure RTP and Audio settings, do the following:&amp;#039;&amp;#039;&amp;#039;   &amp;lt;br&amp;gt;   1- ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=== '''''Applies to version v2.10''''' === &lt;br /&gt;
&lt;br /&gt;
{{DISPLAYTITLE:Modifying RTP and Audio Settings}} &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''To configure RTP and Audio settings, do the following:''' &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1- Click '''RTP and Audio''' in the Editing Profile window, to display the customizable options.&lt;br /&gt;
&lt;br /&gt;
[[Image:ProfileVoipRtpAudio_A_0.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2- Modify settings as required.&lt;br /&gt;
&lt;br /&gt;
[[Image:ProfileVoipRtpAudio_1.png]]&lt;br /&gt;
&lt;br /&gt;
* Click '''Save'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot; data-collapsetext=&amp;quot;Northbound Interface&amp;quot; data-expandtext=&amp;quot;Northbound Interface&amp;quot; style=&amp;quot;width: 400px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Path'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/configurations/@[configuration_name]/profiles/@[profile_name]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Parameters (text)'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/configurations/@[configuration_name]/profiles/@[profile_name]&lt;br /&gt;
name                            = &amp;quot;@[profile_name]&amp;quot;&lt;br /&gt;
&lt;br /&gt;
/configurations/@[configuration_name]/profiles/@[profile_name]/voip/rtp_and_audio&lt;br /&gt;
clear_channel_packet_duration      = &amp;quot;20ms&amp;quot;&lt;br /&gt;
codec_g726_aal2_format             = false&lt;br /&gt;
drop_call_thresholds_no_rx_packets = &amp;quot;0 second&amp;quot;&lt;br /&gt;
vad_noise_floor_level              = &amp;quot;-45&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Parameters (json)'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;rtp_and_audio&amp;quot; : {&lt;br /&gt;
      &amp;quot;clear_channel_packet_duration&amp;quot; : &amp;quot;20ms&amp;quot;,&lt;br /&gt;
      &amp;quot;codec_g726_aal2_format&amp;quot; : false,&lt;br /&gt;
      &amp;quot;drop_call_thresholds_no_rx_packets&amp;quot; : &amp;quot;0 second&amp;quot;,&lt;br /&gt;
      &amp;quot;echo_cancellation&amp;quot; : {&lt;br /&gt;
        &amp;quot;echo_cancellation_enabled&amp;quot; : true,&lt;br /&gt;
        &amp;quot;enable_coefficient_update&amp;quot; : true,&lt;br /&gt;
        &amp;quot;enable_dc_removal_filter&amp;quot; : true,&lt;br /&gt;
        &amp;quot;gain_power_level&amp;quot; : &amp;quot;0&amp;quot;,&lt;br /&gt;
        &amp;quot;non_linear_processor_tune_option&amp;quot; : &amp;quot;Normal&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
   }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==List of Parameters==&lt;br /&gt;
Drop Call Thresholds&lt;br /&gt;
* [[Parameter: No Rx Packets|No Rx Packets]]&lt;br /&gt;
&lt;br /&gt;
Codec&lt;br /&gt;
* [[Parameter: G726 AAL2 format|G726 AAL2 format ]]&lt;br /&gt;
&lt;br /&gt;
Jitter Buffer&lt;br /&gt;
* [[Parameter: Jitter Buffer: Initial Depth|Jitter Buffer: Initial Depth]]&lt;br /&gt;
* [[Parameter: Jitter Buffer: Minimum Depth|Jitter Buffer: Minimum Depth]]&lt;br /&gt;
* [[Parameter: Jitter Buffer: Maximum Depth|Jitter Buffer: Maximum Depth]]&lt;br /&gt;
* [[Parameter: Jitter Buffer: Smooth deletion|Jitter Buffer: Smooth deletion]]&lt;br /&gt;
&lt;br /&gt;
TDM Volume Control&lt;br /&gt;
* [[Parameter: TDM Volume Control: TX Gain Level|TX Gain Level]]&lt;br /&gt;
* [[Parameter: TDM Volume Control: RX Gain Level|RX Gain Level]]&lt;br /&gt;
&lt;br /&gt;
Echo Cancellation&lt;br /&gt;
* [[Parameter: Echo Cancellation: Enabled|Echo Cancellation: Enabled]]&lt;br /&gt;
* [[Parameter: Echo Cancellation: Gain Power Level|Echo Cancellation: Gain Power Level]]&lt;br /&gt;
* [[Parameter: Echo Cancellation: Enable DC Removal Filter|Echo Cancellation: Enable DC Removal Filter]]&lt;br /&gt;
* [[Parameter: Echo Cancellation: Enable Coefficient Update|Echo Cancellation: Enable Coefficient Update]]&lt;br /&gt;
* [[Parameter: Echo Cancellation: Non Linear Processor Tune Option|Echo Cancellation: Non Linear Processor Tune Option]]&lt;br /&gt;
&lt;br /&gt;
RTCP&lt;br /&gt;
* [[Parameter: RTCP: Enabled|RTCP: Enabled]]&lt;br /&gt;
* [[Parameter: RTCP: Transmission Interval|RTCP: Transmission Interval ]]&lt;br /&gt;
* [[Parameter: RTCP: Use XRTCP|RTCP: Use XRTCP ]]&lt;br /&gt;
* [[Parameter: RTCP: SDES-CNAME|RTCP: SDES-CNAME]]&lt;br /&gt;
&lt;br /&gt;
Voice Activity Detection&lt;br /&gt;
* [[Parameter: Voice Activity Detection: Noise floor level|Voice Activity Detection: Noise floor level]]&lt;br /&gt;
&lt;br /&gt;
Packet Network&lt;br /&gt;
* [[Parameter: Packet Network: Type of Service|Packet Network: Type of Service ]]&lt;br /&gt;
* [[Parameter: Packet Network: Packet Loss Concealment|Packet Network: Packet Loss Concealment]]&lt;br /&gt;
&lt;br /&gt;
Clear Channel&lt;br /&gt;
* [[Parameter: Packet Duration|Packet Duration]]&lt;/div&gt;</summary>
		<author><name>Allyntree</name></author>	</entry>

	</feed>