[sr-dev] git:pd/outbound: Makefile: added Outbound stub module

Peter Dunkley peter.dunkley at crocodile-rcs.com
Tue Aug 14 10:21:01 CEST 2012


Module: sip-router
Branch: pd/outbound
Commit: c9b45176a1e3a55820c98f4907927ee217007e2e
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c9b45176a1e3a55820c98f4907927ee217007e2e

Author: Peter Dunkley <peter.dunkley at crocodile-rcs.com>
Committer: Peter Dunkley <peter.dunkley at crocodile-rcs.com>
Date:   Tue Aug 14 09:17:16 2012 +0100

Makefile: added Outbound stub module

---

 Makefile |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 49a73e3..c8f09a7 100644
--- a/Makefile
+++ b/Makefile
@@ -194,7 +194,7 @@ module_group_stable=cpl-c dbtext jabber osp sms pdb
 # Modules in this group are either not complete, untested, or without enough
 # reports of usage to allow the module into the stable group. They may or may
 # not have dependencies
-module_group_experimental=tls oracle iptrtpproxy ndb_redis async websocket
+module_group_experimental=tls oracle iptrtpproxy ndb_redis async websocket outbound
 
 # For cassandra
 module_group_cassandra_driver=db_cassandra
@@ -267,6 +267,9 @@ module_group_ktls=tls
 # K websocket module
 module_group_kwebsocket=websocket
 
+# K outbound module
+module_group_koutbound=outbound
+
 # K presence modules
 module_group_kpresence=presence presence_dialoginfo presence_mwi presence_xml presence_profile\
 						pua pua_bla pua_dialoginfo pua_mi pua_usrloc pua_xmpp \
@@ -317,7 +320,7 @@ else
 							presence_dialoginfo presence_xml pua pua_bla \
 							pua_dialoginfo pua_usrloc pua_xmpp \
 							regex xcap_client xcap_server presence_conference \
-							presence_reginfo pua_reginfo websocket
+							presence_reginfo pua_reginfo websocket outbound
 	#excluded because they depend on external *.h files
 	exclude_modules+= h350
 	# excluded because they do not compile (remove them only after they are




More information about the sr-dev mailing list