Module: sip-router Branch: master Commit: f8584159fa88e92b36f8657d645f00d0ff851099 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f8584159...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Mon Sep 20 15:47:44 2010 +0200
Makefile: log func name for kamailio flavour
- default behavior in 1.5.x
---
Makefile.defs | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/Makefile.defs b/Makefile.defs index e8a1a21..55b9010 100644 --- a/Makefile.defs +++ b/Makefile.defs @@ -704,6 +704,9 @@ endif ifeq ($(WITHAS), 1) C_DEFS+= -DWITH_AS_SUPPORT endif +ifeq ($(FLAVOUR),kamailio) + C_DEFS+= -DLOG_FUNC_NAME +endif
ifneq ($(STUN),) C_DEFS+= -DUSE_STUN
On Sep 20, 2010 at 15:48, Daniel-Constantin Mierla miconda@gmail.com wrote:
Module: sip-router Branch: master Commit: f8584159fa88e92b36f8657d645f00d0ff851099 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f8584159...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Mon Sep 20 15:47:44 2010 +0200
Makefile: log func name for kamailio flavour
- default behavior in 1.5.x
We could make this the default for all flavours if nobody has anything against it.
Andrei
Makefile.defs | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/Makefile.defs b/Makefile.defs index e8a1a21..55b9010 100644 --- a/Makefile.defs +++ b/Makefile.defs @@ -704,6 +704,9 @@ endif ifeq ($(WITHAS), 1) C_DEFS+= -DWITH_AS_SUPPORT endif +ifeq ($(FLAVOUR),kamailio)
- C_DEFS+= -DLOG_FUNC_NAME
+endif
ifneq ($(STUN),) C_DEFS+= -DUSE_STUN
sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
On 9/21/10 3:22 PM, Andrei Pelinescu-Onciul wrote:
On Sep 20, 2010 at 15:48, Daniel-Constantin Mierlamiconda@gmail.com wrote:
Module: sip-router Branch: master Commit: f8584159fa88e92b36f8657d645f00d0ff851099 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f8584159...
Author: Daniel-Constantin Mierlamiconda@gmail.com Committer: Daniel-Constantin Mierlamiconda@gmail.com Date: Mon Sep 20 15:47:44 2010 +0200
Makefile: log func name for kamailio flavour
- default behavior in 1.5.x
We could make this the default for all flavours if nobody has anything against it.
yes, it would be useful for troubleshooting from my point of view.
Cheers, Daniel
Andrei
Makefile.defs | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/Makefile.defs b/Makefile.defs index e8a1a21..55b9010 100644 --- a/Makefile.defs +++ b/Makefile.defs @@ -704,6 +704,9 @@ endif ifeq ($(WITHAS), 1) C_DEFS+= -DWITH_AS_SUPPORT endif +ifeq ($(FLAVOUR),kamailio)
- C_DEFS+= -DLOG_FUNC_NAME
+endif
ifneq ($(STUN),) C_DEFS+= -DUSE_STUN
sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev