# 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: . [scheduler] enabled = true # Starts Scheduler service: . [cdrs] enabled = true # Start the CDR Server service: . mediator = internal # Address where to reach the Mediator. Empty for disabling mediation. <""|internal> # cdrstats = # Address where to reach the cdrstats service: [mediator] enabled = true # Starts Mediator service: . # rater = internal # Address where to reach the Rater: # cdrstats = internal # Address where to reach the cdrstats service: [cdrstats] enabled = true # Starts the cdrstats service: #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: switch_type = kamailio # Defines the type of switch behind: 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