[asterisk-commits] dlee: branch dlee/amqp-cdr-cel r431020 - /team/dlee/amqp-cdr-cel/configs/samp...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Jan 23 09:56:10 CST 2015
Author: dlee
Date: Fri Jan 23 09:56:02 2015
New Revision: 431020
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=431020
Log:
Fix spacing
Modified:
team/dlee/amqp-cdr-cel/configs/samples/amqp.conf.sample
team/dlee/amqp-cdr-cel/configs/samples/cdr_amqp.conf.sample
team/dlee/amqp-cdr-cel/configs/samples/cel_amqp.conf.sample
Modified: team/dlee/amqp-cdr-cel/configs/samples/amqp.conf.sample
URL: http://svnview.digium.com/svn/asterisk/team/dlee/amqp-cdr-cel/configs/samples/amqp.conf.sample?view=diff&rev=431020&r1=431019&r2=431020
==============================================================================
--- team/dlee/amqp-cdr-cel/configs/samples/amqp.conf.sample (original)
+++ team/dlee/amqp-cdr-cel/configs/samples/amqp.conf.sample Fri Jan 23 09:56:02 2015
@@ -1,16 +1,16 @@
[general]
-;enabled = yes ; Set to no to disable
+;enabled = yes ; Set to no to disable
;[bunny]
;type = connection
-;url = amqp://localhost ; amqp://[$USERNAME@]$HOST[:$PORT][/$VHOST]
- ; username defaults to guest
- ; port defaults to 5672
- ; vhost defaults to /
-;password = ; Password to use for login
- ; defaults to guest
-;max_frame_bytes = ; Maximum frame size, in bytes; defaults to
- ; AMQP_DEFAULT_FRAME_SIZE (131072, or 128KB)
-;heartbeat_seconds = ; number of seconds between heartbeat frames
- ; 0 disables hearbeats; defaults to
- ; AMQP_DEFAULT_HEARTBEAT (0)
+;url = amqp://localhost ; amqp://[$USERNAME@]$HOST[:$PORT][/$VHOST]
+ ; username defaults to guest
+ ; port defaults to 5672
+ ; vhost defaults to /
+;password = ; Password to use for login
+ ; defaults to guest
+;max_frame_bytes = ; Maximum frame size, in bytes; defaults to
+ ; AMQP_DEFAULT_FRAME_SIZE (131072, or 128KB)
+;heartbeat_seconds = ; number of seconds between heartbeat frames
+ ; 0 disables hearbeats; defaults to
+ ; AMQP_DEFAULT_HEARTBEAT (0)
Modified: team/dlee/amqp-cdr-cel/configs/samples/cdr_amqp.conf.sample
URL: http://svnview.digium.com/svn/asterisk/team/dlee/amqp-cdr-cel/configs/samples/cdr_amqp.conf.sample?view=diff&rev=431020&r1=431019&r2=431020
==============================================================================
--- team/dlee/amqp-cdr-cel/configs/samples/cdr_amqp.conf.sample (original)
+++ team/dlee/amqp-cdr-cel/configs/samples/cdr_amqp.conf.sample Fri Jan 23 09:56:02 2015
@@ -3,8 +3,8 @@
;
[global]
-;loguniqueid = no ; log uniqueid. Default is "no"
-;loguserfield = no ; log user field. Default is "no"
-;connection = bunny ; Connection name in amqp.conf
-;queue = asterisk_cdr ; Queue name to publish to; defaults to asterisk_cdr
-;exchange = ; Exchange to publish to; defaults to empty string
+;loguniqueid = no ; log uniqueid. Default is "no"
+;loguserfield = no ; log user field. Default is "no"
+;connection = bunny ; Connection name in amqp.conf
+;queue = asterisk_cdr ; Queue name to publish to; defaults to asterisk_cdr
+;exchange = ; Exchange to publish to; defaults to empty string
Modified: team/dlee/amqp-cdr-cel/configs/samples/cel_amqp.conf.sample
URL: http://svnview.digium.com/svn/asterisk/team/dlee/amqp-cdr-cel/configs/samples/cel_amqp.conf.sample?view=diff&rev=431020&r1=431019&r2=431020
==============================================================================
--- team/dlee/amqp-cdr-cel/configs/samples/cel_amqp.conf.sample (original)
+++ team/dlee/amqp-cdr-cel/configs/samples/cel_amqp.conf.sample Fri Jan 23 09:56:02 2015
@@ -3,6 +3,6 @@
;
[global]
-;connection = bunny ; Connection name in amqp.conf
-;queue = asterisk_cel ; Queue name to publish to; defaults to asterisk_cel
-;exchange = ; Exchange to publish to; defaults to empty string
+;connection = bunny ; Connection name in amqp.conf
+;queue = asterisk_cel ; Queue name to publish to; defaults to asterisk_cel
+;exchange = ; Exchange to publish to; defaults to empty string
More information about the asterisk-commits
mailing list