mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
[FS-11607] [mod_sofia] add a json api to collect info
This commit is contained in:
@@ -1163,6 +1163,11 @@ void sofia_glue_restart_all_profiles(void);
|
||||
const char *sofia_state_string(int state);
|
||||
void sofia_wait_for_reply(struct private_object *tech_pvt, nua_event_t event, uint32_t timeout);
|
||||
|
||||
/* sofia api */
|
||||
switch_status_t cmd_json_status(char **argv, int argc, switch_stream_handle_t *stream);
|
||||
uint32_t sofia_profile_reg_count(sofia_profile_t *profile);
|
||||
void add_sofia_json_apis(switch_loadable_module_interface_t **module_interface);
|
||||
|
||||
/*
|
||||
* Logging control functions
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user