Adding local tests for tutfsjson

This commit is contained in:
DanB
2014-03-13 18:40:32 +01:00
parent d33299f0ab
commit cdd83ea531
3 changed files with 207 additions and 7 deletions

View File

@@ -53,7 +53,7 @@ mediator = internal # Address where to reach the Mediator. Empty for disablin
[cdre]
# cdr_format = csv # Exported CDRs format <csv>
# extra_fields = # List of extra fields to be exported out in CDRs
export_dir = /tmp # Path where the exported CDRs will be placed
export_dir = /tmp/cgrates/cdre # Path where the exported CDRs will be placed
[cdrc]
enabled = true # Enable CDR client functionality

View File

@@ -50,9 +50,9 @@ enabled = true # Start the CDR Server service: <true|false>.
mediator = internal # Address where to reach the Mediator. Empty for disabling mediation. <""|internal>
[cdre]
# cdr_format = csv # Exported CDRs format <csv>
# extra_fields = # List of extra fields to be exported out in CDRs
# export_dir = /var/log/cgrates/cdr/cdrexport/csv # Path where the exported CDRs will be placed
# cdr_format = csv # Exported CDRs format <csv>
# extra_fields = # List of extra fields to be exported out in CDRs
export_dir = /tmp/cgrates/cdre # Path where the exported CDRs will be placed
[cdrc]
# enabled = false # Enable CDR client functionality
@@ -95,7 +95,7 @@ enabled = true # Starts Mediator service: <true|false>.
[session_manager]
enabled = true # Starts SessionManager service: <true|false>.
# switch_type = freeswitch # Defines the type of switch behind: <freeswitch>.
rater = 127.0.0.1:2013 # Address where to reach the Rater.
# rater = internal # Address where to reach the Rater.
# rater_reconnects = 3 # Number of reconnects to rater before giving up.
# debit_interval = 10 # Interval to perform debits on.
# max_call_duration = 3h # Maximum call duration a prepaid call can last
@@ -118,11 +118,11 @@ rater = 127.0.0.1:2013 # Address where to reach the Rater.
[history_server]
enabled = true # Starts History service: <true|false>.
# history_dir = /var/log/cgrates/history # Location on disk where to store history files.
history_dir = /tmp/cgrates/history # Location on disk where to store history files.
# save_interval = 1s # Interval to save changed cache into .git archive
[history_agent]
enabled = true # Starts History as a client: <true|false>.
# enabled = false # Starts History as a client: <true|false>.
# server = internal # Address where to reach the master history server: <internal|x.y.z.y:1234>
[mailer]