[Freeswitch-svn] [commit] r9950 - freeswitch/trunk/src/mod/endpoints/mod_sofia
Freeswitch SVN
anthm at freeswitch.org
Fri Oct 10 19:17:18 EDT 2008
Author: anthm
Date: Fri Oct 10 19:17:18 2008
New Revision: 9950
Modified:
freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c
Log:
actually send bye on error condition
Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c (original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c Fri Oct 10 19:17:18 2008
@@ -2166,11 +2166,7 @@
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Sending CANCEL to orphan call.\n");
nua_cancel(nh, TAG_END());
}
-
- nua_handle_bind(nh, NULL);
- nua_handle_destroy(nh);
}
-
}
}
More information about the Freeswitch-svn
mailing list