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
6e1fb581
Commit
6e1fb581
authored
4 years ago
by
Alexander Traud
Committed by
George Joseph
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
modules.conf: Align the comments for more conclusiveness.
Change-Id: I79cc693cd5a6e5dd7d403b7e91d970ff1ddf8306
parent
24135987
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
configs/basic-pbx/modules.conf
+5
-3
5 additions, 3 deletions
configs/basic-pbx/modules.conf
configs/samples/modules.conf.sample
+12
-9
12 additions, 9 deletions
configs/samples/modules.conf.sample
with
17 additions
and
12 deletions
configs/basic-pbx/modules.conf
+
5
−
3
View file @
6e1fb581
[
modules
]
autoload
=
no
;
This
is
a
minimal
module
load
.
We
are
loading
only
the
modules
required
for
;
the
Asterisk
features
used
in
the
Super
Awesome
Company
configuration
.
;
This
is
a
minimal
module
load
.
We
are
loading
only
the
modules
;
required
for
the
Asterisk
features
used
in
the
"
Super
Awesome
;
Company
"
configuration
.
;
Applications
...
...
@@ -110,7 +111,8 @@ load = res_sorcery_memory.so
load
=
res_sorcery_realtime
.
so
load
=
res_timing_timerfd
.
so
;
Don
'
t
load
res_hep
.
so
and
kin
unless
you
are
using
hep
monitoring
in
your
network
;
Do
not
load
res_hep
and
kin
unless
you
are
using
HEP
monitoring
; <
http
://
sipcapture
.
org
>
in
your
network
.
noload
=
res_hep
.
so
noload
=
res_hep_pjsip
.
so
...
...
This diff is collapsed.
Click to expand it.
configs/samples/modules.conf.sample
+
12
−
9
View file @
6e1fb581
...
...
@@ -24,7 +24,7 @@ autoload=yes
; the "require" keyword. Asterisk will exit with a status code of 2
; if a required module does not load.
;
;
require = chan_pjsip.so
;require = chan_pjsip.so
;
; If you want you can combine with preload
; preload-require = your_special_module.so
...
...
@@ -35,19 +35,22 @@ autoload=yes
; By default, load chan_oss only (automatically).
;
noload => chan_alsa.so
;noload => chan_oss.so
noload => chan_console.so
;noload => chan_oss.so
;
; Do not load res_hep and kin unless you are using HEP monitoring
; <http://sipcapture.org> in your network.
;
noload => res_hep.so
noload => res_hep_pjsip.so
noload => res_hep_rtcp.so
;
; Do not load chan_sip by default, it may conflict with res_pjsip.
noload => chan_sip.so
; The default voicemail module is app_voicemal. All voicemail modules
; are mutually exclusive. Therefore it is better to make sure they
; are not loaded at startup
;
noload => app_voicemail_odbc.so
; Load one of the voicemail modules as they are mutually exclusive.
; By default, load app_voicemail only (automatically).
;
;noload => app_voicemail.so
noload => app_voicemail_imap.so
noload => app_voicemail_odbc.so
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