Skip to content

Commit 57d5671

Browse files
committed
mi: add new version of the commands to the exceptions list
1 parent 93262eb commit 57d5671

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

opensipscli/modules/mi.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,27 @@
3636
# format is: command: (idx, name)
3737
MI_ARRAY_PARAMS_COMMANDS = {
3838
"fs_subscribe": (1, "events"),
39+
"freeswitch_scripting:subscribe": (1, "events"),
3940
"fs_unsubscribe": (1, "events"),
41+
"freeswitch_scripting:unsubscribe": (1, "events"),
4042
"b2b_trigger_scenario": (3, "scenario_params"),
43+
"b2b_logic:trigger_scenario": (3, "scenario_params"),
4144
"dlg_push_var": (2, "DID"),
45+
"dialog:push_var": (2, "DID"),
4246
"get_statistics": (0, "statistics"),
47+
"statistics:get": (0, "statistics"),
4348
"list_statistics": (0, "statistics"),
49+
"statistics:list": (0, "statistics"),
4450
"reset_statistics": (0, "statistics"),
51+
"statistics:reset": (0, "statistics"),
4552
"trace_start": (0, "filter"),
53+
"tracer:start": (0, "filter"),
4654
"raise_event": (1, "params"),
55+
"evi:raise": (1, "params"),
4756
"dfks_set_feature": (4, "values"),
57+
"presence_dfks:set_feature": (4, "values"),
4858
"cluster_broadcast_mi": (2, "cmd_params"),
59+
"clusterer:broadcast_mi": (2, "cmd_params"),
4960
}
5061

5162

0 commit comments

Comments
 (0)