#define ast_sip_transport_is_local(transport_state, addr) \
(transport_state->localnet && ast_apply_ha(transport_state->localnet, addr) != AST_SENSE_ALLOW)
-/*
+/*!
* \brief Transport to bind to
*/
struct ast_sip_transport {
AST_STRING_FIELD_EXTENDED(reg_server);
/*! IP-address of the Via header in REGISTER request */
AST_STRING_FIELD_EXTENDED(via_addr);
- /* Port of the Via header in REGISTER request */
+ /*! Port of the Via header in REGISTER request */
int via_port;
/*! Content of the Call-ID header in REGISTER request */
AST_STRING_FIELD_EXTENDED(call_id);
unsigned int support_path;
/*! Qualify timeout. 0 is diabled. */
double qualify_timeout;
- /* Voicemail extension to set in Message-Account */
+ /*! Voicemail extension to set in Message-Account */
char *voicemail_extension;
};
/*! Username to use when sending MWI NOTIFYs to this endpoint */
AST_STRING_FIELD(fromuser);
);
- /* Should mailbox states be combined into a single notification? */
+ /*! Should mailbox states be combined into a single notification? */
unsigned int aggregate;
- /* Should a subscribe replace unsolicited notifies? */
+ /*! Should a subscribe replace unsolicited notifies? */
unsigned int subscribe_replaces_unsolicited;
- /* Voicemail extension to set in Message-Account */
+ /*! Voicemail extension to set in Message-Account */
char *voicemail_extension;
};
unsigned int minexpiry;
/*! Message waiting configuration */
struct ast_sip_mwi_configuration mwi;
- /* Context for SUBSCRIBE requests */
+ /*! Context for SUBSCRIBE requests */
char context[AST_MAX_CONTEXT];
};
*/
int ast_sip_failover_request(pjsip_tx_data *tdata);
-/*
+/*!
* \brief Retrieve the local host address in IP form
*
* \param af The address family to retrieve