search for: app_rcfax

Displaying 1 result from an estimated 1 matches for "app_rcfax".

Did you mean: app_fax
2004 Apr 29
2
spandsp compile error: PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP' undeclared here
...sterisk related, so it looks like the problem might lie elsewhere. I've also read through the source code, tracing the header files and such, and as far as I can work out it should be working. Mind you, I haven't done any C coding for about 6 years so I'm a little rusty. Line 45 of app_rcfax.c is "LOCAL_USER_DECL;", which is defined in /usr/include/asterisk/module.h. It includes AST_MUTEX_INITIALIZER, which is defined in /usr/include/asterisk/lock.h. The definition there includes PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP which is defined as a constant in /usr/include/pthread...