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
e8cf4ab8
Commit
e8cf4ab8
authored
7 years ago
by
Jenkins2
Committed by
Gerrit Code Review
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge "confbridge.h: Fix doxygen comments."
parents
1e579b11
f96536b1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
apps/confbridge/include/confbridge.h
+6
-6
6 additions, 6 deletions
apps/confbridge/include/confbridge.h
with
6 additions
and
6 deletions
apps/confbridge/include/confbridge.h
+
6
−
6
View file @
e8cf4ab8
...
@@ -30,11 +30,11 @@
...
@@ -30,11 +30,11 @@
#include
"asterisk/bridge_features.h"
#include
"asterisk/bridge_features.h"
#include
"conf_state.h"
#include
"conf_state.h"
/* Maximum length of a conference bridge name */
/*
!
Maximum length of a conference bridge name */
#define MAX_CONF_NAME AST_MAX_EXTENSION
#define MAX_CONF_NAME AST_MAX_EXTENSION
/* Maximum length of a conference pin */
/*
!
Maximum length of a conference pin */
#define MAX_PIN 80
#define MAX_PIN 80
/* Maximum length of bridge/user/menu profile names */
/*
!
Maximum length of bridge/user/menu profile names */
#define MAX_PROFILE_NAME 128
#define MAX_PROFILE_NAME 128
#define DEFAULT_USER_PROFILE "default_user"
#define DEFAULT_USER_PROFILE "default_user"
...
@@ -70,9 +70,9 @@ enum bridge_profile_flags {
...
@@ -70,9 +70,9 @@ enum bridge_profile_flags {
BRIDGE_OPT_VIDEO_SRC_FIRST_MARKED
=
(
1
<<
2
),
/*!< Set if conference should feed video of first marked user to all participants. */
BRIDGE_OPT_VIDEO_SRC_FIRST_MARKED
=
(
1
<<
2
),
/*!< Set if conference should feed video of first marked user to all participants. */
BRIDGE_OPT_VIDEO_SRC_FOLLOW_TALKER
=
(
1
<<
3
),
/*!< Set if conference set the video feed to follow the loudest talker. */
BRIDGE_OPT_VIDEO_SRC_FOLLOW_TALKER
=
(
1
<<
3
),
/*!< Set if conference set the video feed to follow the loudest talker. */
BRIDGE_OPT_RECORD_FILE_APPEND
=
(
1
<<
4
),
/*!< Set if the record file should be appended to between start/stops. */
BRIDGE_OPT_RECORD_FILE_APPEND
=
(
1
<<
4
),
/*!< Set if the record file should be appended to between start/stops. */
BRIDGE_OPT_RECORD_FILE_TIMESTAMP
=
(
1
<<
5
),
/*< Set if the record file should have a timestamp appended */
BRIDGE_OPT_RECORD_FILE_TIMESTAMP
=
(
1
<<
5
),
/*
!
< Set if the record file should have a timestamp appended */
BRIDGE_OPT_BINAURAL_ACTIVE
=
(
1
<<
6
),
/*< Set if binaural convolution is activated */
BRIDGE_OPT_BINAURAL_ACTIVE
=
(
1
<<
6
),
/*
!
< Set if binaural convolution is activated */
BRIDGE_OPT_VIDEO_SRC_SFU
=
(
1
<<
7
),
/*< Selective forwarding unit */
BRIDGE_OPT_VIDEO_SRC_SFU
=
(
1
<<
7
),
/*
!
< Selective forwarding unit */
};
};
enum
conf_menu_action_id
{
enum
conf_menu_action_id
{
...
...
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