aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-12-26cast time_t to an int in printf/scanf (issue #5635)russell12-42/+44
2005-12-23Bug 6051 - VMCOUNT should work as documented and count all, not quit after fi...tilghman1-1/+0
2005-12-23add license reference to copyright notice displayed when CLI session beginskpfleming1-4/+84
2005-12-23 Another app documentation tweak.bweschke1-1/+1
2005-12-22Bug 6050 SQL requires the use of single ticks to delimit values, not quotestilghman1-3/+3
2005-12-22revert changes to videosupport to allow per-peer setting, since it isn't quiterussell2-16/+10
2005-12-22remove stray unlock (issue #5955)russell1-1/+0
2005-12-21Actually put in the per-peer settings for sip video, as they didn't make it i...twisted1-10/+15
2005-12-21Allow a chan_alsa that failed to open sound devices to be unloaded.tilghman1-2/+4
2005-12-21Bug #6040 - Documentation correctionbweschke1-1/+1
2005-12-21Bug 5777 - Remove parentheses on Goto in AEL, so that it parses correctlytilghman1-0/+5
2005-12-20check array bounds when parsing arguments to AGI (issue #5868)russell1-2/+1
2005-12-20backport fix for reloading peer context (issue #6007)russell1-0/+1
2005-12-20backport fix for segfault on directed pickup when no CDR is available (issue ...russell1-1/+3
2005-12-20backport fix for larger-than-20ms-frames from trunk (bug #5697)kpfleming1-5/+12
2005-12-19I messed up and accidently committed this to the trunk first ...russell1-2/+1
2005-12-19Bug 5988 - record append option not workingtilghman1-0/+2
2005-12-19Bug 6026 - segfault for the sequence NoCDR(), SetAMAFlags()tilghman1-3/+6
2005-12-17Document that curley braces must be on the same line as the keyword.tilghman1-0/+8
2005-12-17Bug 6009 - off by one errortilghman1-1/+1
2005-12-17Max-Forwards headers must only be present on requests, not responseskpfleming1-1/+0
2005-12-17forcibly expire previous subscriptions from a peer when they resubscribe (kee...kpfleming1-1/+29
2005-12-17fix some buglet when building team branch version stringskpfleming1-2/+2
2005-12-17We want to check the previous value, not the current value (which was just ch...tilghman1-2/+3
2005-12-16First field is truncatedtilghman1-1/+2
2005-12-15* Added mISDN/mISDNuser Echo cancel Patchcrichter13-172/+3025
2005-12-15Bug #6003 - Don't free the channel structure until after having sent the mana...bweschke1-1/+1
2005-12-13clarify substring documentationkpfleming1-7/+7
2005-12-13correct broken math in tvfix() for timestamp values over one millionkpfleming1-2/+2
2005-12-13restore ability of caller to hangup calls that are still ringing (issue #5839)kpfleming1-1/+1
2005-12-13ensure that hangups while incoming calls are in early state are handled prope...kpfleming2-1/+4
2005-12-13only report AGENT_IDLE for callback mode agents when they are actually idle (...kpfleming1-1/+1
2005-12-13use the stream's current point when pausing/unpausing, instead of elapsed tim...kpfleming1-32/+20
2005-12-12set all the child file descriptors to non-blocking so that we don't hang if t...kpfleming1-2/+4
2005-12-12Typotilghman1-1/+1
2005-12-11silence a couple of compiler warnings about pointer signednessrussell1-2/+2
2005-12-11Bug 5965 - major bug in AST_LIST_REMOVEtilghman1-4/+5
2005-12-11Bug 5967tilghman1-1/+1
2005-12-10 Bug #5877bweschke1-0/+3
2005-12-08Bug 5960tilghman1-2/+2
2005-12-08Documenting two keywords that were previously missingtilghman1-5/+16
2005-12-08initialize the buffer before using it...kpfleming1-1/+1
2005-12-07ensure that hints are allowed to use global variable referenceskpfleming1-0/+10
2005-12-06ensure that sound/music files are handled as binarykpfleming0-0/+0
2005-12-06replace with unmodified filekpfleming1-0/+0
2005-12-06_really_ don't mess with line endingskpfleming0-0/+0
2005-12-06don't try to expand keywords in this filekpfleming0-0/+0
2005-12-06set this file to binary mode, so it won't be mangled on export/checkoutkpfleming0-0/+0
2005-12-05remove ASTERISKVERSIONNUM from the version string given to doxygenrussell1-1/+1
2005-12-05don't delete dynamic queue members when reloading the static members from a r...russell1-2/+3