From: George Joseph Date: Tue, 27 Jun 2023 13:18:00 +0000 (-0600) Subject: rest-api: Ran make ari stubs to fix resource_endpoints inconsistency X-Git-Tag: 21.0.0-pre1~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b974a8f9ebd0d02d3b4ab89bfd586bc8483efac5;p=thirdparty%2Fasterisk.git rest-api: Ran make ari stubs to fix resource_endpoints inconsistency --- diff --git a/res/ari/resource_endpoints.h b/res/ari/resource_endpoints.h index 54af8f78aa..b5ad634077 100644 --- a/res/ari/resource_endpoints.h +++ b/res/ari/resource_endpoints.h @@ -81,7 +81,7 @@ int ast_ari_endpoints_send_message_parse_body( void ast_ari_endpoints_send_message(struct ast_variable *headers, struct ast_ari_endpoints_send_message_args *args, struct ast_ari_response *response); /*! Argument struct for ast_ari_endpoints_list_by_tech() */ struct ast_ari_endpoints_list_by_tech_args { - /*! Technology of the endpoints (iax2,...) */ + /*! Technology of the endpoints (pjsip,iax2,...) */ const char *tech; }; /*! @@ -113,7 +113,7 @@ struct ast_ari_endpoints_send_message_to_endpoint_args { const char *tech; /*! ID of the endpoint */ const char *resource; - /*! The endpoint resource or technology specific identity to send this message from. Valid resources are pjsip, and xmpp. */ + /*! The endpoint resource or technology specific identity to send this message from. Valid resources are pjsip and xmpp. */ const char *from; /*! The body of the message */ const char *body;