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

FreeSWITCH SVN anthm at freeswitch.org
Tue Nov 18 15:40:49 PST 2008


Author: anthm
Date: Tue Nov 18 18:40:49 2008
New Revision: 10448

Log:
update

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

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	Tue Nov 18 18:40:49 2008
@@ -758,8 +758,9 @@
 									}
 									
 									if (switch_rtp_change_interval(tech_pvt->rtp_session, 
-																   tech_pvt->read_codec.implementation->samples_per_packet,
-																   tech_pvt->codec_ms * 1000) != SWITCH_STATUS_SUCCESS) {
+																   tech_pvt->codec_ms * 1000,
+																   tech_pvt->read_codec.implementation->samples_per_packet
+																   ) != SWITCH_STATUS_SUCCESS) {
 										switch_channel_hangup(tech_pvt->channel, SWITCH_CAUSE_DESTINATION_OUT_OF_ORDER);
 										
 									}



More information about the Freeswitch-svn mailing list