Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asterisk
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Voice
asterisk
Commits
da716527
Commit
da716527
authored
6 years ago
by
Joshua Colp
Committed by
Gerrit Code Review
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge "res_pjsip.h: Fix doxygen comments."
parents
b002b857
c6ad25dc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/asterisk/res_pjsip.h
+7
-7
7 additions, 7 deletions
include/asterisk/res_pjsip.h
with
7 additions
and
7 deletions
include/asterisk/res_pjsip.h
+
7
−
7
View file @
da716527
...
...
@@ -133,7 +133,7 @@ struct ast_sip_transport_state {
#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
{
...
...
@@ -353,7 +353,7 @@ struct ast_sip_aor {
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
;
};
...
...
@@ -516,11 +516,11 @@ struct ast_sip_mwi_configuration {
/*! 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
;
};
...
...
@@ -534,7 +534,7 @@ struct ast_sip_endpoint_subscription_configuration {
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
];
};
...
...
@@ -2891,7 +2891,7 @@ const char *ast_sip_get_contact_short_status_label(const enum ast_sip_contact_st
*/
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment