aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2009-03-11Make handling of the BRIDGEPVTCALLID variable thread-safe.russell1-8/+17
2009-03-11Merged revisions 181423 via svnmerge from russell1-14/+31
2009-03-11Fix malloc debug macros to work properly with h323.jpeeler1-1/+1
2009-03-11Add MALLOC_DEBUG to various utility APIs, so that memory leaks can be tracked...tilghman4-21/+142
2009-03-11Spacing changes onlytilghman1-323/+342
2009-03-10Reset the thread local string buffer when handling the UserEvent action.file1-0/+3
2009-03-09Add Doxygen documentation for API changes from 1.6.0 to 1.6.1jpeeler3-18/+0
2009-03-06Merged revisions 180532 via svnmerge from dvossel1-34/+47
2009-03-05Merged revisions 180372 via svnmerge from kpfleming2-36/+103
2009-03-05Merge phase 1 support for the new bridging architecture.file2-1/+1338
2009-03-04Spacing changes onlytilghman5-327/+419
2009-03-04Merged revisions 180194 via svnmerge from file1-1/+1
2009-03-03app_read does not break from prompt loop with user terminated empty stringdvossel2-11/+20
2009-03-03Merged revisions 179807 via svnmerge from murf5-182/+310
2009-03-03Merged revisions 179840 via svnmerge from file1-2/+7
2009-03-03Merged revisions 179741 via svnmerge from russell1-1/+4
2009-03-03Merged revisions 179671 via svnmerge from file1-6/+6
2009-03-03Merged revisions 179608 via svnmerge from russell1-0/+12
2009-03-03Merged revisions 179536 via svnmerge from jpeeler1-1/+1
2009-03-02Merged revisions 179468 via svnmerge from tilghman1-1/+9
2009-03-02Merged revisions 179461 via svnmerge from russell1-0/+5
2009-03-02Merged revisions 179395 via svnmerge from qwell4-5/+129
2009-03-02Fix issue where changing the volume of both directions of audio did not work.file1-2/+4
2009-02-27Merged revisions 178956 via svnmerge from murf1-1/+1
2009-02-26Sound confirmation of call pickup success.tilghman1-0/+14
2009-02-26Merged revisions 178804 via svnmerge from murf1-2/+9
2009-02-26Fix an issue where the timer for file playback would not be stopped if DAHDI ...file1-2/+0
2009-02-26Ensure there is a valid tone part before trying to play tones.file1-0/+5
2009-02-25Picky, picky buildbotstilghman1-1/+1
2009-02-25Use notification when timezone files change and re-scan then.tilghman1-0/+159
2009-02-25Merged revisions 178508 via svnmerge from russell1-1/+1
2009-02-24Apparently, a void cast doesn't override warn_unused_result.tilghman1-1/+4
2009-02-24The 3 possible errors with pipe(2) are all impossible in this situation.tilghman1-1/+1
2009-02-24Merged revisions 178373 via svnmerge from russell1-2/+4
2009-02-24Use a SIGPIPE to kill the process, instead of depending upon the astcanary pr...tilghman1-1/+17
2009-02-23Merged revisions 178141 via svnmerge from russell1-6/+3
2009-02-23Fix a regression in scheduler entry ordering, and add a regression test for it.russell1-1/+1
2009-02-21add extra check for sysinfo/sysctlmvanbaak1-0/+2
2009-02-21Trailing whitespace, minor coding guideline fixes, and start beefing up theseanbright1-67/+68
2009-02-20Merged revisions 177786 via svnmerge from tilghman1-11/+11
2009-02-20Allow semicolons to be escaped, when passing arguments to the System command.tilghman1-0/+27
2009-02-19Merged revisions 177540 via svnmerge from murf2-1940/+166
2009-02-19Fix mismerge from revision 176708 pointed out by Kaloyan Kovachev on thejpeeler1-1/+0
2009-02-18Handle negative length and eliminate a condition that is always true.tilghman1-6/+5
2009-02-18fix two very minor bugs: if anyone ever uses SLINEAR16 as a format in RTP, en...kpfleming1-2/+2
2009-02-18Locking issue in action_bridge and bridge_execdvossel1-30/+45
2009-02-18Fixed error where a check for an zero length, terminated string was needed.dbailey1-1/+1
2009-02-18Need to take into account the \0 terminator of the old string to determine th...dbailey1-1/+1
2009-02-18This patch fixes merge_contexts_and_delete so it does not deadlock when hints...murf1-17/+110
2009-02-18Fix a number of incorrect uses of strncpy().russell1-8/+15