Commit Graph

6941 Commits (d00c50cd14568149a8c03472b50fcaa72e756467)
 

Author SHA1 Message Date
Kevin P. Fleming d00c50cd14 don't use prefixed structure names for internal structures
19 years ago
Tilghman Lesher 2159afd1ae VoicemailMain exits on any key, when the language is set to Italian, instead of
19 years ago
Kevin P. Fleming 55ba8ef5c4 coding style cleanups on queue interface handling code that was committed for the last release
19 years ago
Kevin P. Fleming b9e587a361 use existing dial string parser for strings supplied to iax2_devicestate, because they can be complete dial strings, not just device names
19 years ago
Kevin P. Fleming 724b3d0004 clarify file headers that mention disclaimer usage
19 years ago
Kevin P. Fleming 2d7e3395a6 don't output 'no format found' when we _did_ find the format but couldn't open the desired file for some other reason
19 years ago
Kevin P. Fleming 5ae03d8ff8 memory allocation optimizations
19 years ago
Russell Bryant 4fb3d5bf31 remove duplicate mutex_unlock
19 years ago
Russell Bryant ec39ee2c34 fix various places where the code returns without unlocking vmlock or
19 years ago
Russell Bryant ecbc33eb78 add a missing close of an open fd, destroy of open config, and removal of the
19 years ago
Russell Bryant 2a72316550 revert a change that caused more problems than it fixed and fix the real
19 years ago
Joshua Colp d1afe5c64f Greatly simply the mixmonitor thread, and move channel reference directly to spy structure so that the core can modify it.
19 years ago
Russell Bryant 9807f83d64 fix a place where a frame would be free'd twice
19 years ago
Kevin P. Fleming cb1dc40802 only allow chan_local to masquerade the outbound channel onto its owner, instead of the other way around (this will ensure that group variables on the outbound channel as preserved)
19 years ago
Tilghman Lesher 070d4d3976 Move set priority up, because at this point in the code, stdout is no longer
19 years ago
Russell Bryant 0cce2fe2e9 fix another place where a frame does not get free'd
19 years ago
Russell Bryant dcebecb76e fix up five little places where frames would not be free'd and remove an
19 years ago
Russell Bryant 332880b8bc fix a place that would leak a frame (all of these fixes are in applications
19 years ago
Russell Bryant 59224d0f9f fix a couple places that would leak a frame
19 years ago
Russell Bryant 33661e9258 fix two places that would cause a frame to be leaked
19 years ago
Russell Bryant 4003aff342 fix a case where an HTML frame would be leaked
19 years ago
Russell Bryant de0d5de853 Free frames read from the channel when measuring noise. This resulted in about
19 years ago
Russell Bryant 9c99053126 backport a couple of frame leak fixes from the trunk (revisions 33446, 33447)
19 years ago
Joshua Colp 9d9a6da961 Allow the format outputted by meetme list to be used for meetme commands (like kick) (issue #7322 reported by darkskiez)
19 years ago
Joshua Colp c38c7a1f46 Remove an unneeded double lock (issue #7310 reported by arkadia)
19 years ago
Joshua Colp 5ccc5a9e53 Handle hangup during recording of screened name (issue #7304 reported by kulldominique)
19 years ago
Joshua Colp 43f10147fe Add missing newlines (issue #7323 reported by darkskiez)
19 years ago
Olle Johansson 4de28aa7cc Do not require a context on a domain= setting
19 years ago
Kevin P. Fleming a19de52a1e handle out-of-memory conditions properly in ast_frisolate() (reported by Slav Kenov on asterisk-dev mailing list)
19 years ago
Russell Bryant 8daadb91c1 fix some broken code with BRIDGE_OPTIMIZATION defined (issue #7292)
19 years ago
Tilghman Lesher 95cd30dc01 Bug 7287 - A too short voicemail with ODBC_STORAGE will cause the first voicemail to be deleted erroneously
19 years ago
Tilghman Lesher 43fa2d54ef Bug 7268 - Callerid leaks memory on error
19 years ago
Kevin P. Fleming f0d3be1740 clean up yesterday's security fix to not cause breakage when video mini frames are received
19 years ago
Kevin P. Fleming c515ef705c ensure that the received number of bytes is included in all IAX2 incoming frame analysis checks (fixes a known vulnerability)
19 years ago
Kevin P. Fleming 5684ba5966 return bridge exit logic to what it was before i broke it :-(
19 years ago
Russell Bryant 9c5890a138 when using moh files mode, don't look for a file past the number of files
19 years ago
BJ Weschke efee6cdadf Fix doxygen comment about AST_LIST_HEAD_INIT_NOLOCK
19 years ago
Kevin P. Fleming 3feead3415 remove pointless forcing of the channel into SLINEAR mode; the write format will be set later based on the file that is chosen to be played to the channel
19 years ago
Kevin P. Fleming 84c0989323 handle Zap transfers behind chan_agent properly so the agent doesn't get stuck waiting for the call to hang up
19 years ago
Kevin P. Fleming f963ebd1ab remove a sample entry that never should have been added (code to support it was not merged)
19 years ago
Russell Bryant 71d9095626 if the connection to a FastAGI server fails because of a timeout, log a more
19 years ago
Kevin P. Fleming dbfbe2c679 silence a warning message that is not a warning
19 years ago
Russell Bryant eeb613ea3d fix misplaced manager event (issue #6866, flefoll)
19 years ago
Kevin P. Fleming f43b8a655d check the proper variable...
19 years ago
Kevin P. Fleming c882c82377 another S/390 build fix
19 years ago
BJ Weschke a6a17f1789 Fix infinite loop scenario and add some sanity checking to prevent segfault on a NULL parameter coming in (which probably shouldn't happen, but just to be safe...)
19 years ago
BJ Weschke a94248e7dc A new way to try and deal with deadlocks that occur in app_queue at present. Using this approach, we only manipulate the main queue mutexes when we get a dev state change on a device that is actually a member of a queue. Backported from /trunk for the "bug fix".
19 years ago
BJ Weschke f1744d3e31 Oops.
19 years ago
Joshua Colp 9ef31203c9 Don't play the enter sound twice when a person joins a conference after the leader has joined it. (issue #6138 reported by shanermn)
19 years ago
Russell Bryant 5e266283e9 add a missing endif from the recent Makefile change and use indentation
19 years ago