From a1cdeb6f80e41712567054d207ac584c3e2cfdd8 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Fri, 12 Nov 2004 13:27:11 +0000 Subject: [PATCH] Fix comment git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4222 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_sip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 11c4834..e5def5c 100755 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -129,7 +129,7 @@ static char default_fromdomain[AST_MAX_EXTENSION] = ""; 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 */ -- 1.7.9.5