-
- Downloads
res/stasis: Add CLI commands for displaying/debugging ARI apps
This patch adds three new CLI commands: - ari show apps: list the registered ARI applications - ari show app: show detailed information about an ARI application - ari set debug: dump events being sent to an ARI application Note that while these CLI commands live in the res_stasis module, we use the 'ari' family for these commands. This was done as most users of Asterisk aren't aware of the semantic differences between ARI and res_stasis, and some 'ari' CLI commands already exist. ASTERISK-26488 #close Change-Id: I51ad6ff0cabee0d69db06858c13f18b1c513c9f5
Showing
- CHANGES 12 additions, 0 deletionsCHANGES
- include/asterisk/stasis_app.h 10 additions, 0 deletionsinclude/asterisk/stasis_app.h
- res/ari/ari_websockets.c 2 additions, 0 deletionsres/ari/ari_websockets.c
- res/res_stasis.c 13 additions, 0 deletionsres/res_stasis.c
- res/stasis/app.c 91 additions, 0 deletionsres/stasis/app.c
- res/stasis/app.h 26 additions, 0 deletionsres/stasis/app.h
- res/stasis/cli.c 216 additions, 0 deletionsres/stasis/cli.c
- res/stasis/cli.h 43 additions, 0 deletionsres/stasis/cli.h
Loading
Please register or sign in to comment