Commit Graph

7204 Commits (ad0f8df5289a6f49cda27d21eb8b48bb0b898f30)
 

Author SHA1 Message Date
Kevin P. Fleming 3d09ddb98e ensure that two SIP channels that exist at the same moment will not have the same channel names (issue #7245, different fix)
20 years ago
Olle Johansson bbcb713b68 Issue 6997 maybe, but anyway - don't retransmit responses to NON-invite requests.
20 years ago
Tilghman Lesher f6b683b302 Bug 7425 - Size of buffer is passed in by len
20 years ago
BJ Weschke 64def5d791 We should lock the queue before we go making changes to member interface statuses.
20 years ago
Joshua Colp 4564907b41 Add Venezuelan indications (issue #7402 reported by palillo)
20 years ago
Tilghman Lesher 6d2cff5290 Bug 7398 - Solaris puts its zoneinfo files in a nonstandard place
20 years ago
Olle Johansson e5505d1baf Issue #6820 - Possible fix (already implemented in trunk)
20 years ago
Joshua Colp 43ad959914 Call reset_user_pw upon changing the password using externpass (issue #7395 reported by Ryan Cumming)
20 years ago
Tilghman Lesher 4c688bb3b3 Issue 7357 - txt file left behind when going to operator. Also, fix a possible file descriptor leak.
20 years ago
Russell Bryant 1eb2822b3b don't set state to BUSY if the channel is already in the UP state
20 years ago
Russell Bryant 4893f1917f don't store multiple secrets delimited with semicolons for peers because this
20 years ago
Joshua Colp 7807373222 Zero out a declared structure so as to not crash if it contains invalid data (reported by Qwell on #asterisk-dev)
20 years ago
Olle Johansson 3cf57b8066 Issue 7294 - patch by phsultan - Asterisk sends Invite instead of BYE in some cases.
20 years ago
Kevin P. Fleming d00c50cd14 don't use prefixed structure names for internal structures
20 years ago
Tilghman Lesher 2159afd1ae VoicemailMain exits on any key, when the language is set to Italian, instead of
20 years ago
Kevin P. Fleming 55ba8ef5c4 coding style cleanups on queue interface handling code that was committed for the last release
20 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
20 years ago
Kevin P. Fleming 724b3d0004 clarify file headers that mention disclaimer usage
20 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
20 years ago
Kevin P. Fleming 5ae03d8ff8 memory allocation optimizations
20 years ago
Russell Bryant 4fb3d5bf31 remove duplicate mutex_unlock
20 years ago
Russell Bryant ec39ee2c34 fix various places where the code returns without unlocking vmlock or
20 years ago
Russell Bryant ecbc33eb78 add a missing close of an open fd, destroy of open config, and removal of the
20 years ago
Russell Bryant 2a72316550 revert a change that caused more problems than it fixed and fix the real
20 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.
20 years ago
Russell Bryant 9807f83d64 fix a place where a frame would be free'd twice
20 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)
20 years ago
Tilghman Lesher 070d4d3976 Move set priority up, because at this point in the code, stdout is no longer
20 years ago
Russell Bryant 0cce2fe2e9 fix another place where a frame does not get free'd
20 years ago
Russell Bryant dcebecb76e fix up five little places where frames would not be free'd and remove an
20 years ago
Russell Bryant 332880b8bc fix a place that would leak a frame (all of these fixes are in applications
20 years ago
Russell Bryant 59224d0f9f fix a couple places that would leak a frame
20 years ago
Russell Bryant 33661e9258 fix two places that would cause a frame to be leaked
20 years ago
Russell Bryant 4003aff342 fix a case where an HTML frame would be leaked
20 years ago
Russell Bryant de0d5de853 Free frames read from the channel when measuring noise. This resulted in about
20 years ago
Russell Bryant 9c99053126 backport a couple of frame leak fixes from the trunk (revisions 33446, 33447)
20 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)
20 years ago
Joshua Colp c38c7a1f46 Remove an unneeded double lock (issue #7310 reported by arkadia)
20 years ago
Joshua Colp 5ccc5a9e53 Handle hangup during recording of screened name (issue #7304 reported by kulldominique)
20 years ago
Joshua Colp 43f10147fe Add missing newlines (issue #7323 reported by darkskiez)
20 years ago
Olle Johansson 4de28aa7cc Do not require a context on a domain= setting
20 years ago
Kevin P. Fleming a19de52a1e handle out-of-memory conditions properly in ast_frisolate() (reported by Slav Kenov on asterisk-dev mailing list)
20 years ago
Russell Bryant 8daadb91c1 fix some broken code with BRIDGE_OPTIMIZATION defined (issue #7292)
20 years ago
Tilghman Lesher 95cd30dc01 Bug 7287 - A too short voicemail with ODBC_STORAGE will cause the first voicemail to be deleted erroneously
20 years ago
Tilghman Lesher 43fa2d54ef Bug 7268 - Callerid leaks memory on error
20 years ago
Kevin P. Fleming f0d3be1740 clean up yesterday's security fix to not cause breakage when video mini frames are received
20 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)
20 years ago
Kevin P. Fleming 5684ba5966 return bridge exit logic to what it was before i broke it :-(
20 years ago
Russell Bryant 9c5890a138 when using moh files mode, don't look for a file past the number of files
20 years ago
BJ Weschke efee6cdadf Fix doxygen comment about AST_LIST_HEAD_INIT_NOLOCK
20 years ago