aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2007-08-06Add additional DTMF log messages to help when debugging issues.file1-6/+16
2007-08-06Fix an issue with using UpdateConfig (manager action) where escaped semicolonsqwell1-3/+2
2007-08-06(closes issue #10355)file1-1/+1
2007-08-03Changed the behavior of sip's realtime_peer function to match the correspondi...mmichelson1-0/+8
2007-08-03Add some improvements to lock debugging. These changes take effectrussell2-7/+249
2007-08-02Merged revisions 77942 via svnmerge from murf1-2/+6
2007-08-01(closes issue #10351)file1-1/+1
2007-08-01Add some fixes for building on Solaris.file1-1/+1
2007-08-01Whoops, I meant R_5 not R5.file1-1/+1
2007-08-01Extend autoconf logic to determine which version of gethostbyname_r is on the...file1-2/+2
2007-07-31Made VAST improvements in DTMF receiver in RADIO_RELAX mode (thanx Stevejdixon1-11/+17
2007-07-30Applications like SayAlpha() should not hang up the channel if youqwell1-15/+19
2007-07-30file and I both committed changes for issue #10301. Remove a duplicatedrussell1-1/+1
2007-07-30(closes issue #10301)russell1-1/+3
2007-07-30(closes issue #10301)file1-0/+6
2007-07-26(closes issue #10302)file1-3/+6
2007-07-26Fixes to get ast_backtrace working properly. The AST_DEVMODE macro was never ...mmichelson1-0/+4
2007-07-26Missed onetilghman1-1/+1
2007-07-26Oops, that builtin define should be all-lowercase.tilghman1-2/+2
2007-07-25chan->emulate_dtmf_duration is an unsigned int, not a signed int, so use %u i...mmichelson1-1/+1
2007-07-25set the sequence number in a frame for all frame typesrizzo1-1/+1
2007-07-24Found another place where we should be using the umask (thanks jcmoore)tilghman1-1/+1
2007-07-20Eliminate a compiler warning with gcc 4.2 by constifying a char *qwell1-2/+2
2007-07-20Use the define that specifies the default length of an artificially createdrussell1-2/+2
2007-07-17cast arguments to ast_log so that it builds without warnings for merussell1-1/+1
2007-07-17Ensure that the pointer to STUN data does not go to unaccessible memory. (ASA...file1-2/+2
2007-07-17(closes issue #10209)russell1-0/+2
2007-07-16Merged revisions 75304 via svnmerge from kpfleming1-0/+59
2007-07-12Whoops... didn't want this to be returned to 0 each iteration.file1-1/+2
2007-07-12When waiting for a digit ensure that a begin frame was received with it, not ...file1-2/+7
2007-07-10Don't use #if to check if something is defined - use #ifdef instead.qwell1-5/+5
2007-07-10Merged revisions 74373 via svnmerge from qwell1-0/+4
2007-07-10Merged revisions 74264 via svnmerge from file1-2/+2
2007-07-09Doxygen formatting fixes; fixes errors while 'make progdocs'. (Closes issue ...tilghman1-71/+90
2007-07-09Give Agent channel names priority when doing CDR merging. (issue #10011 repor...file1-1/+1
2007-07-05Merged revisions 73349 via svnmerge from file1-8/+6
2007-07-03Removing expr floating patch from 1.4; too much of a behavior change. If you ...murf6-544/+442
2007-07-02support for floating point numbers added to ast_expr2 $\[...\] exprs. Fixes b...murf6-508/+596
2007-07-02Remove a bogus comment and add proper locking to the handler function for therussell1-1/+2
2007-07-02Added additional DTMF debug messages for when emulation occurs.file1-2/+7
2007-06-29Use !defined(HAVE_GETHOSTBYNAME_R) to check for absencerizzo1-1/+1
2007-06-29Minor change for older GCC versions.file1-2/+2
2007-06-29Issue 10055 - Change memory allocation to use the heap for a command, since t...tilghman1-8/+17
2007-06-28Add -Wdeclaration-after-statement to AST_DEVMODE flags to catchrizzo1-2/+3
2007-06-27Merged revisions 72373 via svnmerge from bbryant1-0/+7
2007-06-27Merged revisions 72333 via svnmerge from bbryant1-7/+0
2007-06-27Merged revisions 72259 via svnmerge from bbryant1-0/+8
2007-06-27Merged revisions 72256 via svnmerge from file1-1/+6
2007-06-27Make the ast_read_noaudio API call behave better under circumstances where DT...file1-29/+38
2007-06-27Only output debug information related to RTCP timestamps when RTCP debugrussell1-1/+1