summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2006-05-09Make SIP early media work more efficiently without so many reinvitesMark Spencer
2006-05-09remove API function that was added and never usedKevin P. Fleming
2006-05-08on mac, QUAD_MIN and QUAD_MAX are already defined, so this causes a bunchRussell Bryant
2006-05-08commit the proper configure scriptKevin P. Fleming
2006-05-08silly people that don't want to install/run autoconf :-)Kevin P. Fleming
2006-05-08 use pid_t instead of long for pid variables. #7099 (casper)BJ Weschke
2006-05-08 - convert the lists of switches to use the linked list macrosRussell Bryant
2006-05-08remove an XXX commentRussell Bryant
2006-05-05move ast_carefulwrite from manager.c to utils.c so that cli.c andRussell Bryant
2006-05-05 Fix 4 bugs in voicemail. #7064 ( supczinskib and jcollie ) BJ Weschke
2006-05-05constify the argument to pbx_checkconditionRussell Bryant
2006-05-03document that ast_cdr_answer is happy with a NULL argumentLuigi Rizzo
2006-05-02- fix typo in rtp.c, devicestate.hOlle Johansson
2006-05-01- convert the list of dialplan function to the list macrosRussell Bryant
2006-04-30add a command-line flag and option to force forking, even with -v or -dKevin P. Fleming
2006-04-30remove T38_SUPPORT define that is no longer neededKevin P. Fleming
2006-04-26include/asterisk/ael_structs.h:Luigi Rizzo
2006-04-26add the missing prototype for the included asprintfRussell Bryant
2006-04-26another Solaris compatability fix - this makes sure u_int64_t is definedRussell Bryant
2006-04-24Merge Steve Murphy's (murf) complete re-implementation of AEL, which is now n...Kevin P. Fleming
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming
2006-04-22Added "Operator Services" connection mode for Zap channels, and the 'O' optionJim Dixon
2006-04-21move wait_and_stream to ast_wait_and_stream() because equivalentLuigi Rizzo
2006-04-21- use symbolic constants and macros to play with the debug flagLuigi Rizzo
2006-04-20comment that for callerid field, NULL and "" should be consideredLuigi Rizzo
2006-04-19add the malloc attribute to the memory allocation wrappersRussell Bryant
2006-04-19move to a different file (channel.c for the time being) theLuigi Rizzo
2006-04-18correct array index calculation (thanks mtaht3!)Kevin P. Fleming
2006-04-18update res_odbc to support pooled connectionsRussell Bryant
2006-04-17add an API so that the number of steps required for a translation path can be...Kevin P. Fleming
2006-04-16- Fixes to ast_channel_lock functionsOlle Johansson
2006-04-15We are shaking up trunk tonight! allow data dir to be specified (issue #6967 ...Joshua Colp
2006-04-15More ast_channel_lock fixesOlle Johansson
2006-04-15New functions for locking a channel - these simplify debuggingOlle Johansson
2006-04-14constification and code simplificationsLuigi Rizzo
2006-04-14constify a couple of function argumentsLuigi Rizzo
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-14temporarily revert the way mutex are initialized on BSD systems.Luigi Rizzo
2006-04-13Updates to speech recognition API and dialplan utilities. Moved to using dial...Joshua Colp
2006-04-12simplify macro usageKevin P. Fleming
2006-04-12make sure uint64_t is available on macRussell Bryant
2006-04-12add 'show threads' and 'show profile' commands.Luigi Rizzo
2006-04-11fix various bugs in the DEBUG_THREADS code including:Luigi Rizzo
2006-04-11Merged revisions 19303 via svnmerge from Joshua Colp
2006-04-11remove an unused functionLuigi Rizzo
2006-04-11as discussed with kevin, moveLuigi Rizzo
2006-04-11Add new documentation files to index file 00README.1st and to doxygenOlle Johansson
2006-04-11Data stores do not need a lock. As well change the way they are removed from ...Joshua Colp
2006-04-10Presenting a revised data stores and oh my, a generic speech recognition API!...Joshua Colp
2006-04-10Bug 6829 - asprintf for SolarisTilghman Lesher