From c643405f491dd4cb522324386cffb9b53edb5a7d Mon Sep 17 00:00:00 2001 From: William King <william.king@quentustech.com> Date: Mon, 28 Dec 2015 10:21:50 -0800 Subject: [PATCH] FS-8329 update the example configs, and fix whitespace --- conf/vanilla/autoload_configs/amqp.conf.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/conf/vanilla/autoload_configs/amqp.conf.xml b/conf/vanilla/autoload_configs/amqp.conf.xml index 43bff5d23e..d665d1104b 100644 --- a/conf/vanilla/autoload_configs/amqp.conf.xml +++ b/conf/vanilla/autoload_configs/amqp.conf.xml @@ -6,7 +6,7 @@ <param name="hostname" value="localhost"/> <param name="virtualhost" value="/"/> <param name="username" value="guest"/> - <param name="password" value="guest"/> + <param name="password" value="guest"/> <param name="port" value="5673"/> <param name="heartbeat" value="0"/> </connection> @@ -26,7 +26,7 @@ <param name="reconnect_interval_ms" value="1000"/> <param name="send_queue_size" value="5000"/> <param name="enable_fallback_format_fields" value="1"/> - + <!-- The routing key is made from the format string, using the header values in the event specified in the format_fields.--> <!-- Fields that are prefixed with a # are treated as literals rather than doing a header lookup --> <param name="format_fields" value="#FreeSWITCH,FreeSWITCH-Hostname,Event-Name,Event-Subclass,Unique-ID"/> @@ -35,8 +35,8 @@ then the system will check additional configured header values. --> <!-- <param name="format_fields" value="#FreeSWITCH,FreeSWITCH-Hostname|#Unknown,Event-Name,Event-Subclass,Unique-ID"/> --> - - <!-- <param name="eventFilter" value="SWITCH_EVENT_ALL"/> --> + + <!-- <param name="event_filter" value="SWITCH_EVENT_ALL"/> --> <param name="event_filter" value="SWITCH_EVENT_CHANNEL_CREATE,SWITCH_EVENT_CHANNEL_DESTROY,SWITCH_EVENT_HEARTBEAT,SWITCH_EVENT_DTMF"/> </params> </profile> @@ -48,7 +48,7 @@ <param name="hostname" value="localhost"/> <param name="virtualhost" value="/"/> <param name="username" value="guest"/> - <param name="password" value="guest"/> + <param name="password" value="guest"/> <param name="port" value="5672"/> <param name="heartbeat" value="0"/> </connection>