[asterisk-commits] russell: branch russell/ais r80929 - /team/russell/ais/configs/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sun Aug 26 00:12:38 CDT 2007
Author: russell
Date: Sun Aug 26 00:12:37 2007
New Revision: 80929
URL: http://svn.digium.com/view/asterisk?view=rev&rev=80929
Log:
Add initial eventpeer.conf, which is my initial plan for how to configure
res_eventpeer. res_eventpeer is going to provide distributed events in a
different way. res_ais lets you share events in a local, high speed cluster.
This will let you set up event peers over a direct TCP/TLS connection for
peers across the internet. Between the two you could connect local clusters
with res_ais, and peer the clusters together using res_eventpeer.
Added:
team/russell/ais/configs/eventpeer.conf.sample (with props)
Added: team/russell/ais/configs/eventpeer.conf.sample
URL: http://svn.digium.com/view/asterisk/team/russell/ais/configs/eventpeer.conf.sample?view=auto&rev=80929
==============================================================================
--- team/russell/ais/configs/eventpeer.conf.sample (added)
+++ team/russell/ais/configs/eventpeer.conf.sample Sun Aug 26 00:12:37 2007
@@ -1,0 +1,23 @@
+;
+; Configuration for res_eventpeer
+;
+
+;[general]
+
+;bindaddr=0.0.0.0
+
+;tlsenable=yes ; enable tls - default no.
+;tlsbindaddr=0.0.0.0 ; address to bind to - default is bindaddr.
+;tlscert=/tmp/foo.pem ; path to the certificate
+
+;[peer1]
+;type=symmetric ; inbound, outbound, symmetric
+;host=192.168.1.50 ; Only needed for outbound or symmetric with
+ ; configured subscriptions.
+;subscribe=mwi ; Subscribe to "mwi" events.
+;allow=mwi ; Allow subscriptions for "mwi" events.
+
+; -------------------------------------------------------
+; | Supported event types:
+; | - mwi, Message Waiting Indication
+; -------------------------------------------------------
Propchange: team/russell/ais/configs/eventpeer.conf.sample
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: team/russell/ais/configs/eventpeer.conf.sample
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision
Propchange: team/russell/ais/configs/eventpeer.conf.sample
------------------------------------------------------------------------------
svn:mime-type = text/plain
More information about the asterisk-commits
mailing list