[Asterisk-cvs] asterisk/channels chan_sip.c,1.559,1.560
markster at lists.digium.com
markster at lists.digium.com
Thu Nov 11 22:56:23 CST 2004
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv6288/channels
Modified Files:
chan_sip.c
Log Message:
Fix sneakiness of OEJ
Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.559
retrieving revision 1.560
diff -u -d -r1.559 -r1.560
--- chan_sip.c 12 Nov 2004 03:49:13 -0000 1.559
+++ chan_sip.c 12 Nov 2004 03:57:39 -0000 1.560
@@ -129,7 +129,7 @@
static char notifymime[AST_MAX_EXTENSION] = "application/simple-message-summary";
-static int srvlookup = 1; /* SRV Lookup on or off. Default now on */
+static int srvlookup = 0; /* SRV Lookup on or off. Default now on */
static int pedanticsipchecking = 0; /* Extra checking ? Default off */
More information about the svn-commits
mailing list