search for: ast_frfree

Displaying 9 results from an estimated 9 matches for "ast_frfree".

2006 Nov 16
5
spandsp 0.0.3 RxFax fax reception crashes bristuffed asterisk 1.2.13
...rid=0x0, action=1) at pbx.c:554 #9 0x08091dee in __ast_pbx_run (c=0x818c5f8) at pbx.c:2231 #10 0x08092a1c in pbx_thread (data=0x818c5f8) at pbx.c:2518 #11 0xa7f0d0bd in start_thread () from /lib/tls/libpthread.so.0 #12 0xa7de892e in clone () from /lib/tls/libc.so.6 This seems to indicate that the ast_frfree(inf); at line 327 of app_rxfax.c causes the problem chain? I'm a bit lost on how to debug this further. Is this actually a spandsp problem or is another package the cause? Any tips? marcel -- Marcel van der Boom HS-Development BV -- http://www.hsdev.com So! webapplicati...
2004 Jun 30
3
Bugfix for CVS-HEAD-06/26/04-21:56:45
...lator_build_path(chan->writeformat, AST_FORMAT_SLINEAR); > > struct ast_frame* transFrame = ast_translate(transPath, > &ps->f, 0); > > if (transFrame) { > > ast_write(chan, transFrame); > > ast_frfree(transFrame); > > } > > ast_translator_free_path(transPath); > > } > > else ast_write(chan, &ps->f); > >Hopefully, this fixes the problem for good.
2005 Jan 23
0
How to debug core-file
...start_thread () from /lib/i686/libpthread.so.0 No symbol table info available. #10 0x40207327 in clone () from /lib/i686/libc.so.6 No symbol table info available. -------------------------------------------- Last from bt: (gdb) bt #0 0x4019f1f9 in free () from /lib/i686/libc.so.6 #1 0x080568bd in ast_frfree (fr=0x4025afd8) at frame.c:222 #2 0x0805fd54 in ast_channel_bridge (c0=0x43a45fa8, c1=0x8873018, config=0x465fc73c, fo=0x465fbe8c, rc=0x465fbe90) at channel.c:2761 #3 0x4139c878 in ast_bridge_call (chan=0x43a45fa8, peer=0x8873018, config=0x465fc73c) at res_features.c:342 #4 0x43032239 in dial_...
2007 May 25
1
H Parameter in Dial Command
Hi List, I am currently using the H parameter in the dial command. The issue that I am having is that if the user is calling an ivr that requires him to press the * key then the call gets hung up on. How would I go about changing it so that the user will have to press say ** for the H parameter to come in to effect ? Thanks a lot. Dovid -------------- next part -------------- An HTML attachment
2005 Aug 26
0
Broken pipe of stdinpcm on asterisk-ices.xml
...; break; } if (f->frametype == AST_FRAME_VOICE) { res = write(fds[1], f->data, f->datalen); if (res < 0) { if (errno != EAGAIN) { ast_log(LOG_WARNING, "Write failed to pipe: %s\n", strerror(errno)); res = -1; break; } } } ast_frfree(f); } } close(fds[1]); LOCAL_USER_REMOVE(u); if (pid > -1) kill(pid, SIGKILL); if (!res && oreadformat) ast_set_read_format(chan, oreadformat); return res; } int unload_module(void) { STANDARD_HANGUP_LOCALUSERS; return ast_unregister_application(app); } int load_module(vo...
2005 Jun 21
5
app_changrab.c released on pbxfreeware.org
I released app_changrab.c lastnight really late... It includes a way to hijack a channel and originate calls from the CLI. /b --- Keep Your Friends Close, But Your Enemies Even Closer...
2005 Jun 20
2
app_valetparking.c
Since www.bkw.org seems not to exist anymore (getting response from some hosting provider), does anyone happend to have a copy of app_valetparking.c from www.bkw.org - the one that should work with * stable 1.0.X ? If so please contact me. One that can be downloaded from www.loligo.com dosn't compile with 1.0.X, and SuperValletParking (www.asterlink.com/svp/) seems to be for * HEAD
2005 Jun 20
1
Re: app_valetparking.c for * STABLE (1.0.X)
Nope ! This is the one that tries to include PRE 1.0.X header file <parking.h>. It cannot compile on * 1.0.X (I have tried also to include <features.h> instead of <parking.h> (as far as I know features.h is successor to parking.h), but still without results). Thanks anyway. Nenad > > Try this > >> Since www.bkw.org seems not to exist anymore (getting
2009 Oct 05
3
Questions about app_jack.c
Hello, My configuration is : Card 0 - kernel dummy sound card Card 1 - my soundcard I have a jackd running in background. My jackd launch command is : jackd --port-max 16 --realtime --no-mlock -d alsa --playback hw:1,0 --capture hw:1,0 --rate 8000 --period 1024 --shorts --inchannels 2 --outchannels 2 --dither triangular & 1 ) I open asterisk with chan_alsa.so connected (with asoundrc) to