- Joined
- Feb 28, 2008
- Messages
- 5,735
- Reaction score
- 0
For those who are looking into a way to set the core verbose to a default value and not execute the CLI command:
core set verbose X
every time you open CLI, you may do it by editing the following file:
/etc/asterisk/asterisk.conf
on the options section, you will need to add:
verbose=3 (you may change this to the value that you would like to have)
Your file will looks like:
[directories]
astetcdir => /etc/asterisk
astmoddir => /usr/lib64/asterisk/modules
astvarlibdir => /var/lib/asterisk
astagidir => /var/lib/asterisk/agi-bin
astspooldir => /var/spool/asterisk
astrundir => /var/run/asterisk
astlogdir => /var/log/asterisk
astdatadir => /var/lib/asterisk
[options]
transmit_silence_during_record = yes
languageprefix=yes
execincludes=yes
verbose=3
Then execute:
asterisk -rx "module reload"
core set verbose X
every time you open CLI, you may do it by editing the following file:
/etc/asterisk/asterisk.conf
on the options section, you will need to add:
verbose=3 (you may change this to the value that you would like to have)
Your file will looks like:
[directories]
astetcdir => /etc/asterisk
astmoddir => /usr/lib64/asterisk/modules
astvarlibdir => /var/lib/asterisk
astagidir => /var/lib/asterisk/agi-bin
astspooldir => /var/spool/asterisk
astrundir => /var/run/asterisk
astlogdir => /var/log/asterisk
astdatadir => /var/lib/asterisk
[options]
transmit_silence_during_record = yes
languageprefix=yes
execincludes=yes
verbose=3
Then execute:
asterisk -rx "module reload"