Commit Graph

6635 Commits (db467378b4e041de221b210e76fc7ad32a3bf519)
 

Author SHA1 Message Date
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
Matt O'Gorman 962cffffc7 solved problem with delayreject and iax trunking
20 years ago
Olle Johansson f196484187 Enable "musicclass" setting for sip peers as per the config sample.
20 years ago
Tilghman Lesher c40fe2f71a Bug 6072 - Memory leaks in the expression parser
20 years ago
Russell Bryant 74c149e891 fix Message-Account header to use the ip address if the fromdomain
20 years ago
Russell Bryant 57c82eb66f fix a seg fault due to assuming that space gets allocatted on the stack in the
20 years ago
Matt O'Gorman 5460606cff Solves issue with the login proccess in meetme
20 years ago
Russell Bryant 1a509417a4 remove ChangeLog from the 1.2 branch. It will only be present in the tags.
20 years ago
Matt O'Gorman 898cd20ceb Changed order of autoload so that pbx_ comes before
20 years ago
Matt O'Gorman 792b78b317 Stop any generators running on a channel when
20 years ago
Matthew Fredrickson 4efe647169 Backport of fix for #6094
20 years ago
Matt O'Gorman 4fbba55f14 Fixed code ordering of logger_init and queue_log_init
20 years ago