aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xchannels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 11c48340b..e5def5cc1 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 */