chan_sip: Remove deprecated module.

ASTERISK-30297

Change-Id: Ic700168c80b68879d9cee8bb07afe2712fb17996
This commit is contained in:
Mike Bradeen
2022-11-28 13:05:21 -07:00
committed by George Joseph
parent e66c5da145
commit 4095a382da
80 changed files with 177 additions and 45491 deletions

View File

@@ -52,9 +52,9 @@ struct ast_ari_endpoints_list_args {
void ast_ari_endpoints_list(struct ast_variable *headers, struct ast_ari_endpoints_list_args *args, struct ast_ari_response *response);
/*! Argument struct for ast_ari_endpoints_send_message() */
struct ast_ari_endpoints_send_message_args {
/*! The endpoint resource or technology specific URI to send the message to. Valid resources are sip, pjsip, and xmpp. */
/*! The endpoint resource or technology specific URI to send the message to. Valid resources are pjsip, and xmpp. */
const char *to;
/*! The endpoint resource or technology specific identity to send this message from. Valid resources are sip, 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;
@@ -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 (sip,iax2,...) */
/*! Technology of the endpoints (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 sip, 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;