search for: ast_

Displaying 6 results from an estimated 6 matches for "ast_".

Did you mean: ast
2005 Oct 17
1
can't compile ast_*fax
...Provide the Linux initializers for MacOS X */ #define PTHREAD_MUTEX_RECURSIVE_NP PTHREAD_MUTEX_RECURSIVE #define PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP { 0x4d555458, \ { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x20 } } #endif #ifdef BSD #ifdef __GNUC__ #define AST_MUTEX_INIT_W_CONSTRUCTORS #else #define AST_MUTEX_INIT_ON_FIRST_USE #endif #endif /* BSD */ /* From now on, Asterisk REQUIRES Recursive (not error checking) mutexes and will not run without them. */ #ifdef PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP #define PTHREAD_MUTEX_INIT_VALUE PTHREAD_...
2019 Jun 17
0
[ANNOUNCE] libX11 1.6.8
...bFreeGeomOverlayKeys() XlibInt.c: include headers needed for ioctl(...FIONREAD...) on Solaris Include reallocarray.h in tarballs so "make distcheck" passes Add missing close paren to XrmGetStringDatabase synopsis in man page Albert Astals Cid (2): compose.dir: Add ast_ES.UTF-8 locale.dir: Add ast_ES.UTF-8 Jon Turney (4): Add autoconf checks for headers we include for FIONREAD Remove makekeys dependency on X headers Use EXEEXT_FOR_BUILD for makekeys Avoid using libtool wrapper for makekeys Josh Triplett (1): compose.dir.pre: G...
2003 Oct 20
3
Call Waiting on SIP phones
...} break; case INC_IN_USE: + case INC_OUT_USE: if (u->incominglimit > 0 ) { if (u->inUse >= u->incominglimit) { ast_log(LOG_ERROR, "Call from user '%s' rejected due to usage limit of %d\n", u->name, u->incominglimit); @@ -977,6 +980,7 @@ u->inUse++; ast_log(LOG_DEBUG, "Call from user '%s' is %d out of %d\ n", u->name,...
2005 Oct 04
1
Can't compile ast_rxfax with Asterisk 1.2.1b
I'm trying to get ast_rxfax and ast_txfax compiling with Asterisk 1.2.1 beta. The two ast_?xfax files don't compile: gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -fomit-frame-pointer -fPIC -D_GNU_S...
2008 Mar 19
0
[ANNOUNCE] xf86-video-ast 0.85.0
Adam Jackson (2): Fix distcheck. ast 0.85.0 Brice Goglin (1): Define AST_*_VERSION* using PACKAGE_VERSION_* Dave Airlie (1): ast: pciaccess conversion James Cloos (2): Rename .cvsignore to .gitignore Add *~ to .gitignore to skip patch/emacs droppings Paulo Cesar Pereira de Andrade (1): Compile warning fixes. Y.C. Chen (1): compiler warni...
2003 Nov 21
9
Outline For Asterisk Book - Please Review & Comment
...lications Reference [Detailed Explanation Of All "Standard" Applications] d. CLI Commands Reference [Detailed Explanation Of All CLI Commands] e. Manager Commands Reference [Detailed Explanation Of All Manager Commands/Events] f. The Asterisk C API Reference [Some Detail On The ast_ functions]