Commit Graph

6674 Commits (2b3941fcbf66b5e471b5846c8801a33a281f7c9c)
 

Author SHA1 Message Date
Kevin P. Fleming f16619507a updating to current 1.2
20 years ago
Kevin P. Fleming 69ac155838 initial import of Asterisk SIP support for network security devices
20 years ago
Kevin P. Fleming a6bae85952 prepare for merging changes from main 1.2 branch
20 years ago
Kevin P. Fleming 494b9c486e create branch to hold network security device code
20 years ago
Kevin P. Fleming d8c5d338cb re-initialize _all_ sequence numbers when transfer completes
20 years ago
Russell Bryant 417438fea0 add missing unlock (issue #6112)
20 years ago
Tilghman Lesher 5488ffb6d4 Bug 6157 - Memory leak
20 years ago
Tilghman Lesher e8725ce940 Update variable documentation to match the code
20 years ago
Kevin P. Fleming 0e734920e8 commit user/group-related changes from trunk
20 years ago
Kevin P. Fleming ad598a2060 backport fix from revision 7856 of trunk
20 years ago
Kevin P. Fleming bb47f95262 fix breakage introduced in revision 7871
20 years ago
Russell Bryant a7a2115b9c fix seg fault when using greek syntax in VoicemMailMain (issue #6142)
20 years ago
Russell Bryant 18429f2a69 backport fix for unnecessary unlock (issue #6171)
20 years ago
Tilghman Lesher 7e6430787c Bug 6156 - catch all threading errors, not just simple failure
20 years ago
Tilghman Lesher dc3ba8c223 Dumb error messages - "Context 'context' already included in 'in' context"
20 years ago
Kevin P. Fleming 2fd6520a7e update agent persistence when an agent gets logged off by autologoff
20 years ago
Tilghman Lesher 7a61b36104 Bug 6076 - Fix documentation of ast_trim_blank return value
20 years ago
Kevin P. Fleming 2f4783a770 eliminate rounding errors that caused call time limits to be inaccurate (issue #5913)
20 years ago
Tilghman Lesher 6056391a78 Bug 6081 - fix for memory leak, formatting fixes
20 years ago
Kevin P. Fleming 213b3575ce ensure that variable is initialized
20 years ago
Olle Johansson 3821e18d08 Fix copyright of changed file
20 years ago
Kevin P. Fleming 224c6e3f7c send device state updates for auto-logoff of agents as well
20 years ago
Kevin P. Fleming 18ab6f429c doh... fseek() has no useful return value
20 years ago
Kevin P. Fleming 07f8542ce7 use proper fwrite() parameters and return value
20 years ago
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