[asterisk-commits] qwell: branch qwell/fun_with_transports r388207 - /team/qwell/fun_with_transp...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu May 9 12:12:33 CDT 2013


Author: qwell
Date: Thu May  9 12:12:32 2013
New Revision: 388207

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=388207
Log:
Unregister session supplements on unload.

Modified:
    team/qwell/fun_with_transports/res/res_sip_transport_websocket.c

Modified: team/qwell/fun_with_transports/res/res_sip_transport_websocket.c
URL: http://svnview.digium.com/svn/asterisk/team/qwell/fun_with_transports/res/res_sip_transport_websocket.c?view=diff&rev=388207&r1=388206&r2=388207
==============================================================================
--- team/qwell/fun_with_transports/res/res_sip_transport_websocket.c (original)
+++ team/qwell/fun_with_transports/res/res_sip_transport_websocket.c Thu May  9 12:12:32 2013
@@ -363,6 +363,7 @@
 static int unload_module(void)
 {
 	ast_sip_unregister_service(&websocket_module);
+	ast_sip_session_unregister_supplement(&websocket_supplement);
 	ast_websocket_remove_protocol("sip", websocket_cb);
 
 	return 0;




More information about the asterisk-commits mailing list