aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
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
2007-06-26Don't dereference a pointer that may be NULL here.qwell1-0/+3
2007-06-25Fix it so 1.4 actually compiles on my box.file1-2/+2
2007-06-24Merged revisions 71358 via svnmerge from russell1-10/+5
2007-06-24Merged revisions 71288 via svnmerge from tilghman2-11/+2
2007-06-23This patch is meant to fix 8433; where clid and src are lost via bridging.murf1-7/+69
2007-06-22Merged revisions 71065 via svnmerge from qwell1-4/+3
2007-06-22Merged revisions 71064 via svnmerge from bbryant1-5/+10
2007-06-22My conditions for merging amaflags info was naive; DOCUMENTATION is the defau...murf1-4/+5
2007-06-21Merged revisions 70948 via svnmerge from murf1-2/+5
2007-06-21Do not Packet2Packet bridge if packetization settings do not allow it. (issue...file1-0/+13
2007-06-21Via complaints aired in asterisk-users, I submit these changes, which allow c...murf1-7/+6
2007-06-20Put the speex packetization values back in but disable it when setting up the...file2-2/+2
2007-06-20Don't do packetization/smoother stuff with speex, it doesn't work.file1-1/+1
2007-06-19Merged revisions 70053 via svnmerge from murf1-1/+10
2007-06-19Merged revisions 69992 via svnmerge from file1-12/+17
2007-06-19Merged revisions 69986 via svnmerge from file1-1/+7
2007-06-18Fix for building on PowerPC under Linux.file1-1/+2
2007-06-18Remember the DNS lookup done when dnsmgr is called for the first time so that...file1-0/+1
2007-06-14Merged revisions 69469 via svnmerge from qwell1-1/+1
2007-06-14use ast_localtime() in every place localtime_r() was being usedkpfleming6-35/+53
2007-06-14Fix some problems with saying dates and times for the "tw" langaugerussell1-8/+9
2007-06-13Merged revisions 69127 via svnmerge from file1-3/+7