From: George Joseph Date: Wed, 9 Aug 2023 19:10:22 +0000 (-0600) Subject: rest-api: Run make ari-stubs X-Git-Tag: 18.20.0-rc1~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d4565dd54f18163fc15e3508f6d28baf0fa279b;p=thirdparty%2Fasterisk.git rest-api: Run make ari-stubs An earlier cherry-pick that involved rest-api somehow didn't include a comment change in res/ari/resource_endpoints.h. This commit corrects that. No changes other than the comment. (cherry picked from commit 6209d47b44db4634378543356c433a3941c9f391) --- diff --git a/res/ari/resource_endpoints.h b/res/ari/resource_endpoints.h index 4d645828b4..baff90dbcc 100644 --- a/res/ari/resource_endpoints.h +++ b/res/ari/resource_endpoints.h @@ -58,7 +58,6 @@ struct ast_ari_endpoints_send_message_args { const char *from; /*! The body of the message */ const char *body; - /*! The "variables" key in the body object holds technology specific key/value pairs to append to the message. These can be interpreted and used by the various resource types; for example, pjsip and sip resource types will add the key/value pairs as SIP headers, */ struct ast_json *variables; }; /*! @@ -150,7 +149,6 @@ struct ast_ari_endpoints_send_message_to_endpoint_args { const char *from; /*! The body of the message */ const char *body; - /*! The "variables" key in the body object holds technology specific key/value pairs to append to the message. These can be interpreted and used by the various resource types; for example, pjsip and sip resource types will add the key/value pairs as SIP headers, */ struct ast_json *variables; }; /*!