Skip to content
Snippets Groups Projects
Commit 5eb1fee0 authored by yanmorin's avatar yanmorin
Browse files

iax2 debug support isn't enable by default
parent 3d4b68c5
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ IAXVoIPLink::init() ...@@ -38,7 +38,7 @@ IAXVoIPLink::init()
bool returnValue = false; bool returnValue = false;
//_localAddress = "127.0.0.1"; //_localAddress = "127.0.0.1";
// port 0 is default // port 0 is default
iax_enable_debug(); // iax_enable_debug(); have to enable debug when compiling iax...
int port = iax_init(IAX_DEFAULT_PORTNO); int port = iax_init(IAX_DEFAULT_PORTNO);
if (port == IAX_FAILURE) { if (port == IAX_FAILURE) {
_debug("IAX Failure: Error when initializing\n"); _debug("IAX Failure: Error when initializing\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment