Merge "res/stasis: Add CLI commands for displaying/debugging ARI apps" into 13

This commit is contained in:
Joshua Colp
2016-11-02 05:23:51 -05:00
committed by Gerrit Code Review
8 changed files with 413 additions and 0 deletions

View File

@@ -76,6 +76,16 @@ typedef void (*stasis_app_cb)(void *data, const char *app_name,
*/
struct ao2_container *stasis_app_get_all(void);
/*!
* \brief Retrieve a handle to a Stasis application by its name
*
* \param name The name of the registered Stasis application
*
* \return \c stasis_app on success.
* \return \c NULL on error.
*/
struct stasis_app *stasis_app_get_by_name(const char *name);
/*!
* \brief Register a new Stasis application.
*