[asterisk-bugs] [JIRA] (ASTERISK-29756) res_ari: Fix for Doxygen

Joshua C. Colp (JIRA) noreply at issues.asterisk.org
Wed Nov 17 06:32:49 CST 2021


     [ https://issues.asterisk.org/jira/browse/ASTERISK-29756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joshua C. Colp updated ASTERISK-29756:
--------------------------------------

    Status: Open  (was: Triage)

> res_ari: Fix for Doxygen
> ------------------------
>
>                 Key: ASTERISK-29756
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-29756
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Documentation, Resources/res_ari, Resources/res_ari_applications, Resources/res_ari_bridges, Resources/res_ari_channels, Resources/res_ari_device_states, Resources/res_ari_endpoints, Resources/res_ari_events, Resources/res_ari_mailboxes, Resources/res_ari_playbacks, Resources/res_ari_recordings, Resources/res_ari_sounds
>    Affects Versions: 16.22.0, 18.8.0, 19.0.0
>            Reporter: Alexander Traud
>            Severity: Trivial
>
> If all {{WARN_}} are enabled in the file {{doc/asterisk-ng-doxygen.in}}, the following appears in the file {{doxygen.log}}:
> {code}
> include/asterisk/ari.h:94: warning: Found unknown command '\r'
> include/asterisk/ari.h:59: warning: The following parameter of stasis_rest_callback(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) is not documented:
>   parameter 'body'
> include/asterisk/ari.h:137: warning: The following parameter of ast_ari_invoke(struct ast_tcptls_session_instance *ser, const char *uri, enum ast_http_method method, struct ast_variable *get_params, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) is not documented:
>   parameter 'body'
> res/res_ari.c:491: warning: The following parameter of ast_ari_invoke(struct ast_tcptls_session_instance *ser, const char *uri, enum ast_http_method method, struct ast_variable *get_params, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) is not documented:
>   parameter 'body'
> res/res_ari.c:843: warning: argument 'header' of command @param is not found in the argument list of authenticate_user(struct ast_variable *get_params, struct ast_variable *headers)
> res/res_ari.c:848: warning: The following parameter of authenticate_user(struct ast_variable *get_params, struct ast_variable *headers) is not documented:
>   parameter 'headers'
> res/res_ari_applications.c:477: warning: The following parameters of ast_ari_applications_filter_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_applications.c:110: warning: The following parameters of ast_ari_applications_get_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_applications.c:60: warning: The following parameters of ast_ari_applications_list_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_applications.c:206: warning: The following parameters of ast_ari_applications_subscribe_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_applications.c:356: warning: The following parameters of ast_ari_applications_unsubscribe_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_asterisk.c:803: warning: The following parameters of ast_ari_asterisk_add_log_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_asterisk.c:872: warning: The following parameters of ast_ari_asterisk_delete_log_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_asterisk.c:199: warning: The following parameters of ast_ari_asterisk_delete_object_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_asterisk.c:1001: warning: The following parameters of ast_ari_asterisk_get_global_var_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_asterisk.c:302: warning: The following parameters of ast_ari_asterisk_get_info_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_asterisk.c:505: warning: The following parameters of ast_ari_asterisk_get_module_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_asterisk.c:60: warning: The following parameters of ast_ari_asterisk_get_object_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_asterisk.c:740: warning: The following parameters of ast_ari_asterisk_list_log_channels_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_asterisk.c:455: warning: The following parameters of ast_ari_asterisk_list_modules_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_asterisk.c:564: warning: The following parameters of ast_ari_asterisk_load_module_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_asterisk.c:405: warning: The following parameters of ast_ari_asterisk_ping_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_asterisk.c:681: warning: The following parameters of ast_ari_asterisk_reload_module_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_asterisk.c:930: warning: The following parameters of ast_ari_asterisk_rotate_log_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_asterisk.c:1080: warning: The following parameters of ast_ari_asterisk_set_global_var_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_asterisk.c:622: warning: The following parameters of ast_ari_asterisk_unload_module_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_asterisk.c:132: warning: The following parameters of ast_ari_asterisk_update_object_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_bridges.c:457: warning: The following parameters of ast_ari_bridges_add_channel_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_bridges.c:796: warning: The following parameters of ast_ari_bridges_clear_video_source_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_bridges.c:133: warning: The following parameters of ast_ari_bridges_create_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_bridges.c:217: warning: The following parameters of ast_ari_bridges_create_with_id_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_bridges.c:345: warning: The following parameters of ast_ari_bridges_destroy_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_bridges.c:287: warning: The following parameters of ast_ari_bridges_get_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_bridges.c:62: warning: The following parameters of ast_ari_bridges_list_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_bridges.c:1049: warning: The following parameters of ast_ari_bridges_play_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_bridges.c:1222: warning: The following parameters of ast_ari_bridges_play_with_id_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_bridges.c:1382: warning: The following parameters of ast_ari_bridges_record_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_bridges.c:620: warning: The following parameters of ast_ari_bridges_remove_channel_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_bridges.c:733: warning: The following parameters of ast_ari_bridges_set_video_source_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_bridges.c:867: warning: The following parameters of ast_ari_bridges_start_moh_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_bridges.c:936: warning: The following parameters of ast_ari_bridges_stop_moh_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_channels.c:966: warning: The following parameters of ast_ari_channels_answer_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_channels.c:713: warning: The following parameters of ast_ari_channels_continue_in_dialplan_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_channels.c:308: warning: The following parameters of ast_ari_channels_create_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_channels.c:2691: warning: The following parameters of ast_ari_channels_dial_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_channels.c:2866: warning: The following parameters of ast_ari_channels_external_media_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_channels.c:385: warning: The following parameters of ast_ari_channels_get_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_channels.c:2298: warning: The following parameters of ast_ari_channels_get_channel_var_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_channels.c:616: warning: The following parameters of ast_ari_channels_hangup_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_channels.c:1424: warning: The following parameters of ast_ari_channels_hold_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_channels.c:64: warning: The following parameters of ast_ari_channels_list_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_channels.c:809: warning: The following parameters of ast_ari_channels_move_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_channels.c:1271: warning: The following parameters of ast_ari_channels_mute_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_channels.c:175: warning: The following parameters of ast_ari_channels_originate_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_channels.c:500: warning: The following parameters of ast_ari_channels_originate_with_id_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_channels.c:1861: warning: The following parameters of ast_ari_channels_play_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_channels.c:2035: warning: The following parameters of ast_ari_channels_play_with_id_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_channels.c:2196: warning: The following parameters of ast_ari_channels_record_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_channels.c:894: warning: The following parameters of ast_ari_channels_redirect_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_channels.c:1026: warning: The following parameters of ast_ari_channels_ring_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_channels.c:1086: warning: The following parameters of ast_ari_channels_ring_stop_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_channels.c:2763: warning: The following parameters of ast_ari_channels_rtpstatistics_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_channels.c:1175: warning: The following parameters of ast_ari_channels_send_dtmf_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_channels.c:2385: warning: The following parameters of ast_ari_channels_set_channel_var_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_channels.c:2487: warning: The following parameters of ast_ari_channels_snoop_channel_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_channels.c:2593: warning: The following parameters of ast_ari_channels_snoop_channel_with_id_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_channels.c:1557: warning: The following parameters of ast_ari_channels_start_moh_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_channels.c:1687: warning: The following parameters of ast_ari_channels_start_silence_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_channels.c:1627: warning: The following parameters of ast_ari_channels_stop_moh_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_channels.c:1747: warning: The following parameters of ast_ari_channels_stop_silence_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_channels.c:1484: warning: The following parameters of ast_ari_channels_unhold_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_channels.c:1354: warning: The following parameters of ast_ari_channels_unmute_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_device_states.c:250: warning: The following parameters of ast_ari_device_states_delete_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_device_states.c:111: warning: The following parameters of ast_ari_device_states_get_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_device_states.c:61: warning: The following parameters of ast_ari_device_states_list_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_device_states.c:181: warning: The following parameters of ast_ari_device_states_update_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_endpoints.c:255: warning: The following parameters of ast_ari_endpoints_get_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_endpoints.c:197: warning: The following parameters of ast_ari_endpoints_list_by_tech_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_endpoints.c:60: warning: The following parameters of ast_ari_endpoints_list_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_endpoints.c:131: warning: The following parameters of ast_ari_endpoints_send_message_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_endpoints.c:334: warning: The following parameters of ast_ari_endpoints_send_message_to_endpoint_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_events.c:290: warning: The following parameters of ast_ari_events_user_event_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_mailboxes.c:257: warning: The following parameters of ast_ari_mailboxes_delete_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_mailboxes.c:111: warning: The following parameters of ast_ari_mailboxes_get_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_mailboxes.c:61: warning: The following parameters of ast_ari_mailboxes_list_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_mailboxes.c:186: warning: The following parameters of ast_ari_mailboxes_update_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_playbacks.c:190: warning: The following parameters of ast_ari_playbacks_control_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_playbacks.c:61: warning: The following parameters of ast_ari_playbacks_get_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_playbacks.c:119: warning: The following parameters of ast_ari_playbacks_stop_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_recordings.c:426: warning: The following parameters of ast_ari_recordings_cancel_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_recordings.c:299: warning: The following parameters of ast_ari_recordings_copy_stored_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_recordings.c:169: warning: The following parameters of ast_ari_recordings_delete_stored_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_recordings.c:368: warning: The following parameters of ast_ari_recordings_get_live_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_recordings.c:111: warning: The following parameters of ast_ari_recordings_get_stored_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_recordings.c:227: warning: The following parameters of ast_ari_recordings_get_stored_file_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_recordings.c:61: warning: The following parameters of ast_ari_recordings_list_stored_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_recordings.c:660: warning: The following parameters of ast_ari_recordings_mute_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_recordings.c:542: warning: The following parameters of ast_ari_recordings_pause_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_recordings.c:484: warning: The following parameters of ast_ari_recordings_stop_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_recordings.c:719: warning: The following parameters of ast_ari_recordings_unmute_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_recordings.c:601: warning: The following parameters of ast_ari_recordings_unpause_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_sounds.c:141: warning: The following parameters of ast_ari_sounds_get_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/res_ari_sounds.c:77: warning: The following parameters of ast_ari_sounds_list_cb(struct ast_tcptls_session_instance *ser, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response) are not documented:
>   parameter 'ser'
>   parameter 'body'
> res/ari/ari_model_validators.h:1418: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:640: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:660: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:168: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:186: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:678: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:696: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:714: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:732: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:496: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:750: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:768: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:204: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:404: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:786: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:804: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:822: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:840: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:858: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:878: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:896: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:422: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:914: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:932: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:950: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:968: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:986: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:1004: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:1022: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:1040: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:1058: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:222: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:240: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:1076: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:1094: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:1112: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:604: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:1130: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:440: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:458: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:368: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:1148: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:1166: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:550: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:514: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:258: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:622: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:1184: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:1202: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:276: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:1220: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:1238: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:1256: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:1274: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:586: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:1292: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:1310: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:1328: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:1346: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:476: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:294: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:568: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:1364: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:1382: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:312: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:532: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:330: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:386: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:1400: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:348: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:1418: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:640: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:660: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:168: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:186: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:678: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:696: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:714: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:732: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:496: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:750: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:768: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:204: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:404: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:786: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:804: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:822: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:840: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:858: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:878: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:896: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:422: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:914: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:932: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:950: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:968: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:986: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:1004: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:1022: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:1040: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:1058: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:222: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:240: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:1076: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:1094: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:1112: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:604: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:1130: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:440: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:458: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:368: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:1148: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:1166: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:550: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:514: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:258: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:622: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:1184: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:1202: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:276: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:1220: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:1238: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:1256: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:1274: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:586: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:1292: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:1310: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:1328: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:1346: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:476: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:294: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:568: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:1364: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:1382: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:312: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:532: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:330: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:386: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:1400: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/ari_model_validators.h:348: warning: unable to resolve reference to 'ast_ari_model_validators.h' for \ref command
> res/ari/resource_bridges.c:407: warning: The following parameter of ari_bridges_play_found(const char **args_media, size_t args_media_count, const char *args_lang, int args_offset_ms, int args_skipms, const char *args_playback_id, struct ast_ari_response *response, struct ast_bridge *bridge, struct ast_channel *found_channel) is not documented:
>   parameter 'args_skipms'
> res/ari/resource_bridges.c:357: warning: The following parameter of ari_bridges_play_helper(const char **args_media, size_t args_media_count, const char *args_lang, int args_offset_ms, int args_skipms, const char *args_playback_id, struct ast_ari_response *response, struct ast_bridge *bridge, struct stasis_app_control *control, struct ast_json **json, char **playback_url) is not documented:
>   parameter 'args_skipms'
> res/ari/resource_channels.c:1730: warning: Found unknown command '\reval'
> res/ari/resource_events.c:465: warning: documented empty return type of ast_ari_websocket_events_event_websocket_dtor
> res/ari/resource_events.h:86: warning: argument 'session_id' of command @param is not found in the argument list of ast_ari_websocket_events_event_websocket_established(struct ast_ari_websocket_session *session, struct ast_variable *headers, struct ast_ari_events_event_websocket_args *args)
> res/ari/resource_events.h:67: warning: documented empty return type of ast_ari_websocket_events_event_websocket_dtor
> res/ari/resource_events.h:86: warning: argument 'session_id' of command @param is not found in the argument list of ast_ari_websocket_events_event_websocket_established(struct ast_ari_websocket_session *session, struct ast_variable *headers, struct ast_ari_events_event_websocket_args *args)
> {code}
> Although many warnings, thanks to Mustache, not many files had to be changed. Afterwards, I went for {{make ari-stubs}} to re-create all ARI files.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list