summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2005-09-09allow users of RTP to know when the peer endpoint is (apparently) behind a NATKevin P. Fleming
2005-09-09Make lock logging reentrant when DEBUG_THREADS enabledMark Spencer
2005-09-08add frame type for T.38, remove some unused stuffKevin P. Fleming
2005-09-08oops :-)Kevin P. Fleming
2005-09-08first set of Cygwin portability stuff (issue #4678)Kevin P. Fleming
2005-09-07eliminate signedness warnings (issue #5129)Kevin P. Fleming
2005-09-07add new channel option (via ast_channel_setoption()) to let channel drivers a...Kevin P. Fleming
2005-09-01eliminate old chan->pvt field, and fix bug in generic bridge to watch chan->t...Kevin P. Fleming
2005-09-01eliminate spurious warningsKevin P. Fleming
2005-08-31make DEBUG_THREADS have more visible loggingKevin P. Fleming
2005-08-30major header file cleanup: license, copyrights, descriptions, markers, etc.Kevin P. Fleming
2005-08-30Add SIP video fixesMark Spencer
2005-08-29massive upgrade to SUBSCRIBE, device state and messaging support (issue #3644)Kevin P. Fleming
2005-08-29encode/decode URIs in 'pedantic' mode (issue #3923)Kevin P. Fleming
2005-08-29don't make expression evaluator allocate a memory buffer for each resultKevin P. Fleming
2005-08-27preserve hint watchers and laststate across 'extensions reload' (issue #2522)Kevin P. Fleming
2005-08-25doc updates and copyright header cleanup (issue #5026)Kevin P. Fleming
2005-08-25doc updates and copyright header cleanup (issue #5027)Kevin P. Fleming
2005-08-25minor doc fixes and copyright header cleanup (issue #5029 with mods)Kevin P. Fleming
2005-08-24clear out memory allocated by LOCAL_USER_ADD/LOCAL_USER_ACF_ADDKevin P. Fleming
2005-08-24make AST_LIST_REMOVE_HEAD safer to useKevin P. Fleming
2005-08-23add ability to map feature sequences to applications (issue #3764)Kevin P. Fleming
2005-08-23add 'sip show settings' CLI command (issue #4806)Kevin P. Fleming
2005-08-23make sure realtime/high scheduling priority is relinquished before executing ...Kevin P. Fleming
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-25process asterisk.conf in a single pass, instead of twice (bug #4689)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