blob: 38807cb778caf186c4638a6f17f3861fa0c53df6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
From 2f0556c126f2cae0edec32b0fd269d496dd068f6 Mon Sep 17 00:00:00 2001
From: Peter Lemenkov <lemenkov@gmail.com>
Date: Mon, 27 Sep 2010 14:13:00 +0400
Subject: [PATCH 05/11] Add sw_prepaid_sip plugin to default exclude list (due to missing cc_acc)
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
---
core/etc/sems.conf.cmake | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/core/etc/sems.conf.cmake b/core/etc/sems.conf.cmake
index 65d8534..eeeeb67 100644
--- a/core/etc/sems.conf.cmake
+++ b/core/etc/sems.conf.cmake
@@ -140,7 +140,7 @@ plugin_path=${SEMS_EXEC_PREFIX}/${SEMS_LIBDIR}/sems/plug-in/
#
# o binrpcctrl and unixsockctrl: excluded as sipctrl is default ctrl
# o precoded_announce: no precoded sample files present
-exclude_plugins=binrpcctrl;unixsockctrl;precoded_announce
+exclude_plugins=binrpcctrl;unixsockctrl;precoded_announce;sw_prepaid_sip
# optional parameter: application
#
--
1.7.3.4
|