search for: ast_pthread_cr

Displaying 15 results from an estimated 15 matches for "ast_pthread_cr".

2004 Aug 25
1
chan_oh323: __use_ast_pthread_create_instead__ (was: chan_oh323 loading error)
Hi, > chan_oh323.so: undefined > symbol: __use_ast_pthread_create_instead__ is not a bug, it's a hint: use "ast_pthread_create" instead [what your were using] and means: replace in asterisk-oh/asterisk-driver/chan_oh323.c at line 3764 "pthread_create" by "ast_pthread_create" Roger.
2005 Sep 15
5
Asterisk don't start
Asterisk don't running, because show this message WARNING[6949]: chan_sip.c:8865 reload_config: Section 'authentication' lacks type WARNING[6949]: chan_iax2.c:7491 load_module: Unable to open IAX timing interface: No such file or directory WARNING[6949]: chan_skinny.c:2587 reload_config: Unable to get our IP address, Skinny disabled WARNING[6949]: chan_oss.c:239 sound_thread: Read
2005 Jul 26
1
What does pbx-wilcalu.so do and why does it keep crashing my * box?
...wever, it won't start up. Investigation of my log files produces this; Jul 26 22:59:18 VERBOSE[31473] logger.c: [pbx_wilcalu.so] Jul 26 22:59:18 VERBOSE[31473] logger.c: [pbx_wilcalu.so] Jul 26 22:59:18 WARNING[31473] loader.c: /usr/lib/asterisk/modules/pbx_wilcalu.so: undefined symbol: ast_pthread_create Jul 26 22:59:18 WARNING[31473] loader.c: Loading module pbx_wilcalu.so failed! If I "noload" the module in modules.conf it all runs fine. Mark -- Mark, G7LTT/KC2ENI Randolph, NJ http://www.g7ltt.com
2006 Jun 11
1
asterisk-1.2.9.1
hi ! i have installed asterisk-1.2.9.1 but am unable to run it i am getting this error "[pbx_wilcalu.so]Jun 11 16:43:00 WARNING[8968]: loader.c:325 __load_resource: /usr/lib/asterisk/modules/pbx_wilcalu.so: undefined symbol: ast_pthread_create Jun 11 16:43:00 WARNING[8968]: loader.c:554 load_modules: Loading module pbx_wilcalu.so failed!" can anyone help me i have redhat linux enterprise zaptel version 1.2.6 libpri version 1.2.3 what am i missing here? -------------- next part -------------- An HTML attachment was scrubbed......
2004 Oct 01
1
chan_sccp error
Hello folks, I'm trying to install chan_sccp and get this error [chan_sccp.so]Oct 2 00:28:06 WARNING[-151090528]: loader.c:248 ast_load_resource: /usr/lib/asterisk/modules/chan_sccp.so: undefined symbol: __use_ast_pthread_create_instead__ Oct 2 00:28:06 WARNING[-151090528]: loader.c:429 load_modules: Loading module chan_sccp.so failed! After this, mpg123 goes crazy and shoots my processor up to 100%. What can I do to fix this? I've got * version 1.01, zaptel 1.0, and RedHat FC2.
2004 Nov 20
1
ANY DEVELOPERS HERE? "warning: implicit declaration of function `__use_ast_pthread_create_instead__"
I have been running a version of Asterisk that is 4-5 months old. When trying to upgrade to 1.0.2, I get several compile warnings such as: chan_zap.c:3515: warning: implicit declaration of function `__use_ast_pthread_create_instead__' The channel modules will not load with the error: undefined symbol: __use_ast_pthread_create_instead__ I have removed the modules before compiling, make clean, make install, reinstalled them, did the modprobe stuff, etc. Do I have some type of missing library or function that is...
2004 Dec 07
1
chan_capi 0.3.5 does not compile
...-Wno-missing-declarations -DCRYPTO -c -o chan_capi.o chan_capi.c chan_capi.c:23: asterisk/features.h: No such file or directory chan_capi.c:24: asterisk/utils.h: No such file or directory chan_capi.c: In function `restart_monitor': chan_capi.c:2278: warning: implicit declaration of function `ast_pthread_create' make: *** [chan_capi.o] Error 1 I am using debian stable, kernel 2.4.28 greetings Milos -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20041207/15feaa3b/attachment.htm
2005 Mar 07
0
CVS compile error utils.c
Hi.. I get the following error when compiling the lastest CVS utils.c:405: undefined reference to `__use_ast_pthread_create_instead__' due to the fact I dont know c I thought what the heck and took a look at line 405 return pthread_create(thread, attr, start_routine, data); and changed it to ast_pthread_create(thread, attr, start_routine, data); and it compiled............but when running asterisk it giv...
2005 Mar 12
2
SIP monitor thread is hanged up on a uClinux embeded linux system
I met a strange SIP problem recently. In an ordinary procedure, when asterisk loads sip module, a series of functions are called sequentially: load_module()->restart_monitor()->ast_pthread_create()->pthread_create()->do_monitor() However in my system, pthread_create() failed to create a child thread to execute do_monitor(), (though pthread_create() returns a successful signal to asterisk.) Therefore my sip monitor can't monitor the incoming network flow and it results that...
2005 Jan 24
2
asterisk starting problem
...e' (Standard Linux Telephony API Driver) Jan 24 12:25:01 WARNING[1625]: chan_oss.c:241 sound_thread: Read error on sound device: Resource temporarily unavailable [chan_h323.so]Jan 24 12:25:01 WARNING[1625]: loader.c:302 __load_resource: /usr/lib/asterisk/modules/chan_h323.so: undefined symbol: ast_pthread_create Jan 24 12:25:01 WARNING[1625]: loader.c:510 load_modules: Loading module chan_h323.so failed! Note that I'm running Asterisk on my own laptop without any boards. I'm running Gnu\Linux with Debain Sarge distro. Before I installed Asterisk using apt-get install asterisk...
2004 Aug 22
5
skinny or sccp?
Hi, please tell me, is original skinny support in Asterisk stil under development or is better to try chan_sccp from http://chan-sccp.sourceforge.net ? my first try was unsuccessfull (chan_sccp compile OK, but module loading fail during Asterisk startup) and my phone (C7940) seems to be not supported in original chan_skinny :( PJ
2004 Sep 20
1
can't compile chan_capi 0.3.5 under SuSE 9.0
...d (first use in this function) chan_capi.c:2064: error: `pipelock' undeclared (first use in this function) chan_capi.c: In function `restart_monitor': chan_capi.c:2267: error: `monlock' undeclared (first use in this function) chan_capi.c:2278: warning: implicit declaration of function `ast_pthread_create' chan_capi.c: In function `capi_info': chan_capi.c:2527: error: `contrlock' undeclared (first use in this function) chan_capi.c: In function `load_module': chan_capi.c:2607: error: `iflock' undeclared (first use in this function) chan_capi.c: In function `usecount': chan...
2004 Aug 23
3
Cisco 7960G, Skinny.conf, and reboots
I could use some skinny/Cisco help here. Was finally able to get the phone registered to * but whenever someone tries to call that phone it freezes and reboots itself. Same thing happens when you pick the handset up off the 7960G; it locks and reboots about 5 sec later. Here is what * shows when I plug the phone in: -- Starting Skinny session from 64.72.107.1 Device SEP000F3442E4A7 is
2004 Aug 16
3
Problems compiling chan_capi-0.3.5
...ed (first use in this function) chan_capi.c:2064: error: `pipelock' undeclared (first use in this function) chan_capi.c: In function `restart_monitor': chan_capi.c:2267: error: `monlock' undeclared (first use in this function) chan_capi.c:2278: warning: implicit declaration of function `ast_pthread_create' chan_capi.c: In function `capi_info': chan_capi.c:2527: error: `contrlock' undeclared (first use in this function) chan_capi.c: In function `load_module': chan_capi.c:2607: error: `iflock' undeclared (first use in this function) chan_capi.c: In function `usecount': chan...
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