aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2006-11-01fix saying one hundred and two hundred in hebrew (issue #7810, eldadran)russell1-4/+7
2006-11-01Force poll() emulation for Darwin to always be on. It's too broken to conside...file1-1/+6
2006-11-01Cleanups suggested by Russell.murf1-31/+32
2006-10-31Fix "core show translation" output. Issue #8243, patch by Damin.qwell1-2/+2
2006-10-31add an API so that translators can activate/deactivate themselves when neededkpfleming1-6/+37
2006-10-31revert changes that were the wrong way to address this... proper fix comingkpfleming1-48/+39
2006-10-31let's set the seen flag early enough to actually make a difference...kpfleming1-2/+2
2006-10-31don't re-do setup operations for translators that can dynamically register th...kpfleming1-39/+48
2006-10-31Issue #8089 - Fix the ENUM support (picking one record by number). Thanks otmar!oej1-23/+31
2006-10-31Merged revisions 46560 via svnmerge from russell1-0/+1
2006-10-31Add a small tweak to the code that checks to see whether destination formatsrussell1-3/+6
2006-10-30when unregistering a translator, don't rebuild the translation matrix unless ...kpfleming1-1/+17
2006-10-30Issue #8246 - Doxygen fixes from kshumard. oej3-6/+10
2006-10-30Bind RTCP to the same IP as RTPoej1-1/+3
2006-10-27We should always be using _exit() after a fork() or vfork() instead of exit().russell1-1/+1
2006-10-26- If the source has no audio or no video portion, do not call powerof() torussell1-5/+20
2006-10-26Fix config comment code preservation code (thanks murf!)markster2-12/+167
2006-10-25apparently developers are still not aware that they should be use ast_copy_st...kpfleming5-7/+5
2006-10-25WaitExten truncates decimals of times to wait, instead of accepting them (Bug...tilghman1-2/+3
2006-10-25add passthrough and file format support for G.722 16KHz audio (issue #5084, o...kpfleming3-6/+9
2006-10-25code zone experiment: don't offer formats in the outbound INVITE that aren't ...kpfleming1-0/+5
2006-10-24if multiple translators are registered for the same source/dest combination, ...kpfleming1-2/+20
2006-10-24merge 45152 don't leak descriptors in http.crizzo1-17/+22
2006-10-24ensure that the translation matrix is properly lock-protected every place it ...kpfleming1-4/+24
2006-10-24add an API call to allow channel drivers to determine which media formats are...kpfleming1-0/+42
2006-10-24Pass through a frame if we don't know what it is, rather than trying to pass atilghman1-1/+4
2006-10-21Don't use promotion on Darwin because it doesn't seem to work quite right in ...file1-2/+2
2006-10-18Don't modify things if we are using vfork as this is very bad and may cause u...file1-0/+4
2006-10-18merge from trunk: move ast_variables_destroy() to a betterrizzo1-1/+1
2006-10-18Don't segfault if you're using a channel driver that doesn't turn RTCP onfile1-2/+2
2006-10-18Don't attempt to access private data members of the pthread_mutex_t object,russell1-22/+6
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