From 5eb1fee0e21c50f29487b383c9d0e287d039a397 Mon Sep 17 00:00:00 2001
From: yanmorin <yanmorin>
Date: Tue, 4 Apr 2006 15:19:12 +0000
Subject: [PATCH] iax2 debug support isn't enable by default

---
 src/iaxvoiplink.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/iaxvoiplink.cpp b/src/iaxvoiplink.cpp
index 4de80db39e..710aca8983 100644
--- a/src/iaxvoiplink.cpp
+++ b/src/iaxvoiplink.cpp
@@ -38,7 +38,7 @@ IAXVoIPLink::init()
   bool returnValue = false;
   //_localAddress = "127.0.0.1";
   // port 0 is default
-  iax_enable_debug();
+  //  iax_enable_debug(); have to enable debug when compiling iax...
   int port = iax_init(IAX_DEFAULT_PORTNO);
   if (port == IAX_FAILURE) {
     _debug("IAX Failure: Error when initializing\n");
-- 
GitLab