summaryrefslogtreecommitdiff
path: root/include/asterisk
AgeCommit message (Expand)Author
2005-08-22add preliminary support for SIP timers (issue #4359)Kevin P. Fleming
2005-08-22add a LOG_DTMF logging channel and send all bridged DTMF events out that chan...Kevin P. Fleming
2005-08-22support new format for musiconhold.conf (issue #4908)Kevin P. Fleming
2005-08-22add 'restart' character to ast_control_playback function and ControlPlayback(...Kevin P. Fleming
2005-08-09Centralize and fix tos for IAX (bug #4850 inspired)Mark Spencer
2005-08-09eliminate compiler warnings when DEBUG_THREADS is enabledKevin P. Fleming
2005-08-09bridging code cleanups:Kevin P. Fleming
2005-08-08more pointer signedness fixes for gcc4 warningsRussell Bryant
2005-08-08Merge steve's busy detect stuff (bug #4830)Mark Spencer
2005-08-07more fixes for gcc4 warningsRussell Bryant
2005-08-04ensure that strings.h has va_list defined (bug #4900)Russell Bryant
2005-08-03Fix timestamp issue with features (bug #4760 with mods)Mark Spencer
2005-07-26correct commentKevin P. Fleming
2005-07-26add a global option to disable priority jumping in applications (when they ge...Kevin P. Fleming
2005-07-25use CDR API calls instead of re-implementing them (bug #4726)Kevin P. Fleming
2005-07-25more extensive documentation (bug #4444)Kevin P. Fleming
2005-07-25formatting cleanups (bug #4782)Kevin P. Fleming
2005-07-20put ast_recvchar under its desc, add desc for ast_senddigit, don't use aRussell Bryant
2005-07-20add slinfactory object, and change app_chanspy to use it (bug #4724)Kevin P. Fleming
2005-07-20add English device state output (bug #4733, with minor mod)Kevin P. Fleming
2005-07-20move strtoq into new string files (bug #4740)Kevin P. Fleming
2005-07-19restore proper difference calculation (bug #4746)Kevin P. Fleming
2005-07-19split acl and netsock code into separate files, in preparation for new netsoc...Kevin P. Fleming
2005-07-19let the compiler learn the types for the elements of a struct timeval to fixRussell Bryant
2005-07-19fix negative timestamp issueRussell Bryant
2005-07-15Allow manager originate to specifiy more than one variable to be set.Russell Bryant
2005-07-15add a library of timeval manipulation functions, and change a large number of...Kevin P. Fleming
2005-07-15phase two of string portability stuff:Kevin P. Fleming
2005-07-15first phase of proper fix for portable string function problems (bug #4669)Kevin P. Fleming
2005-07-13fix up lock breakage from bug #4245Kevin P. Fleming
2005-07-12add support for multiple-digit extensions in queue exit contexts (bug #4690)Kevin P. Fleming
2005-07-12convert ast_copy_string to use AST_INLINE_API macro (bug #4682)Russell Bryant
2005-07-12allow explicit source address/port selection for peers (bug #4257, with minor...Kevin P. Fleming
2005-07-12add 'exit context' and 'only stop on match' options to Background app (bug #4...Kevin P. Fleming
2005-07-11simplify (and document!) macro for inlinable API functions (inspired by bug #...Kevin P. Fleming
2005-07-11reverse arguments to ast_tvdiff_ms, so they match the 'raw' math being used b...Kevin P. Fleming
2005-07-10define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSIONRussell Bryant
2005-07-08add the new files for the last commit :-)Kevin P. Fleming
2005-07-08queue device state changes and handle them serially in a background threadKevin P. Fleming
2005-07-05add function to convert a cause code to a stringRussell Bryant
2005-06-28UK discconnect tone detection support. Need to enable callprogress inMatthew Fredrickson
2005-06-24add new header filesKevin P. Fleming
2005-06-24split up string/time functions into separate header filesKevin P. Fleming
2005-06-24don't use locks when reading usecounts (reading only, not writing)Kevin P. Fleming
2005-06-23make inlinable functions only need the function body in one file, and respond...Kevin P. Fleming
2005-06-23Fix debugging to not print warningsMark Spencer
2005-06-21add AGI 'RECEIVE TEXT' command (bug #4525)Kevin P. Fleming
2005-06-18Fix up utils nonsenseMark Spencer
2005-06-17string/whitespace handling cleanups (bug #4449, with mods)Kevin P. Fleming
2005-06-14don't use pthread_mutex_lockKevin P. Fleming