[Asterisk-cvs] asterisk/channels chan_sip.c,1.560,1.561

markster at lists.digium.com markster at lists.digium.com
Fri Nov 12 08:25:58 CST 2004


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv9180/channels

Modified Files:
	chan_sip.c 
Log Message:
Fix comment


Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.560
retrieving revision 1.561
diff -u -d -r1.560 -r1.561
--- chan_sip.c	12 Nov 2004 03:57:39 -0000	1.560
+++ chan_sip.c	12 Nov 2004 13:27:11 -0000	1.561
@@ -129,7 +129,7 @@
 
 static char notifymime[AST_MAX_EXTENSION] = "application/simple-message-summary";
 
-static int srvlookup = 0;		/* SRV Lookup on or off. Default now on */
+static int srvlookup = 0;		/* SRV Lookup on or off. Default is off, RFC behavior is on */
 
 static int pedanticsipchecking = 0;	/* Extra checking ?  Default off */
 




More information about the svn-commits mailing list