projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcb9b8f
)
Make sipdebug default to 0
author
Mark Spencer
<markster@digium.com>
Sun, 24 Aug 2003 22:56:54 +0000
(22:56 +0000)
committer
Mark Spencer
<markster@digium.com>
Sun, 24 Aug 2003 22:56:54 +0000
(22:56 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1420
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/chan_sip.c
patch
|
blob
|
history
diff --git
a/channels/chan_sip.c
b/channels/chan_sip.c
index
30d7f1b
..
169ca38
100755
(executable)
--- a/
channels/chan_sip.c
+++ b/
channels/chan_sip.c
@@
-126,7
+126,7
@@
static char ourhost[256];
static struct in_addr __ourip;
static int ourport;
-static int sipdebug = 1;
+static int sipdebug = 0;
static int tos = 0;