[Freeswitch-branches] [commit] r11454 - freeswitch/branches/1.0/src/mod/endpoints/mod_sofia

FreeSWITCH SVN mikej at freeswitch.org
Thu Jan 22 17:14:52 PST 2009


Author: mikej
Date: Thu Jan 22 19:14:52 2009
New Revision: 11454

Log:


Modified:
   freeswitch/branches/1.0/src/mod/endpoints/mod_sofia/sofia_glue.c

Modified: freeswitch/branches/1.0/src/mod/endpoints/mod_sofia/sofia_glue.c
==============================================================================
--- freeswitch/branches/1.0/src/mod/endpoints/mod_sofia/sofia_glue.c	(original)
+++ freeswitch/branches/1.0/src/mod/endpoints/mod_sofia/sofia_glue.c	Thu Jan 22 19:14:52 2009
@@ -1654,6 +1654,9 @@
 		switch_goto_status(SWITCH_STATUS_FALSE, end);
 	}
 
+	switch_assert(tech_pvt->read_codec.implementation);
+	switch_assert(tech_pvt->write_codec.implementation);
+
 	tech_pvt->read_impl = *tech_pvt->read_codec.implementation;
 	tech_pvt->write_impl = *tech_pvt->write_codec.implementation;
 



More information about the Freeswitch-branches mailing list