aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell1-6/+1
2006-05-10ensure that control frames with payload can be sent to channel drivers via ->...kpfleming1-1/+11
2006-05-10Allow media to go directly between IAX endpoints while signalling still markster1-0/+8
2006-05-09various doxygen fixeskpfleming5-23/+30
2006-05-09Formatting fixoej1-2/+2
2006-05-09Make sure that we don't accept an answer on an inbound call and don't permit ...markster1-0/+1
2006-05-09use an enum for control frame typeskpfleming2-39/+41
2006-05-09Make SIP early media work more efficiently without so many reinvitesmarkster1-2/+5
2006-05-09remove API function that was added and never usedkpfleming1-3/+0
2006-05-08on mac, QUAD_MIN and QUAD_MAX are already defined, so this causes a bunchrussell1-2/+2
2006-05-08commit the proper configure scriptkpfleming1-0/+6
2006-05-08silly people that don't want to install/run autoconf :-)kpfleming1-0/+555
2006-05-08 use pid_t instead of long for pid variables. #7099 (casper)bweschke1-1/+1
2006-05-08 - convert the lists of switches to use the linked list macrosrussell1-1/+2
2006-05-08remove an XXX commentrussell1-1/+8
2006-05-05move ast_carefulwrite from manager.c to utils.c so that cli.c andrussell2-2/+11
2006-05-05 Fix 4 bugs in voicemail. #7064 ( supczinskib and jcollie ) bweschke1-0/+2
2006-05-05constify the argument to pbx_checkconditionrussell1-1/+1
2006-05-03document that ast_cdr_answer is happy with a NULL argumentrizzo1-0/+1
2006-05-02- fix typo in rtp.c, devicestate.hoej1-1/+1
2006-05-01- convert the list of dialplan function to the list macrosrussell1-1/+1
2006-04-30add a command-line flag and option to force forking, even with -v or -dkpfleming1-3/+6
2006-04-30remove T38_SUPPORT define that is no longer neededkpfleming1-4/+0
2006-04-26include/asterisk/ael_structs.h:rizzo1-3/+11
2006-04-26add the missing prototype for the included asprintfrussell1-0/+4
2006-04-26another Solaris compatability fix - this makes sure u_int64_t is definedrussell1-0/+1
2006-04-24Merge Steve Murphy's (murf) complete re-implementation of AEL, which is now n...kpfleming1-0/+178
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming3-27/+16
2006-04-22Added "Operator Services" connection mode for Zap channels, and the 'O' optionjdixon1-0/+8
2006-04-21move wait_and_stream to ast_wait_and_stream() because equivalentrizzo1-0/+8
2006-04-21- use symbolic constants and macros to play with the debug flagrizzo1-1/+5
2006-04-20comment that for callerid field, NULL and "" should be consideredrizzo1-23/+16
2006-04-19add the malloc attribute to the memory allocation wrappersrussell1-5/+5
2006-04-19move to a different file (channel.c for the time being) therizzo1-9/+31
2006-04-18correct array index calculation (thanks mtaht3!)kpfleming1-2/+4
2006-04-18update res_odbc to support pooled connectionsrussell1-23/+57
2006-04-17add an API so that the number of steps required for a translation path can be...kpfleming1-5/+13
2006-04-16- Fixes to ast_channel_lock functionsoej1-1/+1
2006-04-15We are shaking up trunk tonight! allow data dir to be specified (issue #6967 ...file1-0/+1
2006-04-15More ast_channel_lock fixesoej1-3/+17
2006-04-15New functions for locking a channel - these simplify debuggingoej1-0/+12
2006-04-14constification and code simplificationsrizzo1-1/+1
2006-04-14constify a couple of function argumentsrizzo1-5/+4
2006-04-14This rather large commit changes the way modules are loaded. rizzo4-253/+91
2006-04-14temporarily revert the way mutex are initialized on BSD systems.rizzo1-1/+1
2006-04-13Updates to speech recognition API and dialplan utilities. Moved to using dial...file1-1/+6
2006-04-12simplify macro usagekpfleming1-10/+9
2006-04-12make sure uint64_t is available on macrussell1-0/+4
2006-04-12add 'show threads' and 'show profile' commands.rizzo4-3/+78
2006-04-11fix various bugs in the DEBUG_THREADS code including:rizzo1-4/+4