]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-8329 update the example configs, and fix whitespace
authorWilliam King <william.king@quentustech.com>
Mon, 28 Dec 2015 18:21:50 +0000 (10:21 -0800)
committerWilliam King <william.king@quentustech.com>
Mon, 28 Dec 2015 18:21:50 +0000 (10:21 -0800)
conf/vanilla/autoload_configs/amqp.conf.xml

index 43bff5d23e857c58c2e1f1b81da3d7c0bb99de11..d665d1104b398b2f55be7ac5e5ba39e6f5cead3a 100644 (file)
@@ -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>