################################################# # # Denovolab dnl_livecall configuration file # ################################################# [general] # Log level # debug(7), info(6), notice(5), warning(4), err(3), crit(2), alert(1), emerg(0) # Default: debug log_level = 7 # Database Configuration [db] db_host = 127.0.0.1 db_listen_port = 5432 db_name = class4_dnl db_user = class4_user db_user_password = 123456 # HA server Configuration [HA] ha_listen_ip = 127.0.0.1 ha_listen_port = 6230 ha_connection_expires = 300 ha_connection_limit = 50 # Web client Configuration [web_client] web_listen_ip = 127.0.0.1 web_listen_port = 6235 web_connection_expires = 90 web_connection_limit = 1000 web_connection_auth = false # Realtime billing server Configuration [billing] billing_listen_ip = 127.0.0.1 billing_listen_port = 6240 billing_connection_expires = 300 billing_task_expries = 600 check_balance = true check_balance_interval = 60 [call_qos] #qos_statistic_period = 15 #qos_report_period = 5 #resource_qos_statists_all = true [jurisdiction] #jurisdiction_server_ip = 149.20.191.167 #jurisdiction_port = 5099 [hot_swap] #ha_local_ip = 192.168.1.163 #ha_local_port = 3000 #ha_backup_ip = 192.168.1.232 #ha_backup_port = 3000 #ha_heartbeat_interval = 300 #ha_switching_min_time = 2000 #on_same_server = false #is_master_server = no #sync_data_listen_port = 3008