similar to: asterisk h323 backtrace

Displaying 20 results from an estimated 500 matches similar to: "asterisk h323 backtrace"

2006 Apr 29
2
Codec G729 no longer works.
I upgraded my server from Fedora Core 4 to Fedora Core 5. I was wondering if anybody else has run into the problem and know's the fix? I recompiled asterisk and if I don't have the /usr/lib/asterisk/modules/codec_g729a.so file in place it works. I use or used to use the licensed G729 Codec from Digium. This is the error message from asterisk -vvg: [app_playback.so] => (Sound File
2003 Apr 30
2
oh323 failed to load
when i issue asterisk -vvv command i get this error please help regards Barbra [app_softhangup.so] => (Hangs up the requested channel) == Registered application 'SoftHangup' [codec_lpc10.so] => (LPC10 2.4kbps (signed linear) Voice Coder) == Registered translator 'lpc10tolin' from format 7 to 6, cost 50 == Registered translator 'lintolpc10' from format 6 to 7,
2003 Apr 30
3
help can not install oh323 wrapper
hi when i try to run the make command for the oh323 wrapper below linux:/usr/local/src/asterisk/asterisk-oh323 # i get an error please help regards Barbra asteriskaudio.cxx:369: syntax error before `::' token asteriskaudio.cxx:374: syntax error before `::' token asteriskaudio.cxx:379: syntax error before `::' token asteriskaudio.cxx:384: syntax error before `::' token
2003 May 07
1
Asterisk problem, - unable to load chan_oh323
I'm trying to install asterisk PBX with openH323 support. I installed all the packages ( Pwlib, openH323 and openH323 gatekeeper) from source successfully. i also installed the wrapper ( http://www.inaccessnetworks.com/projects/asterisk-oh323 ). However when i try to start asterisk i get the following errors... ARNING[1024]: File loader.c, Line 212 (ast_load_resource):
2003 May 14
6
asterisk problem
the problem below keeps recarrying even after i have cleared this error when i run asterisk -vvv or -c the error occurs again please help ..Warning, flexible rate not heavily tested! .................WARNING[1024]: File loader.c, Line 212 (ast_load_resource): /usr/local/lib/libh323_linux_x86_r.so.1: undefined symbol: _ZN13PASN_Sequence17PreambleDecodeXERER11PXER_Stream WARNING[1024]: File
2003 May 23
2
cannot find expat
am compiling h323 support using channels/h323/ error am getting is this any pointers chan_h323.h:30: warning: `struct sockaddr_in bindaddr' defined but not used g++ -shared -Xlinker -x -o chan_h323.so chan_h323.o ast_h323.o -L/root/pwlib/lib -lpt_linux_x86_r -L/root/openh323/lib -lh323_linux_x86_r -L/usr/lib -lpthread -ldl -lcrypto -lssl -lexpat /usr/i486-suse-linux/bin/ld: cannot find
2003 May 05
5
oh323 problem
i have tried to install oh323 but it has failed to load this module please help [chan_oh323.so]WARNING[1024]: File loader.c, Line 212 (ast_load_resource): /usr/local/lib/libh323_linux_x86_r.so.1: undefined symbol: _ZN13PASN_Sequence17PreambleDecodeXERER11PXER_Stream WARNING[1024]: File loader.c, Line 368 (load_modules): Loading module chan_oh323.so failed!
2006 Jul 25
1
Managing backtrace
I''m writing a method_missing handler to "automagically" create assertions from predicate functions. So, for example, one use might be: assert_not_include ''joes@shmoe.com'', response.to -or- assert_include ''info@mydomain.com'', response.from The code is working properly, but when I trigger an assert, the backtrace shows something like:
2005 May 16
0
Add backtrace info in win32-service
Hi all, I think it would greatly aid service debugging if we added Ruby''s backtrace information if a Service.start fails. This would be lines 1251-1255: if(NULL == hSCService){ strcpy(error,ErrorDescription(GetLastError())); CloseServiceHandle(hSCManager); rb_raise(cServiceError,error); } I''m not sure exactly how to do it, though. Or do you think it should just be
2008 Nov 21
0
Backtrace for passing specs
Hi, I''m using example.implementation_backtrace in a custom formatter to get the path of the file a passing spec belongs to. Following rspec on github I saw that implementation_backtrace is now deprecated and replaced by example.backtrace. Sadly it always returns nil for passed specs. So I had a look at the source and found that backtrace only gets assigned if line_number was set. Can
2011 Oct 11
0
Is it recommended to let Asterisk run with "backtrace options"
Hi, On some systems, I can see sometimes that Asterisk crashed before being automatically restarted (by a watch guard script). To find the root cause of this, I'm wondering if I should let asterisk run for ever with "backtrace options" DEBUG_THREADS and DONT_OPTIMIZE turned on. Which negative side effect should prevent me from doing this ? What would you suggest ? Regards
2013 May 11
0
Getting debugging symbols into the backtrace
I'm using the official wine ubuntu repository and have wine1.5 and wine1.5-dbg installed. Yet when my wine application crashes, the backtrace does not have the debugging symbols. Perhaps significant is that an error message box pops up saying "internal errors - invalid parameters received". Looking at the installed files from the wine1.5-dbg package, it seems strange. It installs
2009 Jul 03
1
ActionWebService - omit backtrace in error response
I''m using ActionWebService to expose a WebService of my application, and I would like to control the error responses sent back to the client. At very least, I would like to prevent the XML to include the backtrace. How can I do this?
2012 Apr 02
2
Backtrace on mdbox index
Hello, I current using dovecot with mdbox and on one account i get this error: doveadm(user at domain): Panic: file mail-index-sync-ext.c: line 209 (sync_ext_reorder): assertion failed: (offset < (uint16_t)-1) doveadm(user at domain): Error: Raw backtrace: /usr/lib/dovecot/libdovecot.so.0(+0x3fd8a) [0x7fae684fdd8a] -> /usr/lib/dovecot/libdovecot.so.0(default_fatal_handler+0x32)
2008 May 29
3
no backtrace in console
buggzilla maintainer tell me "there's no backtrace in console output" in comment to my newly posted bug here is the bug: http://bugs.winehq.org/show_bug.cgi?id=13450 i don't understand this and if i have something to do Thank you for explanations Vincent
2011 Mar 23
0
Passing NilClass To Create & MiniTest Backtrace Cleaner
Morning All! Some things I noticed while playing with 3.1 master last night. 1) When using the #create! method on an association and pass "nil" vs an empty hash, now fails silently with no warning or anything. It''s almost like a no-op. I did not test to see if this behavior occurred on a basic model or not. My app''s controller was setup in such a way that I would
2012 Jan 31
0
[LLVMdev] Generate backtrace info for JITed code
My app generates LLVM IR on the fly, JITs, and executes. It also has a backtrace printer installed as a signal handler, that prints a human-readable backtrace if the app crashes. Is there a succinct guide to exactly what I need to do to the LLVM IR I generate (or the calls I make to JIT) so that backtrace() and backtrace_symbols() (on Linux or OS X) can correctly print the call stack when a
2011 Jan 05
1
Making wine to close after a crash/backtrace
Hello, I'm using wine to open a Call of duty: Modern Warfare 2 server with AlterIWNet. The server runs great with low latencies in-game, but it crashes sometimes and windows error reporting windows appears, apparently blocking the proccess from quitting, but maybe wine is blocking the quit with the backtrace that shows in console, not sure. I disabled error reporting using this:
2011 Apr 25
1
Detail level of backtrace depending on the used CFLAGS
Hello, I've just noticed that I'm getting different backtraces depending on if I use the -O2 or -O0 cflags during compilation. Here is a backtrace with -O2: http://pastebin.com/bGXCJBND And here is the one with -O0: http://pastebin.com/axPZQUaD Both were produced by the same Wine version (wine-1.3.18-170-gfa2e4bb). I'm using Fedora 14 32 bits and I always use the following CFLAGS
2011 Jun 27
1
[Backtrace]Does not works for me
Hi, If you saw this topic => http://forum.winehq.org/viewtopic.php?t=12633 F.E.A.R.3 crash on startup when i launch it. This is my crash log : http://pastebin.com/38qKqEKh The problem is that i haven't got a "proper" backtrace when F.E.A.R.3.exe crash. So, i tried to get a backtrace with winedbg. Like F.E.A.R.3.exe crash very quickly, i launch these command : Code: wine