mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Small formatting kamailio-cgrates.cfg
This commit is contained in:
@@ -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)}");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user