S
"freeswitch": {
"esl": {
"host": "127.0.0.1",
"port": 8021,
"pass": "ClueCon",
"timeout": 10,
"collect_logs": 7
}
},
"webserver": {
"route": "/ws",
"host": "127.0.0.1",
"port": 8080,
"stun_port": 3478,
"cert_path": "/etc/freeswitch/tls/wss.pem",
"key_path": "/etc/freeswitch/tls/wss.pem"
},
"xml_curl_server": {
"route": "/conf/config",
"host": "127.0.0.1",
"port": 8081,
"cert_path": "/etc/freeswitch/tls/wss.pem",
"key_path": "/etc/freeswitch/tls/wss.pem"
},
"database": {
"name": "custompbx",
"host": "127.0.0.1",
"port": 5432,
"user": "custompbx",
"pass": "custompbx"
}
}