Displaying 10 results from an estimated 10 matches for "astdatadir".
Did you mean:
ast_data_dir
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
2007 May 15
0
PATH_MAX' undeclared here (not in a function) in asterisk!
...w to install asterisk in arm-linux. the steps are:
1. Download the asterisk source 1.4.
2. To the source directory
./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
AS...
2010 Mar 23
3
Which folder for sounds?
...ib/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 => /var/run/asterisk
astlogdir => /var/log/asterisk
So in which folder are these sounds supposed to be?
But more importantly, who do we figure out where * is looking for
sound...
2007 Mar 04
1
running error: load_modules: No 'modules.conf' found - vesrion 1.4.1 from svn
...he 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/lib/asterisk
astdatadir => /var/lib/asterisk
astagidir => /var/lib/asterisk/agi-bin
astspooldir => /var/spool/asterisk
astrundir => /var/run/asterisk
astlogdir => /var/log/asterisk
Bests
Tomasz
2014 Jul 20
1
Asterisk 12 fails to launch with option -C
...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 => /temp/run/asterisk1
astlogdir => /var/log/asterisk1
astsbindir => /usr/sbin
All directories mentioned above do exist.
Should I open a bug or there is something I am miss...
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.
2007 Mar 04
1
running error, unable to load *.conf files: load_modules: No 'modules.conf' found - svn version 1.4.1
...eload 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]
astetcdir => /home/asterisk/asterisk/asterisk
astmoddir => /home/asterisk/asterisk/lib/asterisk/modules
astvarlibdir => /var/lib/asterisk
astdatadir => /var/lib/asterisk
astagidir => /var/lib/asterisk/agi-bin
astspooldir => /var/spool/asterisk
astrundir => /var/run/asterisk
astlogdir => /var/log/asterisk
Thanks in advance!
Bests
Tomasz
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' -
2016 Dec 04
3
Asterisk Can't start with the default configs
Hi,
I tried to run the make progdocs, but the first time, it said, I have no
doxygen installed. So I compiled the latest release and reconfigure the
asterisk. And after it, ut sucessfully started to build the docs. But it
took a lot of time, So finally I aborted the process...
Is there a way to disable doc creating? The --disable-xmldoc is enough?
Thanks!
On Dec 2, 2016 3:36 PM, "Joshua