freeswitch/build
William King 1a96f23f27 Adding mod_amqp as an event_handler module
AMQP(Advanced Message Queueing Protocol) is an event bus protocol
with more info here http://www.amqp.org/about/what

mod_amqp implements the client side of the amqp protocol. Currently
the module supports two separate, but not mutually exclusive usages:

1. Sending a filtered whitelist of events to an AMQP server. The
before the events are sent an amqp routing header is generated so that
downstream subscriptions can subscribe using filters. If the
connection to the remote server is interrupted, the module will
attempt to reconnect.

2. Subscribing to a 'control' channel on the remote AMQP server. When
events are received on this channel if they match a configured filter,
the commands are run locally as api commands. If the filter for the
events being sent to the remote AMQP server include SWITCH_EVENT_API
then the results of the api commands will be sent back to the AMQP
server.

FS-7060 #resolve
Thanks-to: Daniel Bryars <danb@aeriandi.com> and Tim Brown <tim.brown@aeriandi.com>
2015-04-03 15:34:09 -07:00
..
config Require libcurl as a system dependency 2014-03-20 21:15:29 +00:00
freeswitch.build/freeswitch.pbxindex
Makefile.am Updating the wiki location, and changing the appropriate links to https from http 2014-07-19 14:47:27 -07:00
Makefile.centos5 Tweak Cent5 auto build 2015-02-16 09:17:20 -06:00
Makefile.centos6 FS-7270 look for -bin first 2015-02-12 13:10:02 -06:00
Makefile.openbsd DOCS-16 DOCS-15 and remember patches are welcome 2014-10-29 17:25:15 -05:00
Makefile.solaris11 DOCS-16 DOCS-15 and remember patches are welcome 2014-10-29 17:25:15 -05:00
build_patch.sh Add script for build testing patches 2014-01-09 16:10:50 +00:00
buildlib.sh
buildmrcpserver.sh
buildopal.sh FS-6973 revert this line 2014-11-07 17:41:29 -06:00
buildzrtp.sh
cc.sh add smaller banner for teeny tiny terminals 2012-09-24 14:59:09 -05:00
config.layout
coverity_model.c basic mutex model for coverity 2014-05-22 18:40:30 +00:00
curses.patch
fixautoconf.sh
fixautomake.sh
fixlibtool.sh
freeswitch.init.archlinux
freeswitch.init.redhat
freeswitch.init.suse
freeswitch.ld.so.conf
freeswitch.monitrc
freeswitch.pc.in
freeswitch.sysconfig
fs_ivrd.init.redhat
gen_indent.pl
getg729.sh.in
getlib.sh.in
getsounds.sh.in
ignore_helper.pl update copyright header for 2014 2014-02-12 12:08:56 -06:00
indent_options.sh
modcheck.sh Exclude ftmod_ as those are submodules of mod_freetdm 2014-06-20 10:23:05 -05:00
modmake.rules.in Require libcurl as a system dependency 2014-03-20 21:15:29 +00:00
modmake.rulesam use AM_SILENT_RULES where available and remove our hacks for quiet builds as they don't work very well and cause other build problems 2014-03-17 14:33:55 -04:00
modules.conf.in Adding mod_amqp as an event_handler module 2015-04-03 15:34:09 -07:00
moh_version.txt bump music and en/us/callie sounds files revs 2014-09-11 17:54:33 -05:00
next-release.txt Tweaks for building packages 2015-02-09 12:21:08 -06:00
print_git_revision.c
set-fs-version.sh debian: Add support for humanized version string 2012-09-23 07:49:21 +00:00
sounds_version.txt June French RPMs 2014-09-12 21:14:55 +04:00
strip.pl
swigall.sh fold version macros into runtime functions to avoid cascade rebuilds when modifying the core 2014-01-17 01:54:47 +05:00
turbo_build.sh