[Freeswitch-branches] [commit] r5427 - freeswitch/branches/greenlizard/src/mod/endpoints/mod_sofia

Freeswitch SVN greenlizard at freeswitch.org
Wed Jun 20 14:48:45 EDT 2007


Author: greenlizard
Date: Wed Jun 20 14:48:44 2007
New Revision: 5427

Modified:
   freeswitch/branches/greenlizard/src/mod/endpoints/mod_sofia/mod_sofia.c

Log:
merge trunk 5425 to 5426

Modified: freeswitch/branches/greenlizard/src/mod/endpoints/mod_sofia/mod_sofia.c
==============================================================================
--- freeswitch/branches/greenlizard/src/mod/endpoints/mod_sofia/mod_sofia.c	(original)
+++ freeswitch/branches/greenlizard/src/mod/endpoints/mod_sofia/mod_sofia.c	Wed Jun 20 14:48:44 2007
@@ -1529,7 +1529,7 @@
 	/* connect my internal structure to the blank pointer passed to me */
 	*module_interface = switch_loadable_module_create_module_interface(pool, modname);
 	sofia_endpoint_interface = switch_loadable_module_create_interface(*module_interface, SWITCH_ENDPOINT_INTERFACE);
-	sofia_endpoint_interface->interface_name = modname;
+	sofia_endpoint_interface->interface_name = "sofia";
 	sofia_endpoint_interface->io_routines = &sofia_io_routines;
 	sofia_endpoint_interface->state_handler = &sofia_event_handlers;
 



More information about the Freeswitch-branches mailing list