mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 16:21:01 +00:00
Merge "res/stasis: Add CLI commands for displaying/debugging ARI apps" into 13
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
Reference in New Issue
Block a user