[asterisk-commits] oej: branch oej/roibos-cng-support-1.8 r376196 - /team/oej/roibos-cng-support...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Nov 13 09:36:52 CST 2012


Author: oej
Date: Tue Nov 13 09:36:47 2012
New Revision: 376196

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=376196
Log:
Updating documentation

Modified:
    team/oej/roibos-cng-support-1.8/README.roibos-cng.txt

Modified: team/oej/roibos-cng-support-1.8/README.roibos-cng.txt
URL: http://svnview.digium.com/svn/asterisk/team/oej/roibos-cng-support-1.8/README.roibos-cng.txt?view=diff&rev=376196&r1=376195&r2=376196
==============================================================================
--- team/oej/roibos-cng-support-1.8/README.roibos-cng.txt (original)
+++ team/oej/roibos-cng-support-1.8/README.roibos-cng.txt Tue Nov 13 09:36:47 2012
@@ -3,6 +3,7 @@
 
 
 Started: 2012-09-18
+Updated: 2012-11-13
 
 
 
@@ -33,20 +34,21 @@
 
 * SIP Channel
 -------------
-- The SIP channel will *NOT* negotiate any CNG support if offered, nor 
-  offer CNG
+- The SIP channel will negotiate any CNG support if offered and
+  offer CNG if configured. SIP.conf setting:
+	;comfort-noise=yes              ; Enable Comfort Noise generation on RTP streams
+	;                               ; Available per device too
 
 * Core
 ------
 
 - If a generator is active and CNG is received, Asterisk moves to timer based
   generation of outbound packets
-- No comfort noise generator exists in core
+- Comfort noise generator added to core
 
 To add comfort noise support
 ----------------------------
 
-- Add SIP negotiation in SDP
 - For inbound streams, generate noise in calls
 - For outbound we can as step 1 just never send any CNG packets
   - As step 2, add silence detection to calls
@@ -58,6 +60,7 @@
 Done:
   - Added res_noise.c from cmantunes from https://issues.asterisk.org/jira/browse/ASTERISK-5263
     This includes a noise generator
+  - Add SIP negotiation in SDP - done
 
 References
 ----------




More information about the asterisk-commits mailing list