FS-8329 update the example configs, and fix whitespace

This commit is contained in:
William King 2015-12-28 10:21:50 -08:00
parent 65255fc8b0
commit c643405f49

View File

@ -6,7 +6,7 @@
<param name="hostname" value="localhost"/> <param name="hostname" value="localhost"/>
<param name="virtualhost" value="/"/> <param name="virtualhost" value="/"/>
<param name="username" value="guest"/> <param name="username" value="guest"/>
<param name="password" value="guest"/> <param name="password" value="guest"/>
<param name="port" value="5673"/> <param name="port" value="5673"/>
<param name="heartbeat" value="0"/> <param name="heartbeat" value="0"/>
</connection> </connection>
@ -26,7 +26,7 @@
<param name="reconnect_interval_ms" value="1000"/> <param name="reconnect_interval_ms" value="1000"/>
<param name="send_queue_size" value="5000"/> <param name="send_queue_size" value="5000"/>
<param name="enable_fallback_format_fields" value="1"/> <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.--> <!-- 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 --> <!-- 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"/> <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. 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="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"/> <param name="event_filter" value="SWITCH_EVENT_CHANNEL_CREATE,SWITCH_EVENT_CHANNEL_DESTROY,SWITCH_EVENT_HEARTBEAT,SWITCH_EVENT_DTMF"/>
</params> </params>
</profile> </profile>
@ -48,7 +48,7 @@
<param name="hostname" value="localhost"/> <param name="hostname" value="localhost"/>
<param name="virtualhost" value="/"/> <param name="virtualhost" value="/"/>
<param name="username" value="guest"/> <param name="username" value="guest"/>
<param name="password" value="guest"/> <param name="password" value="guest"/>
<param name="port" value="5672"/> <param name="port" value="5672"/>
<param name="heartbeat" value="0"/> <param name="heartbeat" value="0"/>
</connection> </connection>