[asterisk-commits] irroot: branch irroot/t38gateway-1.8 r321984 - in /team/irroot/t38gateway-1.8...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Sat Jun 4 03:29:55 CDT 2011


Author: irroot
Date: Sat Jun  4 03:29:50 2011
New Revision: 321984

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=321984
Log:
Fixup Merge

Modified:
    team/irroot/t38gateway-1.8/channels/chan_sip.c
    team/irroot/t38gateway-1.8/configure

Modified: team/irroot/t38gateway-1.8/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/team/irroot/t38gateway-1.8/channels/chan_sip.c?view=diff&rev=321984&r1=321983&r2=321984
==============================================================================
--- team/irroot/t38gateway-1.8/channels/chan_sip.c (original)
+++ team/irroot/t38gateway-1.8/channels/chan_sip.c Sat Jun  4 03:29:50 2011
@@ -13949,9 +13949,7 @@
 {
 	if (!network_change_event_subscription) {
 		network_change_event_subscription = ast_event_subscribe(AST_EVENT_NETWORK_CHANGE,
-			network_change_event_cb,
-			"SIP Network Change ",
-			NULL, AST_EVENT_IE_END);
+			network_change_event_cb, "SIP Network Change", NULL, AST_EVENT_IE_END);
 	}
 }
 




More information about the asterisk-commits mailing list