aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-01-07Bug 6156 - catch all threading errors, not just simple failuretilghman1-4/+6
2006-01-06Dumb error messages - "Context 'context' already included in 'in' context"tilghman1-4/+4
2006-01-06update agent persistence when an agent gets logged off by autologoffkpfleming1-0/+2
2006-01-05Bug 6076 - Fix documentation of ast_trim_blank return valuetilghman1-1/+1
2006-01-05eliminate rounding errors that caused call time limits to be inaccurate (issu...kpfleming1-9/+15
2006-01-05Bug 6081 - fix for memory leak, formatting fixestilghman1-5/+8
2006-01-05ensure that variable is initializedkpfleming2-2/+2
2006-01-05Fix copyright of changed fileoej1-1/+1
2006-01-05send device state updates for auto-logoff of agents as wellkpfleming1-0/+1
2006-01-05doh... fseek() has no useful return valuekpfleming2-2/+4
2006-01-04use proper fwrite() parameters and return valuekpfleming2-6/+6
2006-01-04return properly after extending filekpfleming2-0/+2
2006-01-04ensure that ulaw/alaw sound files are filled with silence when extended (not ...kpfleming2-48/+102
2006-01-04make monitoring more tolerant of peers that deliver frames in burstskpfleming1-4/+4
2006-01-04Issue #5980: Removing extra CR+LF in manager events - needs port to trunkoej1-4/+4
2006-01-04Fixing typo in XML for video updates.oej1-1/+1
2006-01-04use a more correct way of determining the size of the destination bufferrussell1-1/+1
2006-01-04 Fix the 'if' clause to be true under the right conditions. Bug #6126bweschke1-1/+1
2006-01-03remove unused 'old' expression parserkpfleming1-891/+0
2006-01-03Bug 6121 - typo in application descriptiontilghman1-9/+5
2006-01-03revert incorrect fix for bug #6048 from revision 7709kpfleming4-31/+14
2006-01-03backport rport scanning fix from trunk (bug #6071)kpfleming1-4/+9
2006-01-03don't leak memory for (most) expression evaluationskpfleming2-36/+36
2006-01-02Bug 6084 - MixMonitor after a 'cli stop monitor' deadlockstilghman1-5/+23
2006-01-02 Fix compiler warnings.bweschke2-2/+2
2005-12-30Bug 6091 - Fix race condition around uniqueidtilghman1-0/+3
2005-12-28fix memory leak in build_rpid (issue #6070)russell1-7/+4
2005-12-27backport fix for permissions of created recordings (issue #6067)russell1-1/+1
2005-12-27backport fix to ensure that DSP is never enabled on pseudo channelskpfleming1-1/+7
2005-12-26Remove copy of code in libc, preferring code in utils.c (public domain code)tilghman1-115/+1
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