mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
Make sipdebug default to 0
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1420 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user