Commit Graph

2260 Commits (34080f9cbecd9094088821f1b287742103896079)

Author SHA1 Message Date
Russell Bryant 4210f17abb Merged revisions 183241 via svnmerge from
17 years ago
Russell Bryant 76b7966606 Merged revisions 183238 via svnmerge from
17 years ago
David Vossel 2764c2821f Merged revisions 183126 via svnmerge from
17 years ago
Russell Bryant 10529ea029 Merged revisions 183145 via svnmerge from
17 years ago
Russell Bryant 5cd40194a3 Merged revisions 183123 via svnmerge from
17 years ago
Joshua Colp 10b7b842dc Fix an issue where a T38 control frame would get dropped.
17 years ago
Tilghman Lesher d36ca75e47 Fixing a lost symbol in manager.c
17 years ago
Kevin P. Fleming 4f390ec024 Merged revisions 182882 via svnmerge from
17 years ago
Russell Bryant 0bdd99ad64 Merged revisions 182810 via svnmerge from
17 years ago
Kevin P. Fleming ab3e9ddad1 Merged revisions 182808 via svnmerge from
17 years ago
Russell Bryant 9d6ba51d05 Tweak the handling of the frame list inside of ast_answer().
17 years ago
Kevin P. Fleming 16b9280ba9 correct logic flaw in ast_answer() changes in r182525
17 years ago
Kevin P. Fleming d11b6386a5 Improve behavior of ast_answer() to not lose incoming frames
17 years ago
Tilghman Lesher 3e22e8bc94 Merged revisions 182449 via svnmerge from
17 years ago
Joshua Colp 5308112806 Fix a memory leak in the ast_answer / __ast_answer API call.
17 years ago
Mark Michelson 0892cdb958 Remove ast_ prefix from functions which are not public.
17 years ago
Mark Michelson 88e3279f83 Merged revisions 181990 via svnmerge from
17 years ago
Tilghman Lesher 86d6cd8a94 Adjust translation table column widths based upon the translation times.
17 years ago
Russell Bryant c61a3f2878 Make handling of the BRIDGE_PLAY_SOUND variable thread-safe.
17 years ago
Russell Bryant ffc7510e7a Make handling of the BRIDGEPVTCALLID variable thread-safe.
17 years ago
Russell Bryant 29cfabf335 Merged revisions 181423 via svnmerge from
17 years ago
Jeff Peeler 58cf8b69da Fix malloc debug macros to work properly with h323.
17 years ago
Tilghman Lesher bfc0d3b795 Add MALLOC_DEBUG to various utility APIs, so that memory leaks can be tracked back to their source.
17 years ago
Tilghman Lesher ac7e490b94 Spacing changes only
17 years ago
Joshua Colp 951cbf11d4 Reset the thread local string buffer when handling the UserEvent action.
17 years ago
Jeff Peeler bf0bb7b385 Add Doxygen documentation for API changes from 1.6.0 to 1.6.1
17 years ago
David Vossel 02de67c232 Merged revisions 180532 via svnmerge from
17 years ago
Kevin P. Fleming 2f24689b49 Merged revisions 180372 via svnmerge from
17 years ago
Joshua Colp 4c9ab0df8c Merge phase 1 support for the new bridging architecture.
17 years ago
Tilghman Lesher eb5bb03b82 Spacing changes only
17 years ago
Joshua Colp a66032a14a Merged revisions 180194 via svnmerge from
17 years ago
David Vossel 979eb709ae app_read does not break from prompt loop with user terminated empty string
17 years ago
Steve Murphy f47b03877b Merged revisions 179807 via svnmerge from
17 years ago
Joshua Colp bcf5ecde90 Merged revisions 179840 via svnmerge from
17 years ago
Russell Bryant cfa0d9c0ce Merged revisions 179741 via svnmerge from
17 years ago
Joshua Colp a65727949c Merged revisions 179671 via svnmerge from
17 years ago
Russell Bryant d9b034a430 Merged revisions 179608 via svnmerge from
17 years ago
Jeff Peeler aa81288bab Merged revisions 179536 via svnmerge from
17 years ago
Tilghman Lesher 3252cd2e5b Merged revisions 179468 via svnmerge from
17 years ago
Russell Bryant 0c0479602e Merged revisions 179461 via svnmerge from
17 years ago
Jason Parker 9bb9c64521 Merged revisions 179395 via svnmerge from
17 years ago
Joshua Colp 93749ba001 Fix issue where changing the volume of both directions of audio did not work.
17 years ago
Steve Murphy ec6101595e Merged revisions 178956 via svnmerge from
17 years ago
Tilghman Lesher 63561aea00 Sound confirmation of call pickup success.
17 years ago
Steve Murphy fe216b2f9d Merged revisions 178804 via svnmerge from
17 years ago
Joshua Colp 5f7f4a0c84 Fix an issue where the timer for file playback would not be stopped if DAHDI was not installed.
17 years ago
Joshua Colp 3c342501e3 Ensure there is a valid tone part before trying to play tones.
17 years ago
Tilghman Lesher baf144c655 Picky, picky buildbots
17 years ago
Tilghman Lesher 4ac2fd4cde Use notification when timezone files change and re-scan then.
17 years ago
Russell Bryant a300f82035 Merged revisions 178508 via svnmerge from
17 years ago
Tilghman Lesher de3d9f829a Apparently, a void cast doesn't override warn_unused_result.
17 years ago
Tilghman Lesher a8630432c9 The 3 possible errors with pipe(2) are all impossible in this situation.
17 years ago
Russell Bryant d2fb14e26c Merged revisions 178373 via svnmerge from
17 years ago
Tilghman Lesher 97830cc9cb Use a SIGPIPE to kill the process, instead of depending upon the astcanary process being inherited by init.
17 years ago
Russell Bryant 5c178fb42b Merged revisions 178141 via svnmerge from
17 years ago
Russell Bryant 989e617e1f Fix a regression in scheduler entry ordering, and add a regression test for it.
17 years ago
Michiel van Baak 787811d815 add extra check for sysinfo/sysctl
17 years ago
Sean Bright 935185ce8a Trailing whitespace, minor coding guideline fixes, and start beefing up the
17 years ago
Tilghman Lesher 4ec79becd3 Merged revisions 177786 via svnmerge from
17 years ago
Tilghman Lesher 3af1c558df Allow semicolons to be escaped, when passing arguments to the System command.
17 years ago
Steve Murphy b5a8a85d35 Merged revisions 177540 via svnmerge from
17 years ago
Jeff Peeler 90a6374871 Fix mismerge from revision 176708 pointed out by Kaloyan Kovachev on the
17 years ago
Tilghman Lesher 5b220b3e91 Handle negative length and eliminate a condition that is always true.
17 years ago
Kevin P. Fleming b2d959c7fa fix two very minor bugs: if anyone ever uses SLINEAR16 as a format in RTP, ensure that the samples are byte-swapped to network order if needed. also, when a smoother is operating on a format that has a sample rate other than 8000 samples per second, use the proper sample rate for computing delivery timestamps.
17 years ago
David Vossel e30d2c1d45 Locking issue in action_bridge and bridge_exec
17 years ago
Doug Bailey 7949345352 Fixed error where a check for an zero length, terminated string was needed.
17 years ago
Doug Bailey fa3dec169b Need to take into account the \0 terminator of the old string to determine the amount available.
17 years ago
Steve Murphy 0fe1df19df This patch fixes merge_contexts_and_delete so it does not deadlock when hints are present.
17 years ago
Russell Bryant a844cfa904 Fix a number of incorrect uses of strncpy().
17 years ago
Kevin P. Fleming 3dcdaa5d05 suppress smoothers for Siren codecs as well as Speex and G.723.1
17 years ago
Jeff Peeler f40edf2793 Merged revisions 176701 via svnmerge from
17 years ago
Russell Bryant c461d29b0b Update the timing API to have better support for multiple timing interfaces.
17 years ago
Russell Bryant 044cf691fe Significantly improve scheduler performance under high load.
17 years ago
Russell Bryant bb03ef8d47 Add an implementation of the heap data structure.
17 years ago
Russell Bryant 4ec301360c Merge a large set of updates to the Asterisk indications API.
17 years ago
Russell Bryant 184872fdfd Fix a race condition that caused device states to become incorrect for hints.
17 years ago
Olle Johansson fa26904074 If there are no realtime engines, there's no reason to check for realtime families
17 years ago
Tilghman Lesher 76b100354d Might want to update the buffer pointer after a realloc (or we crash)
17 years ago
Kevin P. Fleming 0381d94d14 Merged revisions 176216 via svnmerge from
17 years ago
Mark Michelson e32921415f Assist proper thread synchronization when stopping the logger thread.
17 years ago
Russell Bryant 96326f5aa1 Make the causes array static, and remove the type name as it is not needed.
17 years ago
Russell Bryant 8c75380f52 Make ast_sched_report() and ast_sched_dump() thread safe.
17 years ago
Russell Bryant ca9d3b8ac9 Fix a number of problems with ast_sched_report().
17 years ago
Russell Bryant 6a0773602a add missing </para>
17 years ago
Kevin P. Fleming 2a53f2ec98 Add basic (passthrough, playback, record) support for ITU G.722.1 and G.722.1C (also known as Siren7 and Siren14)
17 years ago
Tilghman Lesher 9e0f5d2afe Merged revisions 175311 via svnmerge from
17 years ago
Jeff Peeler a46d290802 Merged revisions 175294 via svnmerge from
17 years ago
Jeff Peeler 66e88633a5 Merged revisions 175187 via svnmerge from
17 years ago
Russell Bryant 12f02a8c11 Merged revisions 175124 via svnmerge from
17 years ago
Mark Michelson 3a9d79f056 Make lock information for ao2_trylock be more useful and gnarly
17 years ago
Mark Michelson 47ebea6a8d Fix 'd' option for app_dial and add new option to Answer application
17 years ago
Joshua Colp 8435535300 Tell the device state core a change happened when a channel is freed but not a specific state.
17 years ago
Mark Michelson e909bfcea9 Fix an fd leak that would occur in HTTP AMI sessions
17 years ago
Kevin P. Fleming 23939e54f3 improve slinfactory API to remove implicit sample rate and require explicit sample rate selection by creator of the slinfactory
17 years ago
Matthew Nicholson b7dc074376 Merged revisions 174583 via svnmerge from
17 years ago
Joshua Colp b2484d7db9 Always detach and destroy the whisper and barge audiohooks. Additionally also allow an audiohook to be detached if it has not been attached.
17 years ago
Russell Bryant 0cbada4f96 Add a common implementation of a scheduler context with a dedicated thread.
17 years ago
Russell Bryant 1d46bb0d0f Resolve a memory leak that would occur on an invalid channel given to Action: Status
17 years ago
Jeff Peeler 39ec5d1576 Merged revisions 173211 via svnmerge from
17 years ago
Tilghman Lesher f2fd6528a2 When using a socket as a FILE *, the stdio functions will sometimes try to do
17 years ago