Commit Graph

6700 Commits (e6ae8990bceac6202b16a89dfd20d0dae2e29568)
 

Author SHA1 Message Date
Kevin P. Fleming cf293c224d return properly after extending file
20 years ago
Kevin P. Fleming e234ad0011 ensure that ulaw/alaw sound files are filled with silence when extended (not zeroes)
20 years ago
Kevin P. Fleming 229b778b0b make monitoring more tolerant of peers that deliver frames in bursts
20 years ago
Olle Johansson 66f484defe Issue #5980: Removing extra CR+LF in manager events - needs port to trunk
20 years ago
Olle Johansson ed523e248a Fixing typo in XML for video updates.
20 years ago
Russell Bryant 3c49f27bf4 use a more correct way of determining the size of the destination buffer
20 years ago
BJ Weschke 226d146b25 Fix the 'if' clause to be true under the right conditions. Bug #6126
20 years ago
Kevin P. Fleming 1892289329 remove unused 'old' expression parser
20 years ago
Tilghman Lesher 5529fc0355 Bug 6121 - typo in application description
20 years ago
Kevin P. Fleming 73ef559240 revert incorrect fix for bug #6048 from revision 7709
20 years ago
Kevin P. Fleming b59a63c8cd backport rport scanning fix from trunk (bug #6071)
20 years ago
Kevin P. Fleming c36927137f don't leak memory for (most) expression evaluations
20 years ago
Tilghman Lesher 649aaad100 Bug 6084 - MixMonitor after a 'cli stop monitor' deadlocks
20 years ago
BJ Weschke ea4c262482 Fix compiler warnings.
20 years ago
Tilghman Lesher 89de6c9df6 Bug 6091 - Fix race condition around uniqueid
20 years ago
Russell Bryant 4578bc3b0c fix memory leak in build_rpid (issue #6070)
20 years ago
Russell Bryant 8df1e4866a backport fix for permissions of created recordings (issue #6067)
20 years ago
Kevin P. Fleming 9f92220a9c backport fix to ensure that DSP is never enabled on pseudo channels
20 years ago
Tilghman Lesher 09a9e7bcb7 Remove copy of code in libc, preferring code in utils.c (public domain code)
20 years ago
Russell Bryant a434f8877a cast time_t to an int in printf/scanf (issue #5635)
20 years ago
Tilghman Lesher ef891dc0a7 Bug 6051 - VMCOUNT should work as documented and count all, not quit after finding 1
20 years ago
Kevin P. Fleming 3ebe29c983 add license reference to copyright notice displayed when CLI session begins
20 years ago
BJ Weschke 1028e43464 Another app documentation tweak.
20 years ago
Tilghman Lesher 4979f66f28 Bug 6050 SQL requires the use of single ticks to delimit values, not quotes
20 years ago
Russell Bryant a5e9fe97c8 revert changes to videosupport to allow per-peer setting, since it isn't quite
20 years ago
Russell Bryant 2293cfaf84 remove stray unlock (issue #5955)
20 years ago
Josh Roberson d252dde933 Actually put in the per-peer settings for sip video, as they didn't make it in at astricon somehow, and I've been too busy up until now to redo it.
20 years ago
Tilghman Lesher 37a49a5992 Allow a chan_alsa that failed to open sound devices to be unloaded.
20 years ago
BJ Weschke 2783801610 Bug #6040 - Documentation correction
20 years ago
Tilghman Lesher 82f19c9a91 Bug 5777 - Remove parentheses on Goto in AEL, so that it parses correctly
20 years ago
Russell Bryant 71d9531e45 check array bounds when parsing arguments to AGI (issue #5868)
20 years ago
Russell Bryant 3bbeaefa57 backport fix for reloading peer context (issue #6007)
20 years ago
Russell Bryant 4611be805a backport fix for segfault on directed pickup when no CDR is available (issue #5998)
20 years ago
Kevin P. Fleming 587493fdfc backport fix for larger-than-20ms-frames from trunk (bug #5697)
20 years ago
Russell Bryant 50079144e3 I messed up and accidently committed this to the trunk first ...
20 years ago
Tilghman Lesher 2ca80e76a0 Bug 5988 - record append option not working
20 years ago
Tilghman Lesher 68e6502484 Bug 6026 - segfault for the sequence NoCDR(), SetAMAFlags()
20 years ago
Tilghman Lesher 1e91dfa5df Document that curley braces must be on the same line as the keyword.
20 years ago
Tilghman Lesher e4e5f7c65b Bug 6009 - off by one error
20 years ago
Kevin P. Fleming 8ef66261f1 Max-Forwards headers must only be present on requests, not responses
20 years ago
Kevin P. Fleming 90812b536c forcibly expire previous subscriptions from a peer when they resubscribe (keeps them from building up and waiting for expiration, and stops us sending unwanted NOTIFY messages to devices)
20 years ago
Kevin P. Fleming 2b880d3ef8 fix some buglet when building team branch version strings
20 years ago
Tilghman Lesher 6ab729aeb3 We want to check the previous value, not the current value (which was just changed).
20 years ago
Tilghman Lesher c9f97f49c5 First field is truncated
20 years ago
Christian Richter 8b352fcb94 * Added mISDN/mISDNuser Echo cancel Patch
20 years ago
BJ Weschke 5a06af4d57 Bug #6003 - Don't free the channel structure until after having sent the manager event.
20 years ago
Kevin P. Fleming 2ede900bfd clarify substring documentation
20 years ago
Kevin P. Fleming fb0ffc7784 correct broken math in tvfix() for timestamp values over one million
20 years ago
Kevin P. Fleming e69171dc06 restore ability of caller to hangup calls that are still ringing (issue #5839)
20 years ago
Kevin P. Fleming 8452f6b494 ensure that hangups while incoming calls are in early state are handled properly (issue #5919)
20 years ago