mysql -usipwise -p"${SIPWISE_DB_PASSWORD}" accounting \
mysql --defaults-extra-file="${SIPWISE_EXTRA_CNF}" accounting \
-e "select * from cdr where call_id like 'NGCP\%${NAME_CHECK}\%%' and start_time > ${START_TIME} order by id desc limit 10\G" > "${LOG_DIR}/cdr.txt"|| true