### Test data, not for production usage [global] datadb_type = test # The main database: . datadb_host = test # Database host address. datadb_port = test # Port to reach the database. datadb_name = test # The name of the database to connect to. datadb_user = test # Username to use when connecting to database. datadb_passwd = test # Password to use when connecting to database. logdb_type = test # Log/stored database type to use: logdb_host = test # The host to connect to. Values that start with / are for UNIX domain sockets. logdb_port = test # The port to reach the logdb. logdb_name = test # The name of the log database to connect to. logdb_user = test # Username to use when connecting to logdb. logdb_passwd = test # Password to use when connecting to logdb. rpc_encoding = test # RPC encoding used on APIs: . default_reqtype = test # Default request type to consider when missing from requests: <""|prepaid|postpaid|pseudoprepaid>. default_tor = test # Default Type of Record to consider when missing from requests. default_tenant = test # Default Tenant to consider when missing from requests. default_subject = test # Default rating Subject to consider when missing from requests. [balancer] enabled = true # Start Balancer service: . listen = test # Balancer listen interface: . [rater] enabled = true # Enable Rater service: . balancer = test # Register to Balancer as worker: . listen = test # Rater's listening interface: . [scheduler] enabled = true # Starts Scheduler service: . [cdrs] listen = test # CDRS's listening interface: . freeswitch_json_enabled = true # Enable the handler for FreeSWITCH JSON CDRs: . mediator = test # Address where to reach the Mediator. Empty for disabling mediation. <""|internal> [mediator] enabled = true # Starts Mediator service: . listen = test # Mediator's listening interface: . rater = test # Address where to reach the Rater. rater_reconnects = 99 # Number of reconnects to rater before giving up. pseudoprepaid = true # Execute debits together with pricing: . cdr_type = test # CDR type . cdr_in_dir = test # Absolute path towards the directory where the CDRs are kept. cdr_out_dir = test # Absolute path towards the directory where processed CDRs will be exported. [session_manager] enabled = true # Starts SessionManager service: . switch_type = test # Defines the type of switch behind: . rater = test # Address where to reach the Rater. rater_reconnects = 99 # Number of reconnects to rater before giving up. debit_interval = 99 # Interval to perform debits on. [freeswitch] server = test # Adress where to connect to FreeSWITCH socket. passwd = test # FreeSWITCH socket password. reconnects = 99 # Number of attempts on connect failure. uuid_index = test # Index of the UUID info in the CDR file. direction_index = test # Index of the CallDirection info in the CDR file. tor_index = test # Index of the TypeOfRecord info in the CDR file. tenant_index = test # Index of the Tenant info in the CDR file. subject_index = test # Index of the Subject info in the CDR file. -1 to query database instead of rater account_index = test # Index of the Account info in the CDR file. destination_index = test # Index of the Destination info in the CDR file. time_start_index = test # Index of the TimeStart info in the CDR file. duration_index = test # Index of the CallDuration info in the CDR file.