aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2006-10-17optimize the 'quick response' code a bit more... no more malloc() or memset()...kpfleming2-3/+3
2006-10-13------------------------------------------------------------------------kpfleming1-2/+2
2006-10-13Merged revisions 45030 via svnmerge from file1-9/+9
2006-10-13use a configure script test for PMTU discovery control instead of just assumi...kpfleming1-2/+2
2006-10-12Merged revisions 44955 via svnmerge from kpfleming2-0/+12
2006-10-12fix a silly typo in a comment that I saw while reading the commit listrussell1-1/+1
2006-10-12append_event must be called while holding the session locknadi1-2/+1
2006-10-11These are already set by the parent Makefile..qwell1-5/+0
2006-10-10CHANNEL() function sometime mix parameter and valuepcadach1-1/+1
2006-10-06Remove the seqno check for RFC2833, the handler is smart enough to not need it.file1-8/+1
2006-10-06When the sequence number rolls over then reset the recorded sequence number f...file1-0/+4
2006-10-06Merged revisions 44580 via svnmerge from file1-0/+1
2006-10-06make sure sockets are blocking when they should be blocking.rizzo2-0/+5
2006-10-05Merged revisions 44501 via svnmerge from file1-0/+1
2006-10-05don't segfault when an argument without a close parenthesis is foundkpfleming1-2/+2
2006-10-04make LOW_MEMORY builds actually workkpfleming1-0/+7
2006-10-04update thread creation code a bitkpfleming8-32/+37
2006-10-04ensure that local include files are always usedkpfleming3-5/+6
2006-10-02Merged revisions 44168 via svnmerge from file1-1/+1
2006-09-30Allow one-way RTP streams (device->Asterisk)pcadach1-3/+7
2006-09-30fix two recent build problems:rizzo1-1/+1
2006-09-29fix a few build system bugs, and convert Makefiles to be compatible with GNU ...kpfleming1-1/+4
2006-09-29Fix a bug with the removal of 'atleast' argument to 'core verbose' and 'core ...qwell2-13/+54
2006-09-29yet another place where we were not using the correct CFLAGS by defaultkpfleming1-1/+1
2006-09-29missed one conversion to ASTCFLAGSkpfleming1-1/+1
2006-09-29don't abuse CFLAGS and LDFLAGS for build of Asterisk components, because they...kpfleming2-7/+7
2006-09-29proper fix for ast_group_t changekpfleming1-3/+3
2006-09-28Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka)file2-2/+2
2006-09-28Warning be gone!file1-2/+2
2006-09-28Merged revisions 43895 via svnmerge from kpfleming1-1/+1
2006-09-28Don't warn on HOLD/UNHOLD control framespcadach1-0/+2
2006-09-28Don't treat unknown control frames as voicepcadach1-0/+1
2006-09-27Fix an issue with PLAYBACKSTATUS not being set under certain circumstances.qwell1-1/+3
2006-09-27Compensate for out of order packets better if RFC2833 compensation is turned on.file1-0/+6
2006-09-27Merged revisions 43778 via svnmerge from russell1-3/+5
2006-09-26(This was actually BE-65)russell1-13/+11
2006-09-26Merged revisions 43705 via svnmerge from file1-2/+2
2006-09-26Slight overhaul of the whisper support. 1. We need to duplicate the frame fro...file2-58/+83
2006-09-26Issue #8015, patch by Dan Austin.qwell1-6/+6
2006-09-22Make sure we explicitly set the CLI command to not be deprecated, if it isn't.qwell1-0/+2
2006-09-22all the Linux systems I have don't use '__m_count' for this field, so I don't...kpfleming1-6/+6
2006-09-22Suppress a compiler warning about the use of a potentially uninitializedrussell1-1/+1
2006-09-21add another attempt to strip non-API symbols from the final binary... script ...kpfleming1-1/+2
2006-09-21remove this change... it requires binutils 2.17kpfleming1-1/+1
2006-09-20Fix the total allocation count and total byte count in the memory summaryrussell1-2/+2
2006-09-20Fix the memory summary so that it doesn't print the first file in the list overrussell1-2/+2
2006-09-20fix some breakage from the CLI command changesrussell1-2/+2
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...tilghman5-10/+11
2006-09-20don't let symbols from included static libraries (like codec/ilbc) pollute th...kpfleming1-1/+1
2006-09-20Totally break a P2P bridge upon going on hold, and re-establish it upon going...file1-2/+18