aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2005-08-25doc updates and copyright header cleanup (issue #5026)kpfleming1-4/+22
2005-08-25doc updates and copyright header cleanup (issue #5027)kpfleming1-19/+27
2005-08-25minor doc fixes and copyright header cleanup (issue #5029 with mods)kpfleming1-8/+10
2005-08-24clear out memory allocated by LOCAL_USER_ADD/LOCAL_USER_ACF_ADDkpfleming1-2/+2
2005-08-24make AST_LIST_REMOVE_HEAD safer to usekpfleming1-4/+5
2005-08-23add ability to map feature sequences to applications (issue #3764)kpfleming2-0/+34
2005-08-23add 'sip show settings' CLI command (issue #4806)kpfleming1-0/+6
2005-08-23make sure realtime/high scheduling priority is relinquished before executing ...kpfleming1-0/+2
2005-08-22add preliminary support for SIP timers (issue #4359)kpfleming1-0/+17
2005-08-22add a LOG_DTMF logging channel and send all bridged DTMF events out that chan...kpfleming1-0/+6
2005-08-22support new format for musiconhold.conf (issue #4908)kpfleming1-0/+3
2005-08-22add 'restart' character to ast_control_playback function and ControlPlayback(...kpfleming1-2/+2
2005-08-09Centralize and fix tos for IAX (bug #4850 inspired)markster1-0/+1
2005-08-09eliminate compiler warnings when DEBUG_THREADS is enabledkpfleming1-1/+17
2005-08-09bridging code cleanups:kpfleming1-2/+9
2005-08-08more pointer signedness fixes for gcc4 warningsrussell1-2/+2
2005-08-08Merge steve's busy detect stuff (bug #4830)markster1-0/+3
2005-08-07more fixes for gcc4 warningsrussell1-1/+1
2005-08-04ensure that strings.h has va_list defined (bug #4900)russell1-0/+1
2005-08-03Fix timestamp issue with features (bug #4760 with mods)markster1-0/+2
2005-07-26correct commentkpfleming1-1/+1
2005-07-26add a global option to disable priority jumping in applications (when they ge...kpfleming1-0/+1
2005-07-25process asterisk.conf in a single pass, instead of twice (bug #4689)kpfleming1-0/+4
2005-07-25use CDR API calls instead of re-implementing them (bug #4726)kpfleming1-0/+6
2005-07-25more extensive documentation (bug #4444)kpfleming1-69/+235
2005-07-25formatting cleanups (bug #4782)kpfleming1-0/+7
2005-07-20put ast_recvchar under its desc, add desc for ast_senddigit, don't use arussell1-2/+8
2005-07-20add slinfactory object, and change app_chanspy to use it (bug #4724)kpfleming1-0/+47
2005-07-20add English device state output (bug #4733, with minor mod)kpfleming1-0/+4
2005-07-20move strtoq into new string files (bug #4740)kpfleming2-2/+11
2005-07-19restore proper difference calculation (bug #4746)kpfleming1-1/+7
2005-07-19split acl and netsock code into separate files, in preparation for new netsoc...kpfleming3-28/+69
2005-07-19let the compiler learn the types for the elements of a struct timeval to fixrussell1-1/+8
2005-07-19fix negative timestamp issuerussell1-2/+2
2005-07-15Allow manager originate to specifiy more than one variable to be set.russell3-6/+19
2005-07-15add a library of timeval manipulation functions, and change a large number of...kpfleming2-3/+99
2005-07-15phase two of string portability stuff:kpfleming1-8/+26
2005-07-15first phase of proper fix for portable string function problems (bug #4669)kpfleming1-3/+7
2005-07-13fix up lock breakage from bug #4245kpfleming1-2/+13
2005-07-12add support for multiple-digit extensions in queue exit contexts (bug #4690)kpfleming1-0/+15
2005-07-12convert ast_copy_string to use AST_INLINE_API macro (bug #4682)russell1-7/+3
2005-07-12allow explicit source address/port selection for peers (bug #4257, with minor...kpfleming1-0/+2
2005-07-12add 'exit context' and 'only stop on match' options to Background app (bug #4...kpfleming1-0/+10
2005-07-11simplify (and document!) macro for inlinable API functions (inspired by bug #...kpfleming4-38/+75
2005-07-11reverse arguments to ast_tvdiff_ms, so they match the 'raw' math being used b...kpfleming1-4/+4
2005-07-10define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSIONrussell1-8/+9
2005-07-08add the new files for the last commit :-)kpfleming1-0/+82
2005-07-08queue device state changes and handle them serially in a background threadkpfleming3-59/+15
2005-07-05add support for 'early loading' modules, so that nearly all configuration fil...kpfleming1-1/+1
2005-07-05add function to convert a cause code to a stringrussell1-1/+10