summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2006-05-22 This is part 2/2 of the patches for #7090. Adds one-step call parking to /tr...BJ Weschke
2006-05-20Add support for logging CDR recrods to a radius server (issue #6639, phsultan)Russell Bryant
2006-05-19As requested by kpfleming, renaming messagecount to inboxcount and messagecou...Tilghman Lesher
2006-05-18Bug 7167 - Fix VMCOUNT if using USE_ODBC_STORAGE (different fix for trunk tha...Tilghman Lesher
2006-05-16mark RTP sessions that are not carrying DTMFKevin P. Fleming
2006-05-16Add option for enabling and disabling echo cancellationMatthew Fredrickson
2006-05-13simplify conference user list handlingRussell Bryant
2006-05-11set correct type for lock initializersLuigi Rizzo
2006-05-11 - The recent change to linklists.h broke the build on linux for some reason.Russell Bryant
2006-05-11properly initialize non-static locks.Luigi Rizzo
2006-05-11Go ahead and merge STUN mods for RTP in preparation for some STUN Mark Spencer
2006-05-11change the CFLAGS controlled by menuselect to be placed in a header fileRussell Bryant
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().Russell Bryant
2006-05-10ensure that control frames with payload can be sent to channel drivers via ->...Kevin P. Fleming
2006-05-10Allow media to go directly between IAX endpoints while signalling still Mark Spencer
2006-05-09various doxygen fixesKevin P. Fleming
2006-05-09Formatting fixOlle Johansson
2006-05-09Make sure that we don't accept an answer on an inbound call and don't permit ...Mark Spencer
2006-05-09use an enum for control frame typesKevin P. Fleming
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