# TEST DATA - NOT FOR PRODUCTION USAGE # [global] ratingdb_type = test # Rating subsystem database: . ratingdb_host = test # Rating subsystem database host address. ratingdb_port = test # Rating subsystem port to reach the database. ratingdb_name = test # Rating subsystem database name to connect to. ratingdb_user = test # Rating subsystem username to use when connecting to database. ratingdb_passwd = test # Rating subsystem password to use when connecting to database. accountdb_type = test # Accounting subsystem database: . accountdb_host = test # Accounting subsystem database host address. accountdb_port = test # Accounting subsystem port to reach the database. accountdb_name = test # Accounting subsystem database name to connect to. accountdb_user = test # Accounting subsystem username to use when connecting to database. accountdb_passwd = test # Accounting subsystem password to use when connecting to database. stordb_type = test # Log/scategoryed database type to use: stordb_host = test # The host to connect to. Values that start with / are for UNIX domain sockets. stordb_port = test # The port to reach the logdb. stordb_name = test # The name of the log database to connect to. stordb_user = test # Username to use when connecting to logdb. stordb_passwd = test # Password to use when connecting to logdb. dbdata_encoding = test # The encoding used to scategorye object data in strings: rpc_json_listen = test # RPC JSON listening address rpc_gob_listen = test # RPC GOB listening address http_listen = test # HTTP listening address default_reqtype = test # Default request type to consider when missing from requests: <""|prepaid|postpaid|pseudoprepaid|rated>. default_category = 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. rounding_decimals = 99 # Number of decimals to round floats/costs at [balancer] enabled = true # Start Balancer service: . [rater] enabled = true # Enable Rater service: . balancer = test # Register to Balancer as worker: . [scheduler] enabled = true # Starts Scheduler service: . [cdrs] enabled = true # Start the CDR Server service: . extra_fields = test # Extra fields to scategorye in CDRs mediator = test # Address where to reach the Mediacategory. Empty for disabling mediation. <""|internal> [cdre] cdr_format = test # Exported CDRs format mask_destination_id = test # Destination id containing called addresses to be masked on export mask_length = 99 # Length of the destination suffix to be masked cost_shift_digits = 99 # Shift the number of cost export_dir = test # Path where the exported CDRs will be placed export_template = test # List of fields in the exported CDRs [cdrc] enabled = true # Enable CDR client functionality cdrs = test # Address where to reach CDR server cdrs_method = test # Mechanism to use when posting CDRs on server run_delay = 99 # Period to sleep between two runs, 0 to use automation via inotify cdr_type = test # CDR file format . cdr_in_dir = test # Absolute path towards the direccategoryy where the CDRs are kept (file scategoryed CDRs). cdr_out_dir = test # Absolute path towards the direccategoryy where processed CDRs will be moved after processing. cdr_source_id = test # Tag identifying the source of the CDRs within CGRS database. accid_field = test # Accounting id field identifier. Use index number in case of .csv cdrs. reqtype_field = test # Request type field identifier. Use index number in case of .csv cdrs. direction_field = test # Direction field identifier. Use index numbers in case of .csv cdrs. tenant_field = test # Tenant field identifier. Use index numbers in case of .csv cdrs. category_field = test # Type of Record field identifier. Use index numbers in case of .csv cdrs. account_field = test # Account field identifier. Use index numbers in case of .csv cdrs. subject_field = test # Subject field identifier. Use index numbers in case of .csv CDRs. destination_field = test # Destination field identifier. Use index numbers in case of .csv cdrs. setup_time_field = test # Answer time field identifier. Use index numbers in case of .csv cdrs. answer_time_field = test # Answer time field identifier. Use index numbers in case of .csv cdrs. duration_field = test # Duration field identifier. Use index numbers in case of .csv cdrs. extra_fields = test:test # Field identifiers of the fields to add in extra fields section, special format in case of .csv "index1|field1,index2|field2" [mediator] enabled = true # Starts Mediacategory service: . rater = test # Address where to reach the Rater: rater_reconnects = 99 # Number of reconnects to rater before giving up. [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. max_call_duration = 99 # Maximum call duration a prepaid call can last [freeswitch] server = test # Adress where to connect to FreeSWITCH socket. passwd = test # FreeSWITCH socket password. reconnects = 99 # Number of attempts on connect failure. [derived_charging] run_ids = test # Identifiers of additional sessions control. reqtype_fields = test # Name of request type fields to be used during additional sessions control <""|*default|field_name>. direction_fields = test # Name of direction fields to be used during additional sessions control <""|*default|field_name>. tenant_fields = test # Name of tenant fields to be used during additional sessions control <""|*default|field_name>. category_fields = test # Name of category fields to be used during additional sessions control <""|*default|field_name>. account_fields = test # Name of account fields to be used during additional sessions control <""|*default|field_name>. subject_fields = test # Name of fields to be used during additional sessions control <""|*default|field_name>. destination_fields = test # Name of destination fields to be used during additional sessions control <""|*default|field_name>. setup_time_fields = test # Name of setup_time fields to be used during additional sessions control <""|*default|field_name>. answer_time_fields = test # Name of answer_time fields to be used during additional sessions control <""|*default|field_name>. duration_fields = test # Name of duration fields to be used during additional sessions control <""|*default|field_name>. combined_chargers = true # Combine accounts specific derived_chargers with server configured ones . [history_server] enabled = true # Starts Hiscategoryy service: . history_dir = test # Location on disk where to scategorye hiscategoryy files. save_interval = 99 # Timeout duration between saves [history_agent] enabled = true # Starts Hiscategoryy as a client: . server = test # Address where to reach the master hiscategoryy server: [mailer] server = test # The server to use when sending emails out auth_user = test # Authenticate to email server using this user auth_passwd = test # Authenticate to email server with this password from_address = test # From address used when sending emails out