]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
rest-api: Run make ari-stubs
authorGeorge Joseph <gjoseph@sangoma.com>
Wed, 9 Aug 2023 19:10:22 +0000 (13:10 -0600)
committerasterisk-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Mon, 14 Aug 2023 17:19:07 +0000 (17:19 +0000)
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.

res/ari/resource_endpoints.h

index 3c212b93fa61eff6a4bf5d3370998ca93367ff37..dd15e1b8e42b38052a4e55d352c3678c5c9db81f 100644 (file)
@@ -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;
 };
 /*!