If your dnl_softswitch is started successfully, you should see the following lines inside this log:
2022-12-28 08:57:37 [NOTICE] routing_data.c:11516 Loading table rate data done
2022-12-28 08:57:37 [NOTICE] routing_data.c:11518 Loading table rate done, elapsed 0(s), loaded 1 records
2022-12-28 08:57:37 [WARNING] routing_data.c:11634 ********** All data loading done **********
2022-12-28 08:57:37 [WARNING] routing_data.c:11638 ********** dnl_softswitch Started **********
If you see error such as the following, you should go to the config file and modify the correct IP where postgres is listened on:
2022-12-28 08:57:10 [NOTICE] dnl_shaken.c:1615 SHAKEN status thread: couldn't connect to the database!
2022-12-28 08:57:11 [WARNING] dnl_call_qos_report.c:326 DB connect failed, PQstatus:1, connection to server at "154.27.74.199", port 5432 failed: Connection refused
Is the server running on that host and accepting TCP/IP connections?