summaryrefslogtreecommitdiff
path: root/build_tools
diff options
context:
space:
mode:
authorSean Bright <sean@malleable.com>2009-06-26 22:08:05 +0000
committerSean Bright <sean@malleable.com>2009-06-26 22:08:05 +0000
commita4284a507b62a4f3727f3946c93ab5e6688866c5 (patch)
tree0f80b453deb9a62e9a7f8cd831e1e7232dbb1805 /build_tools
parentbb1fc3e12f7f0d1fb1ed701a5cfc10a7fb7c7b7c (diff)
Add a new module, cdr_syslog, which allows writing CDRs to syslog.
The original patch for this was written by Brett Bryant, and I split it out into it's own module. (closes issue #12876) Reported by: bbryant Patches: 06162008_cdr_custom_syslog.diff uploaded by bbryant (license 36) 05212009_cdr_syslog.patch uploaded by seanbright (license 71) Tested by: seanbright Review: https://reviewboard.asterisk.org/r/297/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@203846 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'build_tools')
-rw-r--r--build_tools/menuselect-deps.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_tools/menuselect-deps.in b/build_tools/menuselect-deps.in
index 7204162e1..2c0b2f9a3 100644
--- a/build_tools/menuselect-deps.in
+++ b/build_tools/menuselect-deps.in
@@ -49,6 +49,7 @@ SQLITE=@PBX_SQLITE@
SS7=@PBX_SS7@
OPENSSL=@PBX_OPENSSL@
SUPPSERV=@PBX_SUPPSERV@
+SYSLOG=@PBX_SYSLOG@
TONEZONE=@PBX_TONEZONE@
UNIXODBC=@PBX_UNIXODBC@
USB=@PBX_USB@