[asterisk-commits] oej: branch oej/pinefool-poor-mans-plc-1.8 r383464 - /team/oej/pinefool-poor-...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Mar 20 15:59:38 CDT 2013


Author: oej
Date: Wed Mar 20 15:59:36 2013
New Revision: 383464

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=383464
Log:
Add some explanation of this new cool stuff

Modified:
    team/oej/pinefool-poor-mans-plc-1.8/configs/sip.conf.sample

Modified: team/oej/pinefool-poor-mans-plc-1.8/configs/sip.conf.sample
URL: http://svnview.digium.com/svn/asterisk/team/oej/pinefool-poor-mans-plc-1.8/configs/sip.conf.sample?view=diff&rev=383464&r1=383463&r2=383464
==============================================================================
--- team/oej/pinefool-poor-mans-plc-1.8/configs/sip.conf.sample (original)
+++ team/oej/pinefool-poor-mans-plc-1.8/configs/sip.conf.sample Wed Mar 20 15:59:36 2013
@@ -1006,6 +1006,22 @@
 ; snom_aoc_enabled = yes;     ; This options turns on and off support for sending AOC-D and
                               ; AOC-E to snom endpoints.  This option can be used both in the
                               ; peer and global scope.  The default for this option is off.
+
+;------------------------------ POOR MAN'S PLC CONFIGURATION - --------------------------
+; The RTP channels has an implementation of Packet Loss Concealment
+; that is named "Poor Man's PLC". Normally a PLC happens withing the
+; context of a jitter buffer. This PLC just copies the previous
+; packet into the stream again if a packet (or multiple) is missing.
+; If a packet arrives too late (reordered) it will be ignored.
+; This introduces a bit of jitter since we're sending two
+; packets at the same time. Hopefully the phone or server at the
+; end of the line will have a jitter buffer and play out the media
+; properly. This PLC will make sure that Asterisk outbound RTP streams has
+; less skew and that recordings will actually have a proper amount of
+; media. Default is turned off.
+;
+; This setting is also accepted on device level (peers/users).
+; plc = yes
 
 
 ;------------------------------ JITTER BUFFER CONFIGURATION --------------------------




More information about the asterisk-commits mailing list