Commit Graph

6646 Commits (ce008d40a1ce90f7dc315e40c766ba98a2838b13)
 

Author SHA1 Message Date
Kevin P. Fleming ce008d40a1 don't double-increment abandon counter for calls that are hung up while dialing members (issue #6289)
20 years ago
Mark Spencer 710445b5b1 Fix stopstream in menus (bug #6137)
20 years ago
BJ Weschke ba001a7d15 #ifdef the include too.
20 years ago
BJ Weschke 4f144aa5e3 #ifdef'd the prctl fix to only try and compile on linux systems. Thanks rizzo for pointing this out.
20 years ago
Kevin P. Fleming 8d66f50877 when answering INVITE, don't send codecs the peer didn't offer (issue #6052)
20 years ago
Kevin P. Fleming e0db36550e revert yesterday's temporary fix for issue #6052
20 years ago
BJ Weschke 13f4e66b14 Fixed my silly backport error from r9861
20 years ago
BJ Weschke ae8fe3738b Merged changes from r9844 from /trunk. Make sure that PR_SET_DUMPABLE is set to make certain that we still dump core if Asterisk has setuid'd to run as non-root.
20 years ago
Kevin P. Fleming b5111fb985 don't try to use peer's dynamic codec numbers, it leads to duplication (issue #6052)
20 years ago
Josh Roberson 671cde62de Don't set the formats before we stop indications. (issue #6380)
20 years ago
Russell Bryant 0ea76a52a9 fix memory leak from not destroying the scheduler context on module unload
20 years ago
Russell Bryant db467378b4 fix due to CDR changes
20 years ago
Russell Bryant e27d844918 now that CDR is a loadable module, don't depend on it elsewhere (issue #6460)
20 years ago
Kevin P. Fleming 3b0edd5cfe clean up my mess from thread-starting change
20 years ago
BJ Weschke 74eef60486 kpfleming's fix from r9472 backported to 1.2
20 years ago
Kevin P. Fleming b3a8fbf495 don't create monitor threads in detached mode, when we need to be able to pthread_join() them later if the module is unloaded (solve crash-on-unload problem for these channel modules)
20 years ago
Tilghman Lesher bae6e7b617 Revert behavior change from previous commit (fixes only)
20 years ago
Tilghman Lesher cf015dbefc Backport 5929 to 1.2
20 years ago
Russell Bryant 32cc1bedc1 add another location for postgresql headers (issue #6419)
20 years ago
Russell Bryant a96ecb64a6 reload peercontext on iax2 reload (issue #6442)
20 years ago
Tilghman Lesher d1757b3b49 Leave it to RH/CentOS to put the freetds headers in a completely nonstandard location.
20 years ago
Matt O'Gorman 917259bcd3 Make logger report error,warning,notice if logger.conf
20 years ago
Tilghman Lesher eb177856db Bug 6176 - Fix race condition
20 years ago
Kevin P. Fleming 9849ad993d don't override ASTERISKVERSIONNUM to 000000 for non-svn builds
20 years ago
Matthew Fredrickson bb886dd488 Fix for (#6309), potential (highly unlikely) memory leak in res_odbc
20 years ago
Kevin P. Fleming 48fb967c05 disable buggy PRI user-user code until it can be fixed
20 years ago
Olle Johansson e74a7116e5 Issue 6182 - Don't remove scheduled event until it's really done.
20 years ago
Olle Johansson fd25b81993 Issue 6362 - Register without Contact: and Expires: fails (reporter: op)
20 years ago
Tilghman Lesher dcd9d8d58f Bug 6072 - Revisions to the source bison and flex files don't auto-regenerate these files
20 years ago
Russell Bryant 1d9b2a9df1 fix problem with dtmf on e&m (issue #6364)
20 years ago
Olle Johansson 659da47b95 Issue 5898: Registrations does not get deleted if there's an active SIP dialog
20 years ago
Russell Bryant e83bfee678 don't call ast_update_realtime with uninitialized variables if we get a
20 years ago
Russell Bryant ab209c7d92 fix memory leak (inspired by issue #6351)
20 years ago
Olle Johansson dc08bd8501 Issue #6439 - the "timebomb" bug. Patch by Markster over GPRS
20 years ago
Russell Bryant aca3c1f79d don't leak almost 200 bytes for each new channel (issue #6330)
20 years ago
Kevin P. Fleming e07c977f18 ensure hangup cause code is handled properly when channel does not return a frame (issue #6346)
20 years ago
Russell Bryant 2ae21cc5c3 completely arbitrary whitespace change for testing something with svnmerge ...
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
Matthew Fredrickson 2f43722570 Backport fix for #6229, hangup on polarity reversal
20 years ago
Olle Johansson 7ea315539c Issue 6114: Don't hangup on BYE/ALSO with no channel.
20 years ago
Olle Johansson 10d527906a Issue #6308 - never send response to ACK. (Reported by whiskerp)
20 years ago
Russell Bryant 2f1d118537 fix memory leak from not freeing the queue member list when freeing an old queue
20 years ago
Russell Bryant 696922defe fix MixMonitor crash (issue #6321, probably others)
20 years ago
BJ Weschke cea50c9247 Bug fix: Correct some scenarios where CALL_LIMIT could not be getting adjusted properly allowing chan_sip to send calls when it really shouldn't. Bug #6111
20 years ago
Tilghman Lesher 636f956bf0 Bug 6281 - Cannot set more than a single header with SIPAddHeader
20 years ago
Russell Bryant 64b1d91701 add a modified fix to prevent writing outside of the provided workspace when
20 years ago
Russell Bryant ff83f7c6ed temporarily revert substring fix pending the result of the discussion in issue #6271
20 years ago
Russell Bryant 87c0cd2667 prevent the possibility of writing outside of the available workspace (issue #6271)
20 years ago
Tilghman Lesher 366c8a99ef Bug 5936 - AddQueueMember fails on realtime queue, if queue not yet loaded
20 years ago
Russell Bryant 30f2aff526 fix invalid value of prev_q (issue #6302)
20 years ago