aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
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
2007-06-12In ast_channel_make_compatible(), just return if the channels' read and writerussell1-0/+5
2007-06-12Merged revisions 68921 via svnmerge from file1-0/+5
2007-06-11Merged revisions 68682 via svnmerge from file1-8/+18
2007-06-08Merged revisions 68397 via svnmerge from file1-6/+18
2007-06-08Merged revisions 68368 via svnmerge from file1-14/+14
2007-06-07Merged revisions 68351 via svnmerge from russell1-2/+2
2007-06-07Include stdarg.h for build issues on Solarisrussell1-0/+1
2007-06-07Fix logic when doing a name based channel search for a structure when you wan...file1-0/+5
2007-06-06Properly handle cases where a stream can't be written to. (issue #9757 report...file1-0/+2
2007-06-06Merged revisions 67715 via svnmerge from russell1-1/+4
2007-06-06Merged revisions 67649 via svnmerge from file1-1/+6
2007-06-06Fix plc_samples warning when registering a translator. (issue #9897 reported ...file1-1/+1
2007-06-06Merged revisions 67593 via svnmerge from file1-6/+5
2007-06-05Handle a failure in malloc() in ast_safe_string_alloc()russell1-1/+2
2007-06-05Fix a problem that showed itself by causing Zap channel names to be completelyrussell1-4/+9