Module: sems
Branch: 1.5
Commit: e7cd65b134fbd94a5d49e973918607d12e7b722e
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=e7cd65b134fbd94a5d49e973918607d12e7b722e

Author: Peter Lemenkov <lemen...@gmail.com>
Committer: Peter Lemenkov <lemen...@gmail.com>
Date:   Wed Apr 18 22:34:55 2012 +0400

Update cmake-files

Signed-off-by: Peter Lemenkov <lemen...@gmail.com>

---

 apps/db_reg_agent/CMakeLists.txt        |    2 ++
 apps/reg_agent/etc/reg_agent.conf.cmake |    6 +++---
 apps/sbc/etc/sbc.conf.cmake             |    7 +++++++
 core/plug-in/CMakeLists.txt             |    2 ++
 4 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/apps/db_reg_agent/CMakeLists.txt b/apps/db_reg_agent/CMakeLists.txt
index bef0779..d264cab 100644
--- a/apps/db_reg_agent/CMakeLists.txt
+++ b/apps/db_reg_agent/CMakeLists.txt
@@ -3,6 +3,8 @@ DBRegAgent.cpp
 RegistrationTimer.cpp
 )
 
+INCLUDE_DIRECTORIES(/usr/include/mysql)
+INCLUDE_DIRECTORIES(${MYSQLPP_INCLUDE_DIR}/mysql++)
 ADD_DEFINITIONS(-DHAS_OFFER_ANSWER)
 SET(sems_module_libs ${sems_module_libs} mysqlpp)
 
diff --git a/apps/reg_agent/etc/reg_agent.conf.cmake 
b/apps/reg_agent/etc/reg_agent.conf.cmake
index e9ce4ca..3e7dc8c 100644
--- a/apps/reg_agent/etc/reg_agent.conf.cmake
+++ b/apps/reg_agent/etc/reg_agent.conf.cmake
@@ -14,7 +14,7 @@
 #display_name=myuser
 #auth_user=myuser
 # optional (defaults to resolved by domain):
-#proxy=sip.mydomain.net:5060
+#proxy=sip:sip.mydomain.net:5060
 # optional (default to <user>@<publicip/localip>):
 #contact=sip:myuser@10.0.0.2
 
@@ -27,7 +27,7 @@
 # optional:
 #display_name1=xyz
 #auth_user1=xyz
-#proxy1=sip.iptel.org:5060
+#proxy1=sip:sip.iptel.org:5060
 #contact1=sip:xyz@10.0.0.3
 
 #domain2=iptel.org
@@ -36,5 +36,5 @@
 # optional:
 #display_name2=xyz
 #auth_user2=xyz
-#proxy2=sip.iptel.org:5060
+#proxy2=sip:sip.iptel.org:5060
 
diff --git a/apps/sbc/etc/sbc.conf.cmake b/apps/sbc/etc/sbc.conf.cmake
index f78f80d..e5dab80 100644
--- a/apps/sbc/etc/sbc.conf.cmake
+++ b/apps/sbc/etc/sbc.conf.cmake
@@ -24,6 +24,13 @@ active_profile=transparent
 #
 #regex_maps=src_ipmap,ruri_map,usermap
 
+# load_cc_plugins - semicolon-separated list of call-control plugins to load
+#                   here the module names (.so names) must be specified, 
without .so
+#                   analogous to load_plugins in sems.conf
+#
+# e.g. load_cc_plugins=cc_pcalls;cc_ctl
+#load_cc_plugins=cc_pcalls;cc_ctl
+
 ## RFC4028 Session Timer
 # default configuration - can be overridden by call profiles
 
diff --git a/core/plug-in/CMakeLists.txt b/core/plug-in/CMakeLists.txt
index aff103c..1d3662d 100644
--- a/core/plug-in/CMakeLists.txt
+++ b/core/plug-in/CMakeLists.txt
@@ -10,8 +10,10 @@ ENDIF(GSM_FOUND)
 IF(SEMS_USE_ILBC)
        ADD_SUBDIRECTORY (ilbc)
 ENDIF(SEMS_USE_ILBC)
+#ADD_SUBDIRECTORY (isac)
 ADD_SUBDIRECTORY (l16)
 ADD_SUBDIRECTORY (session_timer)
+#ADD_SUBDIRECTORY (silk)
 IF(SPEEX_FOUND)
        ADD_SUBDIRECTORY (speex)
 ENDIF(SPEEX_FOUND)

_______________________________________________
Semsdev mailing list
Semsdev@lists.iptel.org
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to