Commit Graph

277 Commits (e6ae8990bceac6202b16a89dfd20d0dae2e29568)

Author SHA1 Message Date
Olle Johansson ac9f562712 Revert earlier change
20 years ago
Olle Johansson b3af62dc4f Fix for astmm compilation
20 years ago
Russell Bryant 799247b4d5 don't hang up the channel if its state is set to UP before we return from ast_call (issue #6569)
20 years ago
Kevin P. Fleming 5fbe407b98 ensure that spy frame queueing is able to deal with translation failing for any reason (issue #6546)
20 years ago
Russell Bryant e27d844918 now that CDR is a loadable module, don't depend on it elsewhere (issue #6460)
20 years ago
Olle Johansson dc08bd8501 Issue #6439 - the "timebomb" bug. Patch by Markster over GPRS
20 years ago
Kevin P. Fleming 05fed23d06 ensure that channel cannot become zombie after we check but before we try to start indications
20 years ago
Russell Bryant 696922defe fix MixMonitor crash (issue #6321, probably others)
20 years ago
Matt O'Gorman b0609b29aa Minor typo refrenced in 6191
20 years ago
Kevin P. Fleming 2f4783a770 eliminate rounding errors that caused call time limits to be inaccurate (issue #5913)
20 years ago
Kevin P. Fleming 229b778b0b make monitoring more tolerant of peers that deliver frames in bursts
20 years ago
Kevin P. Fleming 73ef559240 revert incorrect fix for bug #6048 from revision 7709
20 years ago
Tilghman Lesher 89de6c9df6 Bug 6091 - Fix race condition around uniqueid
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 0d3fc8d103 ensure channel's scheduling context is freed (issue #5788)
20 years ago
Kevin P. Fleming 463ebe8b4b port memory leak fix from rev 7223 in trunk
20 years ago
Kevin P. Fleming a563eab49a remove extraneous svn:executable properties
20 years ago
Kevin P. Fleming 60ebbb5744 issue #5770
20 years ago
Kevin P. Fleming c6e7b2a333 issue #5590
20 years ago
Kevin P. Fleming 5f50e4cb93 native bridging changes
20 years ago
Kevin P. Fleming b05e64ed12 issue #5564
20 years ago
Kevin P. Fleming cfced0420e use a writeable frame (some channel drivers/transcoders may modify the frame after it has been passed to ast_write())
20 years ago
Kevin P. Fleming 03ceef35ac optionally send silence during recording (issue #5135)
20 years ago
Kevin P. Fleming 8fb55e2478 fix various bugs related to list handling of channel variables (issue #5548)
20 years ago
Kevin P. Fleming 846b39a9f1 major redesign of the channel spy infrastructure, increasing efficiency and reducing locking conflicts
20 years ago
Russell Bryant 3453e3efa5 Doxygen documentation update from oej (issue #5505)
20 years ago
Mark Spencer 5ef59963d0 Fix timeout > 600000 on Linux x86-32
20 years ago
Mark Spencer 7e890dd49c Handle device state changes properly when formatting characters are present (bug #5450, new patch)
20 years ago
Mark Spencer d2025ad2a1 Add walk by channel name prefixed
20 years ago
Mark Spencer 141d9f7156 Make sure when the timeout occurs that we actually break the bridge (bug #5252)
20 years ago
Kevin P. Fleming 2fe49e7a5f support sending text through agent channels (issue #5295)
20 years ago
Mark Spencer 370f98e223 Fix crash in chanspy (bug #5332)
20 years ago
Mark Spencer dd11afca42 Fix call timeouts with rtp bridge etc (bug #5252)
20 years ago
Kevin P. Fleming b7c31babb0 support call duration limits on inbound OSP calls (issue #5346)
20 years ago
Kevin P. Fleming 62209ede0c code cleanups
20 years ago
Kevin P. Fleming 29bdd1b424 add API for searching active channels by context/exten
20 years ago
Kevin P. Fleming 5da915dcfd update MANY more files with proper copyright/license info (thanks Ian!)
20 years ago
Kevin P. Fleming d3a76999d0 various devicestate fixes (issue #5081, take two)
20 years ago
Kevin P. Fleming 253e6537df don't reverse variable order during inheritance (issue #5091)
20 years ago
Kevin P. Fleming e04ba4a11f eliminate old chan->pvt field, and fix bug in generic bridge to watch chan->tech_pvt instead
20 years ago
Kevin P. Fleming 050d6c7d34 ensure revents fields are initialized before calling poll()
20 years ago
Kevin P. Fleming 1480688582 clarify comments (issue #5075)
20 years ago
Mark Spencer 5d4d2fdfd4 Add SIP video fixes
20 years ago
Kevin P. Fleming 49b0098c4a ensure CDR pointer is cleared after detaching it from channel (related to issue #4877)
20 years ago
Kevin P. Fleming dffade452c add a LOG_DTMF logging channel and send all bridged DTMF events out that channel (issue #4835)
20 years ago
Kevin P. Fleming 8253780716 temporarily revert aggressive native bridge attempts
20 years ago
Kevin P. Fleming ce7a1e4768 bridging code cleanups:
20 years ago
Mark Spencer d9cb23cc90 Don't wait longer than our timeout for something to happen (bug #4653)
20 years ago
Mark Spencer 8712d1d7f1 Fix timestamp issue with features (bug #4760 with mods)
20 years ago
Mark Spencer f49ff59c3f Fix monitoring when channel redirected (bug #3809, patch redone)
20 years ago