summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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 support for 'early loading' modules, so that nearly all configuration fil...Kevin 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
2005-06-09move timeval-diff function into utils.h from app_alarmreceiver.cKevin P. Fleming
2005-06-07header ordering fixes for FreeBSD (pending a global merge into asterisk.h) (b...Kevin P. Fleming
2005-06-07fix version-string builds for non-gcc compilersKevin P. Fleming
2005-06-07add note about exampleKevin P. Fleming
2005-06-07add doxygen docs for file version stuffKevin P. Fleming
2005-06-06more file version tagsKevin P. Fleming
2005-06-06remove experimental module version tagsKevin P. Fleming
2005-06-06add support for per-module version numbersKevin P. Fleming
2005-06-06update ignore listsKevin P. Fleming
2005-06-06major Makefile and build process improvements, including removal of all hardc...Kevin P. Fleming
2005-06-06more efficient (and understandable) ast_channel_walk_locked, and vastly more ...Kevin P. Fleming
2005-06-05make ast_waitstream_* return value compatible with platforms that use unsigne...Kevin P. Fleming
2005-06-03support configurable batch posting of CDRs (off by default) (bug #3883)Kevin P. Fleming
2005-05-30Fix cdr.h ordering issue (bug #4401)Mark Spencer
2005-05-25Use defined AST_MAX_ACCOUNT_CODE (bug #4350)Mark Spencer
2005-05-20make IF dialplan function handle quoted strings properly (bug #4322, with API...Kevin P. Fleming
2005-05-19add 'dontwarn' option to asterisk.conf to appease the whining masses :p (bug ...Russell Bryant
2005-05-18Add optional call limitMark Spencer
2005-05-15add ast_build_string library function (from bug #3644)Kevin P. Fleming
2005-05-15code formatting and comments, plus minor device state fix (bug #4171)Kevin P. Fleming
2005-05-15add functions to register/unregister multiple CLI commands in a single operat...Kevin P. Fleming
2005-05-15various fixes:Kevin P. Fleming
2005-05-14Add remainder of rtp fixes, iax2 patch (bug #3961)Mark Spencer
2005-05-14minor fix for refcount/flags to be unsignedKevin P. Fleming
2005-05-12fixes for the new jitter buffer (bug #4249)Russell Bryant
2005-05-07fix header descriptionRussell Bryant
2005-05-05expose function execution routines and warn about trying to set a read-only c...Anthony Minessale II
2005-05-05major re-work of dialplan functions, including:Kevin P. Fleming
2005-05-04Fix minor doc issue (bug #4145)Mark Spencer
2005-05-04add doxygen docs for astobj.h (bug #4145, with minor mods)Kevin P. Fleming
2005-05-04remove hardcoded CDR() support from pbx_builtin_setvar_helper in favor of alr...Kevin P. Fleming
2005-05-04re-implement ast_separate_app_args with clearer code and in a way that doesn'...Kevin P. Fleming
2005-05-03correct documentation for ast_sched_add (bug #4136)Kevin P. Fleming
2005-05-02add experimental ast_copy_string() function to be used in place of strncpy() ...Kevin P. Fleming
2005-05-01add direct object unlink macro to ASTOBJ apiKevin P. Fleming
2005-04-29make 'goto' APIs aware of auto-processing loops, so they know exactly when to...Kevin P. Fleming