freeswitch/conf/vanilla
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
..
autoload_configs Adding mod_amqp as an event_handler module 2015-04-03 15:34:09 -07:00
chatplan conf: mv conf/* -> conf/vanilla/* 2012-03-24 03:19:32 +00:00
dialplan fix valet parking sample 2014-09-10 17:40:59 -05:00
directory Remove misleading `tport` example from configs 2014-08-27 23:15:45 +00:00
ivr_menus Create new demo IVR XML and phrases. (New sound files needed.) Update phrase_en.xml to-be-recorded sound files. 2012-07-24 16:36:45 -07:00
jingle_profiles add video support to lib/mod.dingaling this needs testing, google voice won't work with video calls so disable video codecs if you use that 2012-06-22 18:15:06 -05:00
lang FS-6097 - added fifo_position macro 2014-11-18 15:42:44 -05:00
mrcp_profiles mod_unimrcp: add example config for Vestec 2013-08-14 10:06:18 -04:00
sip_profiles FS-7309: [mod_sofia] Allow removal of User-Agent header 2015-02-20 08:36:44 -08:00
skinny_profiles FS-477 mod_skinny: re-add ability to set digit timeout in patterns, update example configs 2014-06-09 12:29:47 -05:00
yaml conf: mv conf/* -> conf/vanilla/* 2012-03-24 03:19:32 +00:00
README_IMPORTANT.txt conf: mv conf/* -> conf/vanilla/* 2012-03-24 03:19:32 +00:00
config.FS0 conf: mv conf/* -> conf/vanilla/* 2012-03-24 03:19:32 +00:00
extensions.conf conf: mv conf/* -> conf/vanilla/* 2012-03-24 03:19:32 +00:00
freeswitch.xml FS-5045 2014-02-02 12:33:37 +01:00
fur_elise.ttml conf: mv conf/* -> conf/vanilla/* 2012-03-24 03:19:32 +00:00
mime.types conf: mv conf/* -> conf/vanilla/* 2012-03-24 03:19:32 +00:00
notify-voicemail.tpl conf: mv conf/* -> conf/vanilla/* 2012-03-24 03:19:32 +00:00
tetris.ttml conf: mv conf/* -> conf/vanilla/* 2012-03-24 03:19:32 +00:00
vars.xml FS-7368 --resolve 2015-03-13 16:50:13 -05:00
voicemail.tpl FS-6157 --resolve 2014-02-09 13:34:12 -06:00
web-vm.tpl conf: mv conf/* -> conf/vanilla/* 2012-03-24 03:19:32 +00:00