similar to: asterisk crash and core dump: format_mp3.so

Displaying 20 results from an estimated 4000 matches similar to: "asterisk crash and core dump: format_mp3.so"

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/moh-native ;default =>
2012 Feb 22
1
How does format_mp3 work?
Hi I was using the Playback application to play an MP3 file after compiling and installing asterisk 1.8.7.0 with format_mp3 and it seems to me that asterisk is transcoding the file to an slin on the fly rather than playing the mp3 itself. Is this what it does? Also, does this mean I might as well change the format of MP3s to WAV seeing as I'm used to doing that anyway? Thanks Ish --
2007 Sep 18
2
asterisk crash and core dump
My Asterisk installation crashes frequently. Since it's a random event I am not able to reproduce it so I can't say what is making it crash. Here's a snippet of /var/log/asterisk/full just when it crashes: Sep 18 13:42:51 DEBUG[378] chan_zap.c: disabled echo cancellation on channel 31 Sep 18 13:42:51 VERBOSE[378] logger.c: -- Hungup 'Zap/31-1' Sep 18 13:42:51
2005 Mar 22
2
Asterisk-addons/OS X woes
Hi, Know there has been numerous posts on the subject of asterisk-addons and OS X. We have other uses for MySQL on the machine so changing over to Postgres 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
2008 Aug 05
1
Grandstream RS-232 config (slightly off-topic)
I realize this may be slightly off-topic but I'm wondering if someone here can lend me a hand. One of my GXW4008 has gone "unconfigurable" via standard HTTP (refuses connection) and I can't use the built-in IVR because I had previously disabled the "keypad update" feature. So I'm stuck with just telnet, the reset button and RS-232. Telnet commands are very limited
2007 Aug 30
1
dialed peer number
I am trying to retrieve the "dialed peer number" but it seems that ${DIALEDPEERNUMBER} is "broken". Also, I know that I could extract the dialed number from the ${CHANNEL} variable but this only works for SIP and maybe IAX (untested). However, it doesn't work for ZAP. All I get when using ZAP is something like "Zap/1-1" (for SIP I would get
2008 Mar 13
2
queue log vs. cdr
Hi, Surely, I must be overlooking something. If I run the following SQL queries I don't get the same number of rows. Is this coherent? mysql> select * from queue_log where queuename = '4010' and FROM_UNIXTIME(time) between 20080308000000 and 20080313145900 group by callid; 357 rows in set (0.01 sec) mysql> select * from cdr where dst = 4010 and calldate between 20080308000000
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 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
2008 Mar 27
2
callers in queue passed to agents who accept only one call at a time
I have a queue I configured as "strict" and a cron script I use to QueueAdd and QueueRemove agents according to my company's requirements. Usually I have 2 or 3 agents at a time and the ring strategy is ringall. These agents use non-open-source Windows softphones that do not let you configure it so that if they're on the phone, a second call will be rejected (agent busy).
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
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 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
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
2008 Mar 08
3
replace astdb with a cluster-capable sql database engine
I've been searching the Internet for information regarding the replacement of astdb with a modern sql engine. There are several reasons one would like to do this. First of all, external applications have a hard time reading/writing to the now-old astdb format. Also (and this is what interests me most), the sql astdb could easily be clustered throughout several servers (I'm looking for a
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 -
2008 Oct 02
1
Asterisk Queue question
When the asterisk a queue reset their counters? I 'm talking about this kind of info in asterisk console. >show queue 600 600 has 0 calls (max unlimited) in 'ringall' strategy (4s holdtime), W:0, C:14, A:8, SL:0.0% within 0s I just say that because I have a queue with strategy "Fewest Calls" working for a couple of mouths, and a new agent has been added this
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
2007 Oct 03
2
How to get asterisk to take a dump?
I have an asterisk process that is consuming over 100mb (according to "top"). "Show channels" says "167 active channels and 53 active calls." It's an old install -- 1.2.7.1, but it has custom code that needs to be updated before moving to a more recent release. I'm assuming that 100mb is indicative of a memory leak (probably in my code). How can I get a
2004 Sep 05
3
ChanSpy by anthm and more...
Everyone we have a few new things to give back to the asterisk community. http://bugs.digium.com/bug_view_page.php?bug_id=0002379 http://bugs.digium.com/bug_view_page.php?bug_id=0002380 http://bugs.digium.com/bug_view_page.php?bug_id=0002381 These include app_chanspy, the ability to spy on ANY bridged call taking place inside asterisk. NOT just ZAP as with ZapScan/Barge. Native format_* files