Displaying 20 results from an estimated 30000 matches similar to: "CVS lock directory still not fixed?"
2004 Sep 06
1
cvs server problem
Today morning cvs server checkout problem:
cvs server: Updating asterisk-addons/format_mp3
cvs server: failed to create lock directory for
`/usr/cvsroot/asterisk-addons/format_mp3'
(/usr/cvsroot/asterisk-addons/format_mp3/#cvs.lock): Permission denied
cvs server: failed to obtain dir lock in repository
`/usr/cvsroot/asterisk-addons/format_mp3'
cvs [server aborted]: read lock failed -
2006 Apr 29
2
Unable to Make Asterisk-addons
The following occurs during make asterisk-addons.
I'm ok with asterisk but debugging things like this isnt my strong point.
Can anyone give me a pointer?
Thanks
Dan Journo
[root@sip1 src]# cd asterisk-addons
[root@sip1 asterisk-addons]# make
make -C format_mp3 all
make[1]: Entering directory `/usr/src/asterisk-addons/format_mp3'
gcc -pipe -fPIC -Wall -Wstrict-prototypes
2006 Jun 01
2
addons trunk make error
Anyone run a make on asterisk-addons /trunk r219 ?
I error out on mp3 on a FC4 box, and I do not see anything obvious (to me) in the errors.
make[1]: Entering directory `/usr/src/addons-trunk/format_mp3'
gcc -pipe -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -O6 -c -o common.o common.c
gcc -pipe -fPIC -Wall
2005 Mar 01
0
Addons compile errors
Hi all,
I have a server with an Athlon 64 3200 and Fedora Core 2 x86_64.
I have compiled and installed Asterisk 1.0.6 without any problems. When
I try to make asterisk-addons-1.0.6 it say me:
[root@server1 asterisk-addons-1.0.6]# make
./mkdep -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql `ls *.c`
make -C format_mp3 all
make[1]: Entering directory
2005 Mar 02
1
Addons Make Problems! HELP!
Hi all,
I have a server with an Athlon 64 3200 and Fedora Core 2 x86_64.
I have compiled and installed Asterisk 1.0.6 without any problems. When
I try to make asterisk-addons-1.0.6 it say me:
[root@server1 asterisk-addons-1.0.6]# make
./mkdep -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql `ls *.c`
make -C format_mp3 all
make[1]: Entering directory
2006 May 30
5
Compiling Asterisk-addons
Did the following:
svn checkout http://svn.digium.com/svn/asterisk-addons/trunk asterisk-addons
svn checkout http://svn.digium.com/svn/asterisk/trunk asterisk
svn checkout http://svn.digium.com/svn/zaptel/trunk zaptel
svn checkout http://svn.digium.com/svn/libpri/trunk libpri
Compiled and installed zaptel, libpri, asterisk and finally asterisk-addons.
Following errors ocurrs when compiling
2005 Mar 25
1
asterisk-addons and 64bit make
Hi all, I have an Athlon 64 server with Fedora Core 2 x86_64. When I try
to make asterisk-addons-1.0.7 (and olders) it can't and it say me
[root@server1 asterisk-addons-1.0.7]# make install
./mkdep -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql `ls *.c`
make -C format_mp3 all
make[1]: Entering directory `/usr/src/asterisk-addons-1.0.7/format_mp3'
gcc -pipe -Wall
2007 Jul 18
1
Issue in insatlling addons-1.4.2
Hi,
I'm using Asterisk-1.4.7.1.
Everything was working fine.
Now I'm trying to Install Asterisk-addons-1.4.2.
The procedure I followed is as...
# cd asterisk-addons-1.4.2
#./configure
#make menuselect
#make
#make install
Everything is going fine except make install. I've tried many times, but the same error I'm gettiing---
The error is---
asterisk-addons-1.4.2]# make install
2005 Mar 05
2
Getting asterisk-addons installed on Debian?
Hi,
I am having some trouble installing asterisk addons on Debian. I wish to do
this to use mysql billing.
I have mysql and mysql-devel packages installed I think!?
pbx01:/usr/src/asterisk-addons# dpkg -l mysql-server libmysqlclient*dev
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/
2006 May 06
1
Upgrade SVN failed !!!
I upgraded * via svn and it did not work !!!
1. asterisk-addon did not compile!
pbx:/usr/local/src/svn-versions/asterisk-addons # make
./mkdep -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql `ls *.c`
make -C format_mp3 all
make[1]: Entering directory
`/usr/local/src/svn-versions/asterisk-addons/format_mp3'
gcc -pipe -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes
2004 Nov 27
0
problems setting up cdr_addon_mysql
Im trying to add mysql billing to my * box, running *1.0.2 on Debian
I follow the instructions at http://www.voip-info.org/wiki-Asterisk+cdr+mysql and download the asterisk-addons via cvs
When I get to the "make" part, the errors I get indicate a path somewhere is wrong. I can't for the life of me work out exactly where it is. Any help would be muchly appreciated!?!
2006 Apr 04
0
Asterisk-addons compiling problem
./mkdep -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql `ls
*.c`
make -C format_mp3 all
make[1]: Entering directory `/usr/src/asterisk-addons/format_mp3'
gcc -pipe -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -O6 -c -o
common.o common.c
gcc -pipe -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations
2005 Jul 05
3
Asterisk addons install problem
Hi there:
I have successfully installed the Asterisk 1.0.9 on my Freebsd 5.4
box. When I tend to install the addon for mysql CDR billing, It always
return me the following errors:
SIP# gmake clean
rm -f *.so *.o .depend
gmake -C format_mp3 clean
gmake[1]: Entering directory
`/usr/home/wilson/asterisk/asterisk-addons-1.0.9/format_mp3'
rm -f *.o *.so *~
gmake[1]: Leaving directory
2005 Jan 18
2
problems compiling asterisk-addons
Hello maybe someone can help me?
I did the CVS checkout and then compiled asterisk
Then I tried to compile the addons and got the following (don't
understand what's wrong at all and can't find anything about this error
on google/wiki)
app_addon_sql_mysql.c:164:64: macro "AST_LIST_REMOVE" requires 4
arguments, but only 3 given
app_addon_sql_mysql.c: In function
2005 Mar 22
1
asterisk-addons / OS X woes (continued)
Hi,
Using Zack's -shared replacement posted earlier, addons now compiles.
For some reason though, when trying to load it cannot find
cdr_mysql.conf even though it's in the /etc/asterisk directory as it
should be.
Anyone with any ideas? There's still references to _i386 files that
are probably incorrect as well. Thanks
Rob
console messages:
apsvr1*CLI> reload
Mar 23
2005 Mar 19
2
Problem with asterisk-addons/OS X
Hi,
Having all sorts of troubles getting mysql cdr support under OS X.
Mysql, DBI and DBD all installed and running ok, privileges all set
correctly (I think). Latest asterisk-addons checked out of cvs. Keep
getting error on make install (implies gcc doesn't support -shared
linking, which is wierd):
Anyone got mysql cdr support running on OS X?
Cheers
Rob
2006 Oct 31
2
compilation problem with asterisk-addons
Hi,
Trying to compile asterisk-addons 1.2.5 on Centos 4.4 produces this:
Note: MySQL libraries are installed and the structure is as follows:
/usr/src/astsources/asterisk-1.2.13
/usr/src/astsources/asterisk-addons-1.2.5
in /usr/src/astsources/asterisk-addons-1.2.5 I do:
make clean
make
and the output is:
./mkdep -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql `ls *.c`
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
2009 Dec 02
0
Asterisk-Addons 1.4.10, 1.6.0.4, and 1.6.1.2 Now Available
The Asterisk Development Team has announced several Asterisk-Addons releases,
including Asterisk-Addons 1.4.10, 1.6.0.4, and 1.6.1.2. These releases are
available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk/
These releases resolve several community reported issues, primarily in the
format_mp3 and res_config_mysql modules.
* Fix audio problems with format_mp3.
2009 Dec 02
0
Asterisk-Addons 1.4.10, 1.6.0.4, and 1.6.1.2 Now Available
The Asterisk Development Team has announced several Asterisk-Addons releases,
including Asterisk-Addons 1.4.10, 1.6.0.4, and 1.6.1.2. These releases are
available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk/
These releases resolve several community reported issues, primarily in the
format_mp3 and res_config_mysql modules.
* Fix audio problems with format_mp3.