Displaying 20 results from an estimated 20 matches for "astetcdir".
Did you mean:
dastetcdir
2014 Aug 10
1
Asterisk not honoring astetcdir
...odified versions of
those files. Basically I mount_null /usr/pkg/etc/asterisk
on /usr/local/etc/asterisk and then mount_union my SVN directory with
my modified versions over that.
I then call asterisk with "-C /usr/local/etc/asterisk.conf" which
contains the following:
[directories](!)
astetcdir => /usr/local/etc/asterisk
etc...
I have checked and nowhere in /usr/local/etc/asterisk is the string
"pkg/etc". Yet, when I reload the logger module it
loads /usr/pkg/etc/asterisk/logger.conf instead of my modified version
in /usr/local/etc/asterisk. Is there some other place to de...
2007 May 16
1
Asterisk SRTP certificates
Hello all,
I want to use Asterisk with the SRTP patch from
http://bugs.digium.com/view.php?id=5413 .
I'm confused to create the certificates for it.
Can anybody help in such question?
P. S. I've created the pem files and renamed it to
* ${astetcdir}/asterisk.crt
* ${astetcdir}/asterisk.key
* ${astetcdir}/ca-certificates.crt
but the asterisk got "segmentation fault" error at startup.
--
Thanks in advance
Alexander Olekhnovich
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pip...
2007 Mar 04
1
running error: load_modules: No 'modules.conf' found - vesrion 1.4.1 from svn
...s.conf' found, no modules will be loaded.
[Mar 4 14:19:27] NOTICE[24527]: manager.c:2681 init_manager: Unable to open management configuration manager.conf. Call management disabled.
[Mar 4 14:19:27] NOTICE[24527]: cdr.c:1093 do_reload: CDR simple logging enabled.
I get this errors although my astetcdir contains the above considered files??
Does asterisk searched for those files in other directory than astetcdir??
the contents of my asterisk.conf:
[directories]
astetcdir => /home/asterisk/asterisk/asterisk
astmoddir => /home/asterisk/asterisk/lib/asterisk/modules
astvarlibdir => /var/li...
2007 Mar 04
1
running error, unable to load *.conf files: load_modules: No 'modules.conf' found - svn version 1.4.1
...conf' found, no modules will be loaded.
[Mar 4 14:19:27] NOTICE[24527]: manager.c:2681 init_manager: Unable to
open management configuration manager.conf. Call management disabled.
[Mar 4 14:19:27] NOTICE[24527]: cdr.c:1093 do_reload: CDR simple logging
enabled.
I get this errors although my astetcdir contains the above considered
files??
Does asterisk searched for those files in other directory than astetcdir??
When I for instance try to reload the chan_sip.so through the CLI
interface I get same
that sql.conf file is unable to be opened.
the contents of my asterisk.conf:
[directories]
aste...
2010 Mar 23
3
Which folder for sounds?
...to
open vm-intro (format 0x4 (ulaw)): No such file or directory
But:
locate vm-intro
/var/lib/asterisk/sounds/en/vm-intro.gsm
/var/lib/asterisk/sounds/en/vm-intro.ulaw
/var/lib/asterisk/sounds/en/vm-intro.wav
head -12 /etc/asterisk/asterisk.conf
[directories](!) ; remove the (!) to enable this
astetcdir => /etc/asterisk
astmoddir => /usr/lib64/asterisk/modules
astvarlibdir => /var/lib/asterisk
astdbdir => /var/lib/asterisk
astkeydir => /var/lib/asterisk
astdatadir => /var/lib/asterisk
astagidir => /var/lib/asterisk/agi-bin
astspooldir => /var/spool/asterisk
astrundir =>...
2005 Jan 27
0
Asterisk CVS on FreeBSD-stable gmaking result
Hi everyone,
I've just compiled Asterisk from CVS in my FreeBSD-stable machine. It went
fine. I did had to customised the Makefile though:
ASTLIBDIR=$(INSTALL_PREFIX)/usr/local/lib/asterisk
ASTVARLIBDIR=$(INSTALL_PREFIX)/var/lib/asterisk
ASTETCDIR=$(INSTALL_PREFIX)/usr/local/etc/asterisk
ASTSPOOLDIR=$(INSTALL_PREFIX)/var/spool/asterisk
ASTLOGDIR=$(INSTALL_PREFIX)/var/log/asterisk
ASTHEADERDIR=$(INSTALL_PREFIX)/usr/local/include/asterisk
ASTCONFPATH=$(ASTETCDIR)/asterisk.conf
ASTBINDIR=$(INSTALL_PREFIX)/usr/local/bin
ASTSBINDIR=$(INSTALL_PREF...
2014 Jul 20
1
Asterisk 12 fails to launch with option -C
...documentation!
Failed to register 'bucket' object type in Bucket sorcery
The debug level is 5, and so is the verbose level.
The logger.conf has this line
myDebugLog => notice,warning,error,debug,verbose,dtmf
And it does not even get created.
/etc/asterisk1/asterisk.conf has these lines
astetcdir => /etc/asterisk1
astmoddir => /usr/lib/asterisk/modules
astvarlibdir => /var/lib/asterisk1
astdbdir => /var/lib/asterisk1
astkeydir => /var/lib/asterisk1
astdatadir => /var/lib/asterisk1
astagidir => /var/lib/asterisk/agi-bin
astspooldir => /var/spool/asterisk1
astrundir =&...
2009 Apr 07
3
Logging Asterisk console
Hi all, in witch way can I put in a log file the asterisk console?
I have tried with some settings in file logger.conf but the log not
contain the same debug that I can see with "asterisk -rvvv".
I need it in debugging purpose for tracking some bug.
Thanks Enrico.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type:
2008 Oct 26
3
hammering imap vmail storage
I've configured asterisk 1.4 to use imap storage for voice-mail and
while I'm happy with it generally speaking it really seem to hammer the
IMAP server. It appear, from the IMAP server logs that it's polling
the imap server every *second* for mailbox updates for the users'
voice-mail folders.
Is it really necessary to do this once a second? Is this tunable
anywhere?
Thanx,
b.
2017 Jun 30
3
asterisk.conf ignored?
Hi all
I'm trying to limit the maximum concurrent calls on my Asterisk to try and
mitigate another problem I posted about earlier.
I've edited
/etc/asterisk/asterisk.conf
And uncommented this line, and put a value of 60 in there:
maxcalls = 60
in an effort to limit my Asterisk to 60 simultaneous calls.
I did a
core reload
in the CLI after doing that.
2003 May 12
1
ISDN channels
...els' returns no channels. Can anyone help me?
What the recommended docs to learn how to configure asterisk?
thanks
Eduardo
----zapata.conf-----
[channels]
group = 1
context = pstn
switchtype = national
signalling = pri_cpe
channel => 1-4
ocancel = yes
----asterisk.conf---
[directories]
astetcdir => /etc/asterisk
astmoddir => /usr/lib/asterisk/modules
astvarlibdir => /var/lib/asterisk
astagidir => /var/lib/asterisk/agi-bin
astspooldir => /var/spool/asterisk
astrundir => /var/run
astlogdir => /var/log/asterisk
[pstn]
exten => 0,Dial(Zap/g1)
2007 May 15
0
PATH_MAX' undeclared here (not in a function) in asterisk!
...tory
./configure --build=i686-linux --host=arm-linux --without-pwlib --without-curl --prefix=/opt/OSD/neuros-bsp/toolchain/arm-linux
3.
# Look for the line in the Makefile,
ifeq ($(ASTDATADIR),)
ASTDATADIR:=$(ASTVARLIBDIR)
endif
Add the below lines, after the above lines(in Makefile),
ASTETCDIR=./kasterisk/etc
ASTLIBDIR=./kasterisk/lib
ASTVARLIBDIR=./kasterisk/var
ASTSPOOLDIR=./kasterisk/spool
ASTLOGDIR=./kasterisk/log
ASTHEADERDIR=./kasterisk/include
ASTBINDIR=./kasterisk/bin
ASTSBINDIR=./kasterisk/sbin
ASTVARRUNDIR=./kasterisk/var/run
ASTMANDIR=./kasterisk/man
ASTDATADIR:=$(ASTVARLIBDIR...
2009 Apr 28
1
asterisk -C option not honored 100%
Hello,
I am trying to get a repeatable build setup for asterisk. Part of doing
so involves using the -C option to specify the master config file. The
problem is that asterisk reads the config file location that i specify,
however it still tries to read two other config files, namely:
* /etc/asterisk/extconfig.conf, and
* /etc/asterisk/logger.conf
I have specified in my config file that the
2013 Jun 07
1
Sample config files installed to /etc
The sample config files in the Asterisk distribution and packages are
really good for getting the demo up and running quickly, for example, to
extend the demo to run behind a WebRTC proxy only required about 6 lines
of extra code to define a peer in sip.conf and enable TCP
However, I'm not sure that they should be installed by default by packages.
Most package managers provide a way to diff
2010 Aug 11
4
Asterisk 1.8 beta3 - Unable to stop/start/restart deamon
Hi all,
using Asterisk 1.8 beta3 installed from scratch I am not able to stop/start/restart Asterisk deamon with
/etc/init.d/asterisk stop|start|restart
It just happens nothing, no warnings, errors etc.
I am running Debian Lenny.
Any ideas what is wrong?
Thanks,
Oliver
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2015 Apr 12
1
Recommended changes to the binary packaging system
I think the way Digium has structured the binary packages could use a major
change. I rely on the binary packages rather than compiling by source
because my systems are managed by an automated CM tool (I use Ansible but
those using Chef or Puppet will face the same problems) and for security
reasons. I use the CentOS packages.
Some issues with the current package structure are:
- It installs
2011 Jan 29
3
Reducing number of Asterisk processes?
Hello
On a uClinux-based appliance, "ps aux" shows multiple Asterisk
processes:
380 root 11990 S asterisk -f
381 root 11990 S asterisk -f
383 root 11990 S asterisk -f
384 root 11990 S asterisk -f
385 root 11990 S asterisk -f
386 root 11990 S asterisk -f
387 root 11990 S asterisk -f
388 root 11990 S asterisk -f
2007 Nov 19
7
asterisk as non-root/best practices
Hi,
I have set up asterisk to run as non root, and allow admin users to log
in to the server as asterisk, which gives them privileges to edit
configs in the asterisk home directory.
As for connecting to the console with 'asterisk -r' - this by default
does not work as asterisk is owned stored in /usr/sbin/asterisk
I am reading that the best way to solve this is to use 'visudo' -
2004 Jul 21
0
Asterisk sees inbound call, but won't answer
...e, will asterisk listen for (and answer) inbound calls or use
it for any outbound calls that need to be made? Or does asterisk have to be
configured to use the linejack as a one way device, either answering inbound
or placing outbound calls.
Many thanks,
Greg
----------------------
asterisk.conf:
astetcdir => /etc/asterisk
astmoddir => /usr/lib/asterisk/modules
astvarlibdir => /var/lib/asterisk
astagidir => /var/lib/asterisk/agi-bin
astspooldir => /var/spool/asterisk
astrundir => /var/run
astlogdir => /var/log/asterisk
----------------------
modules.conf [this one is tweaked base...
2009 Sep 29
1
Asterisk on DD-WRT : modules.conf not found
Through the optware-package I have installed Asterisk on an external
USB. Further I have a Linksys WRT610N with DD-WRT v24 mega.
I start asterisk with the following command : /opt/sbin/asterisk -c
I get the following WARNING :
root at DD-WRT:/opt/etc/asterisk# /opt/sbin/asterisk -c
Asterisk 1.4.22.1, Copyright (C) 1999 - 2008 Digium, Inc. and others.
Created by Mark Spencer <markster at