summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-08-25add madplay example for Solaris users (issue #4929)Kevin P. Fleming
2005-08-25ensure Asterisk won't segfault during re-registration (issue #5011)Kevin P. Fleming
2005-08-25clean up rtcaching config options (issue #4075)Kevin P. Fleming
2005-08-25add documentation of new parameters to sample config file (issue #5021)Kevin P. Fleming
2005-08-25handle INVITEs that are asking for authentication that we cannot supply more ...Kevin P. Fleming
2005-08-25make some messages show up only under debugging and other minor cleanups (iss...Kevin P. Fleming
2005-08-25fix 'sip debug' vs. reload properlyKevin P. Fleming
2005-08-24clean up code, fix a few bugsKevin 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-24fix build for OpenBSD (bug #5019)Russell Bryant
2005-08-24protocol upgradesKevin P. Fleming
2005-08-23handle whitepace around expressionKevin P. Fleming
2005-08-23don't reset sipdebug to zero during reload (issue #5000)Kevin P. Fleming
2005-08-23make the warning message be LOG_WARNING (issue #4960)Kevin P. Fleming
2005-08-23ensure buffer is adequately sized for frames with lots of elements (issue #4974)Kevin P. Fleming
2005-08-23allow more adjustability in peer qualification system (issue #4192 with mods)Kevin P. Fleming
2005-08-23add counter to 'show formats' (issue #5001)Kevin P. Fleming
2005-08-23add count to 'show keys' (issue #5002)Kevin P. Fleming
2005-08-23fix build on FreeBSD (issue #5003)Kevin P. Fleming
2005-08-23formatting fixes and compile fix for FreeBSD (issue #5004)Kevin P. Fleming
2005-08-23fix buglets in new authentication code (issue #4860)Kevin P. Fleming
2005-08-23make MALLOC_DEBUG build work properly (issue #4970 with additional changes)Kevin P. Fleming
2005-08-23show global vmexten in 'sip show settings' (issue #5005)Kevin P. Fleming
2005-08-23ensure that features are not duplicated during reload (issue #3764, take two)Kevin P. Fleming
2005-08-23add indications for es (bug #4939)Russell Bryant
2005-08-23don't require 'make samples' to require code to be built (issue #4997)Kevin P. Fleming
2005-08-23add ability to map feature sequences to applications (issue #3764)Kevin P. Fleming
2005-08-23do expensive 'next message number' calculation before playing sounds (issue #...Kevin P. Fleming
2005-08-23use memmove() when memory regions might overlap (issue #4957)Kevin P. Fleming
2005-08-23handle on-/off-hold properly with RTP reinvited streams (issue #3974)Kevin P. Fleming
2005-08-23add 'sip show settings' CLI command (issue #4806)Kevin P. Fleming
2005-08-23don't try to change run priority, EUID or EGID on restart if they were alread...Kevin P. Fleming
2005-08-23make sure realtime/high scheduling priority is relinquished before executing ...Kevin P. Fleming
2005-08-23reverse commit due to lack of disclaimerKevin P. Fleming
2005-08-23make Record() properly timeout even if no input is received from the channel ...Kevin P. Fleming
2005-08-23support configurable Message-Account value in NOTIFY messages (issue #4801)Kevin P. Fleming
2005-08-22make SIGURG handler message more obvious (issue #4878)Kevin P. Fleming
2005-08-22allow custom dialplan functions to be called from AGI (issue #4855)Kevin P. Fleming
2005-08-22add preliminary support for SIP timers (issue #4359)Kevin P. Fleming
2005-08-22make pager messages configurable (issue #4829)Kevin P. Fleming
2005-08-22add CONTROL STREAM FILE AGI command (issue #4738)Kevin P. Fleming
2005-08-22add text status variable output to SendText() application (issue #4808)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-22add SIPCHANINFO function to retrieve information about the current connected ...Kevin P. Fleming
2005-08-22add file to ignore listKevin P. Fleming
2005-08-22add status output to Transfer() application (issue #4810, with mods)Kevin P. Fleming
2005-08-22handle BYE instead of CANCEL from callers (issue #4994)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