dnl_tool
This dnl_tool is an assistance module to the Softswitch module. It handles all the CDR and reports preparation and generation. Each softswitch instance must have one dnl_tool running together.
cd /opt/denovo_v6/dnl_tools/conf/
vi dnl_tools.conf
#The client balance unifed update featue, default is disable
balance_unified_update = true ← change this to false
#Automatic clean the old data of the database, default is false
auto_clean_db = true ← change this to false[create_table]
#Enable or disable create sub-table feature, default is true
#The create sub-table sql in conf/create_table.sql
create_table = true ← change this to false
[balance_daily]
#Enable or disable balance daily feature, default is disable
create_balance_daily = yes ← Change this to noLast updated