Small formatting kamailio-cgrates.cfg

This commit is contained in:
DanB
2018-06-26 17:32:09 +02:00
parent 6a647f1e6b
commit 0a09ef8327

View File

@@ -52,7 +52,6 @@ route[CGR_SESSION_DISCONNECT] {
json_get_field("$evapi(msg)", "HashId", "$var(HashId)");
json_get_field("$evapi(msg)", "Reason", "$var(Reason)");
jsonrpc_exec('{"jsonrpc":"2.0","id":1, "method":"dlg.end_dlg","params":[$(var(HashEntry){s.rm,"}),$(var(HashId){s.rm,"})]}');
#$jsonrpl($var(reply));
}
route[CGR_DLG_LIST] {
@@ -62,7 +61,7 @@ route[CGR_DLG_LIST] {
}
jsonrpc_exec('{"jsonrpc":"2.0","id":1, "method":"dlg.list","params":[]}');
evapi_relay("{\"event\":\"CGR_DLG_LIST_REPLY\",
\"jsonrpl_body\":$jsonrpl(body)}");
\"jsonrpl_body\":$jsonrpl(body)}");
}