Module: sip-router
Branch: master
Commit: e4bd74c1718ea2218f2ad426537641cc9ef71d7d
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e4bd74c…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Tue Apr 20 22:06:46 2010 +0200
tm: kamailio flavour enables local-request event
- will execute event_route[tm:local-request]
- reported by Alex Balashov
---
modules/tm/Makefile | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/modules/tm/Makefile b/modules/tm/Makefile
index 0c60918..93807ca 100644
--- a/modules/tm/Makefile
+++ b/modules/tm/Makefile
@@ -11,4 +11,8 @@ NAME=tm.so
LIBS=
DEFS+= -DSER_MOD_INTERFACE
+ifeq ($(INSTALL_FLAVOUR),kamailio)
+DEFS+= -DWITH_EVENT_LOCAL_REQUEST
+endif # INSTALL_FLAVOUR
+
include ../../Makefile.modules