search for: format_mp3

Displaying 20 results from an estimated 161 matches for "format_mp3".

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 -Wmissing-prototypes -Wmissing-declara tions -D_REENTRANT -D_GNU_SOURCE -O6 -c -o format_mp3.o format_mp3.c In file included from /usr...
2006 May 30
5
Compiling Asterisk-addons
...Following errors ocurrs when compiling asterisk-addons. Also tried again after blowing away /usr/lib/asterisk. Is it normal for svn code not to compile? hestia:(pbx1)asterisk-addons # make ./mkdep -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/local/mysql/include -I/usr/include/mysql `ls *.c` make -C format_mp3 all make[1]: Entering directory `/root/svn/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-decl...
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 -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -O6 -c -o common.o common.c gcc -pipe -fPIC -Wall -Wstrict-prototypes -Wmissing-prot...
2005 Mar 02
1
Addons Make Problems! HELP!
...ver 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 `/usr/src/asterisk-addons-1.0.6/format_mp3' gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -O6 -m64 -c -o common.o common.c gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-de...
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 -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -O6 -c -o dct64_i386.o dct...
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 `/usr/home/wilson/asterisk/asterisk-addons-1.0.9/format_mp3' SIP# gmake ./mkdep -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/local/include/mysql `ls *...
2005 Mar 22
2
Asterisk-addons/OS X woes
...res at this point (which apparently works for CDRs) is not really an option. Have also contemplated a cron job to simply poll the csv cdrs and insert them into MySQL. Messy but gets over the short term problem. Compilation problem does not appear to be mysql related, as make install fails on format_mp3.so. The linking is trying to include dct64_i386.o which could be the problem, but I'm not sure. Anyone with any ideas would be much appreciated. Dump from make clean; make install: apsvr1:/usr/local/asterisk-addons-1.0.4 root# make install ./mkdep -fPIC -I../asterisk -D_GNU_SOURCE -I/us...
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-decla...
2005 Mar 19
2
Problem with asterisk-addons/OS X
...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 apsvr1:/usr/local/src/asterisk-addons root# make install ./mkdep -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql `ls *.c` make -C format_mp3 all gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -O6 -c -o common.o common.c gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -O6 -c -o dct64_i386.o dct64_i386.c...
2005 Jan 18
2
problems compiling asterisk-addons
...n anyone help me out? Niels PS.. Below the full output of the make [root@bfraint203 asterisk-addons]# make ./mkdep -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql `ls *.c` app_addon_sql_mysql.c:164:64: macro "AST_LIST_REMOVE" requires 4 arguments, but only 3 given make -C format_mp3 all make[1]: Entering directory `/opt/asterisk-cvs/asterisk-addons/format_mp3' gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -O6 -c -o common.o common.c gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declar...
2007 Sep 20
1
asterisk crash and core dump: format_mp3.so
Hi, My Asterisk server process irregularly segfaults, ie. it usually works fine (is stable) when there's low traffic but repeatedly crashes during morning hours when there are more calls. I gdb'ed the core dump files and found that the culprit may be format_mp3. So I disabled MOH today and will see if that's the cause. I know that mp3 files are known to cause * crashes but what I don't understand is why it doesn't *always* crash (ie. why doesn't it crash even when there's low traffic? I mean, if the offending code is in the mp3 format...
2005 Mar 01
0
Addons compile errors
...ver 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 `/usr/src/asterisk-addons-1.0.6/format_mp3' gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -O6 -m64 -c -o common.o common.c gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-de...
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 -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -O6 -m64 -c -o common.o common.c gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-decla...
2007 Jun 08
1
call problem...
...ll asterisk Then after installing FreePBX i get this error when restarting asterisk: root@hernandezz-laptop:/home/hernandezz# asterisk -rvvvvvvvvvv Unable to connect to remote asterisk (does /var/run/asterisk/asterisk.ctl exist?) After looking at the logs i noticed the problem could be the module format_mp3.so not being loaded because not exists in my PC. in modules.conf i comment the line load => format_mp3.so and now it's works.This module is necessary? Can anyone give me some hints? my logs: /var/log/asterisk /full *************************************************** *********************...
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 fail...
2005 Mar 27
3
Can't get format_mp3 to work for music on hold
Hi Guys, I am having trouble trying to get format_mp3 working to play music on hold. I have followed the instructions in the read-me and the wiki however it seems after un-installing mpg123, asterisk is not even attempting to play MOH. My musiconhold.conf is ; Music on hold class definitions ; [classes] [moh_files] default = >/var/lib/asterisk...
2007 Jul 18
1
Issue in insatlling addons-1.4.2
...#39; make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/usr/src/asterisk/asterisk-addons-1.4.2/asterisk-ooh323c' make[2]: Leaving directory `/usr/src/asterisk/asterisk-addons-1.4.2/asterisk-ooh323c' make[2]: Entering directory `/usr/src/asterisk/asterisk-addons-1.4.2/format_mp3' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/src/asterisk/asterisk-addons-1.4.2/format_mp3' make[1]: Leaving directory `/usr/src/asterisk/asterisk-addons-1.4.2' for x in app_saycountpl.so; do /usr/bin/install -c -m 755 $x /usr/lib/asterisk/modules ; done...
2004 Nov 27
0
problems setting up cdr_addon_mysql
...e 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!?! adminbox:/usr/src/asterisk-addons# make clean rm -f *.so *.o .depend make -C format_mp3 clean make[1]: Entering directory `/usr/src/asterisk-addons/format_mp3' rm -f *.o *.so *~ make[1]: Leaving directory `/usr/src/asterisk-addons/format_mp3' rfadmin:/usr/src/asterisk-addons# make install ./mkdep -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql `ls *.c` app_addon_sql_...
2005 Mar 22
1
asterisk-addons / OS X woes (continued)
...7 ast_unregister_indication_country: Removed default indication country 'au' Mar 23 11:42:45 WARNING[15003]: chan_mgcp.c:4038 reload_config: Unable to get our IP address, MGCP disabled compile trace: psvr1:/usr/local/asterisk-addons-1.0.4 root# make clean rm -f *.so *.o .depend make -C format_mp3 clean rm -f *.o *.so *~ apsvr1:/usr/local/asterisk-addons-1.0.4 root# make install ./mkdep -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql `ls *.c` make -C format_mp3 all gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -O6...
2005 Mar 24
0
chan_unistim compile failed
...aults to `int' in declaration of `AST_MUTEX_DEFINE_STATIC' chan_unistim.c:52: warning: parameter names (without types) in function declaration chan_unistim.c:52: warning: data definition has no type or storage class ... (it goes on)... I get similar errors trying to compile asterisk-addons/format_mp3/: 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 format_mp3.o format_mp3.c format_mp3.c:71: warning: type defaults to `int' in declaration of `...