summaryrefslogtreecommitdiff
path: root/build_tools
diff options
context:
space:
mode:
authorNir Simionovich <nirs@greenfieldtech.net>2017-10-16 17:46:02 -0400
committerNir Simionovich <nirs@greenfieldtech.net>2017-10-20 10:08:05 -0400
commit4559cd0e284ee3cb672d9c7c935ab99b3bb16489 (patch)
tree5654e35e5a6b6c1db91d475d892cc5b588b9a0ed /build_tools
parent00d1c7ddd28557aa845c3522956852a60310df96 (diff)
This patch adds a beanstalk CDR backend.
Beanstalkd is a simple to use job queue. It provides a means to create multiple job queues called "tubes". Each tube can store multiple jobs, with varying priorities with the queue. Queue processing is available via a simple TCP socket or via well defined libraries, avaialble at https://github.com/kr/beanstalkd/wiki/client-libraries This module is based upon the beanstalk-client library, available for download at: https://github.com/deepfryed/beanstalk-client Change-Id: I5fe4089a34ab3b39230786d9bbfddafa56715f48
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 ec70be0da..9629ea536 100644
--- a/build_tools/menuselect-deps.in
+++ b/build_tools/menuselect-deps.in
@@ -1,5 +1,6 @@
ALSA=@PBX_ALSA@
BLUETOOTH=@PBX_BLUETOOTH@
+BEANSTALK=@PBX_BEANSTALK@
COROSYNC=@PBX_COROSYNC@
CRYPTO=@PBX_CRYPTO@
BFD=@PBX_BFD@