mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-14 12:49:54 +05:00
62 lines
2.7 KiB
INI
62 lines
2.7 KiB
INI
# Real-time Charging System for Telecom & ISP environments
|
|
# Copyright (C) ITsysCOM GmbH
|
|
#
|
|
# This file contains the default configuration hardcoded into CGRateS.
|
|
# This is what you get when you load CGRateS with an empty configuration file.
|
|
|
|
[global]
|
|
rpc_json_listen = :2012 # RPC JSON listening address
|
|
|
|
[rater]
|
|
enabled = true # Enable RaterCDRSExportPath service: <true|false>.
|
|
|
|
[scheduler]
|
|
enabled = true # Starts Scheduler service: <true|false>.
|
|
|
|
[cdrs]
|
|
enabled = true # Start the CDR Server service: <true|false>.
|
|
mediator = internal # Address where to reach the Mediator. Empty for disabling mediation. <""|internal>
|
|
# cdrstats = # Address where to reach the cdrstats service: <internal|x.y.z.y:1234>
|
|
|
|
[mediator]
|
|
enabled = true # Starts Mediator service: <true|false>.
|
|
# rater = internal # Address where to reach the Rater: <internal|x.y.z.y:1234>
|
|
# cdrstats = internal # Address where to reach the cdrstats service: <internal|x.y.z.y:1234>
|
|
|
|
[cdrstats]
|
|
enabled = true # Starts the cdrstats service: <true|false>
|
|
#queue_length = 50 # Number of items in the stats buffer
|
|
time_window = 1h # Will only keep the CDRs who's call setup time is not older than time.Now()-TimeWindow
|
|
# metrics = ASR, ACD, ACC # Stat metric ids to build
|
|
# setup_interval = # Filter on CDR SetupTime
|
|
# tors = # Filter on CDR TOR fields
|
|
# cdr_hosts= # Filter on CDR CdrHost fields
|
|
# cdr_sources = # Filter on CDR CdrSource fields
|
|
# req_types = # Filter on CDR ReqType fields
|
|
# directions = # Filter on CDR Direction fields
|
|
# tenants = # Filter on CDR Tenant fields
|
|
# categories = # Filter on CDR Category fields
|
|
# accounts = # Filter on CDR Account fields
|
|
# subjects = # Filter on CDR Subject fields
|
|
# destination_prefixes = # Filter on CDR Destination prefixes
|
|
# usage_interval = # Filter on CDR Usage
|
|
# mediation_run_ids = # Filter on CDR MediationRunId fields
|
|
# rated_accounts = # Filter on CDR RatedAccount fields
|
|
# rated_subjects = # Filter on CDR RatedSubject fields
|
|
# cost_intervals = # Filter on CDR Cost
|
|
|
|
[session_manager]
|
|
enabled = true # Starts SessionManager service: <true|false>
|
|
switch_type = kamailio # Defines the type of switch behind: <freeswitch>
|
|
cdrs = internal
|
|
|
|
[kamailio]
|
|
# evapi_addr = 127.0.0.1:8448 # Address of the kamailio evapi server
|
|
# reconnects = 3 # Number of attempts on connect failure.
|
|
|
|
[mailer]
|
|
# server = localhost # The server to use when sending emails out
|
|
# auth_user = cgrates # Authenticate to email server using this user
|
|
# auth_passwd = CGRateS.org # Authenticate to email server with this password
|
|
# from_address = cgr-mailer@localhost.localdomain # From address used when sending emails out
|