[Freeswitch-svn] [commit] r4479 - freeswitch/trunk/src/mod/endpoints/mod_sofia

Freeswitch SVN anthm at freeswitch.org
Wed Mar 7 21:52:32 EST 2007


Author: anthm
Date: Wed Mar  7 21:52:31 2007
New Revision: 4479

Modified:
   freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c

Log:
update

Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c	(original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c	Wed Mar  7 21:52:31 2007
@@ -789,7 +789,9 @@
 	}
 	if (tech_pvt->cng_pt) {
 		snprintf(buf + strlen(buf), sizeof(buf) - strlen(buf), "a=rtpmap:%d CN/%d\n", tech_pvt->cng_pt, rate);
-		tech_pvt->cng_pt = 0;
+		if (!tech_pvt->rm_encoding) {
+			tech_pvt->cng_pt = 0;
+		}
 	}
     if (ptime) {
         snprintf(buf + strlen(buf), sizeof(buf) - strlen(buf), "a=ptime:%d\n", ptime);



More information about the Freeswitch-svn mailing list