[Asterisk-cvs] asterisk/channels chan_sip.c,1.463,1.464

markster at lists.digium.com markster at lists.digium.com
Thu Jul 29 15:12:53 CDT 2004


Update of /usr/cvsroot/asterisk/channels
In directory localhost.localdomain:/tmp/cvs-serv26411/channels

Modified Files:
	chan_sip.c 
Log Message:
Default port to 5060


Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.463
retrieving revision 1.464
diff -u -d -r1.463 -r1.464
--- chan_sip.c	28 Jul 2004 21:07:38 -0000	1.463
+++ chan_sip.c	29 Jul 2004 18:58:57 -0000	1.464
@@ -8258,6 +8258,7 @@
 	global_canreinvite = REINVITE_INVITE;
 	videosupport = 0;
 	relaxdtmf = 0;
+	ourport = DEFAULT_SIP_PORT;
 	global_rtptimeout = 0;
 	global_rtpholdtimeout = 0;
 	pedanticsipchecking=0;




More information about the svn-commits mailing list