From 0e9d7cb80716bd22e0e5234af0a7d3ba4d5a3091 Mon Sep 17 00:00:00 2001 From: Gerald Begumisa Date: Thu, 20 Dec 2007 02:53:14 +0000 Subject: Added a new feature that allows orkaudio to filter recordings by the remote or local party. If the configuration parameter is filled with a CSV list of numbers or ranges of numbers such as 300,450-490,4000-6000, orkaudio will only produce recordings for cases where the remote or local parties match a specified number or fall within the specified number range (for the case where a range has been specified). git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@516 09dcff7a-b715-0410-9601-b79a96267cd0 --- orkbasecxx/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'orkbasecxx/Makefile.am') diff --git a/orkbasecxx/Makefile.am b/orkbasecxx/Makefile.am index f9aadf5..3bcd0ad 100644 --- a/orkbasecxx/Makefile.am +++ b/orkbasecxx/Makefile.am @@ -14,7 +14,8 @@ liborkbase_la_SOURCES = Filter.cpp g711.c \ MemUtils.cpp BatchProcessing.cpp \ CapturePluginProxy.cpp CapturePort.cpp \ Daemon.cpp ImmediateProcessing.cpp \ - Reporting.cpp TapeFileNaming.cpp + Reporting.cpp TapeFileNaming.cpp \ + PartyFilter.cpp #INCLUDES = -I/projects/ext/xmlrpc++/xmlrpc++0.7/src SUBDIRS = messages serializers audiofile filters liborkbase_la_LIBADD = $(top_builddir)/serializers/libserializers.la \ -- cgit v1.2.3