aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2005-06-28UK discconnect tone detection support. Need to enable callprogress inmattf1-0/+1
2005-06-24add new header fileskpfleming3-0/+280
2005-06-24split up string/time functions into separate header fileskpfleming4-241/+5
2005-06-24don't use locks when reading usecounts (reading only, not writing)kpfleming1-2/+0
2005-06-23make inlinable functions only need the function body in one file, and respond...kpfleming1-9/+45
2005-06-23Fix debugging to not print warningsmarkster1-14/+14
2005-06-21add AGI 'RECEIVE TEXT' command (bug #4525)kpfleming1-0/+9
2005-06-18Fix up utils nonsensemarkster1-0/+49
2005-06-17string/whitespace handling cleanups (bug #4449, with mods)kpfleming1-0/+21
2005-06-14don't use pthread_mutex_lockkpfleming1-1/+0
2005-06-09move timeval-diff function into utils.h from app_alarmreceiver.ckpfleming1-0/+13
2005-06-07header ordering fixes for FreeBSD (pending a global merge into asterisk.h) (b...kpfleming1-0/+1