Commit Graph

11999 Commits (1.4.16.1)
 

Author SHA1 Message Date
Russell Bryant 2445d5804a Use autotagged externals
19 years ago
Russell Bryant a87a858532 Importing files for 1.4.16.1 release
19 years ago
Russell Bryant ce0d5365d6 Creating tag for the release of asterisk-1.4.16.1
19 years ago
Joshua Colp 52527facc4 Make the 1.4 builders happy, ensure var is NULL.
19 years ago
Russell Bryant 47b69ebca9 use autotagged externals
19 years ago
Russell Bryant cd8a050ca1 importing files for 1.4.16.1 release
19 years ago
Russell Bryant 541473cb6d Creating tag for the release of asterisk-1.4.16.1
19 years ago
Tilghman Lesher d1a1f4599b Avoid segfault in chan_iax when peer isn't defined
19 years ago
Jason Parker ff5ffd02cf FreeBSD also does not have byte swap functions.
19 years ago
Tilghman Lesher 28d4f2f5eb Blocked revisions 93675 via svnmerge
19 years ago
Tilghman Lesher be17d99712 Merged revisions 93667 via svnmerge from
19 years ago
Mark Michelson 62fa8dfbfa Rework deadlock avoidance used in ast_write, since it meant that agent channels which were being monitored
19 years ago
Jason Parker 6fa23de8ac Missed a spot..
19 years ago
Jason Parker 7e7db434e4 What was I thinking when I wrote this masterpiece?
19 years ago
Joshua Colp 0a584613d6 Do not try to access information about a lock when printing out a trylock attempt. It is possible for the lock that it references to no longer be valid. This would have caused segfaults or deadlocks.
19 years ago
Tilghman Lesher 8057fb41cb Today is tomorrow's yesterday, and yesterday's tomorrow is today, and
19 years ago
Mark Michelson 2fa91746e3 We need to create the directory for a voicemail user even if they are using IMAP storage
19 years ago
Joshua Colp 48ae6172da If a call is received with a called number IE containing nothing go to the 's' extension.
19 years ago
Kevin P. Fleming fd1e942f53 fix some copy-and-paste leftovers
19 years ago
Olle Johansson 517dacce70 Issue 11574: Add dependencies on res_monitor and res_features.
19 years ago
Kevin P. Fleming 627f595c58 In http://lists.digium.com/pipermail/asterisk-dev/2007-December/031145.html,
19 years ago
Russell Bryant 4965b39719 There are a lot of existing systems that #include non-existent files. So, to
19 years ago
Joshua Colp 6a2c388e18 Up the length of the format on the SIP channel since it can now be rather long.
19 years ago
Christian Richter 876afa76de fixed the sequencing of WAITING_4DIGS state setting and overlap_task thread starting.
19 years ago
Tilghman Lesher 804d837c7d Change help documentation to match actual behavior (FAILURE vs FAILED).
19 years ago
Mark Michelson c9f389a45d When compiling with DETECT_DEADLOCKS, don't spam the CLI with messages
19 years ago
Tilghman Lesher 9d70e52611 Properly initialize polarity statuses, so that they are detected properly.
19 years ago
Jason Parker 65cbfa5d0d Make application help text a little more clear about the use of extensions in a filename.
19 years ago
Mark Michelson 7f7cbe7f69 Prevent another potential fd leak
19 years ago
Mark Michelson fb077e33cb Prevent a possible fd leak.
19 years ago
Jason Parker 8771f23fff If a typo is found in a config file, we previous continued on with what was already loaded.
19 years ago
Kevin P. Fleming 1209386fe7 emit a warning message when we drop a G.729B CNG frame destined for the transcoder
19 years ago
Jason Parker 4a869fa0c3 Don't increment user count until after name has been recorded (if enabled).
19 years ago
Russell Bryant f4bb168b66 resolve compiler warning
19 years ago
Mark Michelson 097b9dc2cf Correctly detect where a dynamic feature was activated. Before this patch,
19 years ago
Tilghman Lesher b4b34f080d Test directly for the API that fixed AST-2007-026, to ensure that older
19 years ago
Mark Michelson ef5f25b6c1 Removing an unused variable.
19 years ago
Joshua Colp 7a1b94082c Fix potential memory leak with the dialed interfaces list if another memory allocation fails.
19 years ago
Mark Michelson c8b5d2ea03 Fixing autofill to be more accurate. Specifically, if calls ahead of the current
19 years ago
Joshua Colp bff4a0aa3c Add G729A as another possible payload name for G729. Some devices use this instead of G729, which is perfectly normal since the payload number itself is defined and can't be used by anything else so the name doesn't matter that much.
19 years ago
Mark Michelson 626053ac64 If there are no members in a queue, then the loop where the datastore for detecting
19 years ago
Joshua Colp 6fcaf2bb4b It is possible for nativeformats to contain more then one codec, so print out multiple ones.
19 years ago
Olle Johansson 7efa6b1fe0 Avoid reinvite race situations with two Asterisks trying
19 years ago
Jason Parker 16a03298e9 We need to make sure we free the input frame if we return a different frame in ast_dsp_process.
19 years ago
Kevin P. Fleming bcedcf5f8a even though Asterisk explicitly requests that endpoints using G.729 do *not* use Annex B (silence detection and comfort noise generation) some do anyway; the transcoder card interface does not currently work properly with CNG frames, so trim off the CNG before sending the data
19 years ago
Russell Bryant b5463cd8d3 Make the lock protecting each thread's list of locks it currently holds
19 years ago
Russell Bryant 7be75dbbc9 Fix another bug in the DEBUG_THREADS code. The ast_mutex_init() function had
19 years ago
Russell Bryant 168a6bed5a I love fixing lock related errors in the lock debugging code. That's about as
19 years ago
Russell Bryant 3e913c706f * Add channel locking around datastore operations that expect the channel
19 years ago
Russell Bryant d1f1b3c4d6 * Add channel locking around datastore operations that expect the channel
19 years ago