aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-10-31Start Asterisk later in the boot process to ensure it starts after stuff likerussell1-1/+1
2006-10-31Merged revisions 46560 via svnmerge from russell1-0/+1
2006-10-31Merged revisions 46557 via svnmerge from russell1-2/+2
2006-10-31Add a small tweak to the code that checks to see whether destination formatsrussell1-3/+6
2006-10-30spelling typomogorman1-2/+2
2006-10-30formatting fix.mogorman1-16/+16
2006-10-30when unregistering a translator, don't rebuild the translation matrix unless ...kpfleming1-1/+17
2006-10-30ensure that items removed from a list are always unlinked from the list (next...kpfleming1-0/+1
2006-10-30Don't explicitly link in crypt as it is not used on some platforms.file2-2/+2
2006-10-30We need to lock the pvt structure during retransmission as another worker thr...file1-1/+2
2006-10-30Issue #8246 - Doxygen fixes from kshumard. oej12-26/+34
2006-10-30Bind RTCP to the same IP as RTPoej1-1/+3
2006-10-29Issue #7869 - Stop retransmission of 302 redirects (imported from 1.2)oej1-2/+1
2006-10-29Issue #7608 - Notifications sent with wrong content-type (imported from 1.2, ...oej1-9/+6
2006-10-29Backport of patch for #7828 that was reported for trunk, but obviouslyoej2-3/+23
2006-10-29Restoring the old logic, since working around it and fixing it seemed too com...oej1-5/+7
2006-10-28Accepting a message twice may be misinterpreted...oej1-2/+2
2006-10-28- 183 is not reliable message...oej1-4/+4
2006-10-28Don't build muted on OpenBSD, it is not supported.file1-0/+4
2006-10-27move the copy of the default settings to the global settings back out ofrussell1-3/+4
2006-10-27Put some doxygen pressure on Christian :-)oej1-0/+1
2006-10-27We should always be using _exit() after a fork() or vfork() instead of exit().russell4-5/+5
2006-10-27Blocked revisions 46361 via svnmergerussell0-0/+0
2006-10-27Instead of iterating all of the options once to look for jitterbuffer options,russell1-6/+6
2006-10-27Merged revisions 46350 via svnmerge from crichter4-30/+31
2006-10-27fixed not compile issue, which was just introducedcrichter1-1/+1
2006-10-27Merged revisions 46176 via svnmerge from crichter4-3/+23
2006-10-26Fix small formatting issue, that causes misaligned lineqwell1-1/+1
2006-10-26Block patch that only applies to 1.2oej0-0/+0
2006-10-26Merged revisions 46337 via svnmerge from qwell1-1/+1
2006-10-26grammar checkqwell1-1/+1
2006-10-26Corrections to changesoej1-11/+14
2006-10-26- If the source has no audio or no video portion, do not call powerof() torussell1-5/+20
2006-10-26update to reflect G.722 additionkpfleming1-0/+1
2006-10-26update backtrace documentation to reflect changes in 1.4 (issue #8230, kshumard)russell1-16/+20
2006-10-26Fix config comment code preservation code (thanks murf!)markster2-12/+167
2006-10-25Old todo note - Don't add Contact header on BYE and Canceloej1-1/+3
2006-10-25regenerate configure scriptrussell1-5/+5
2006-10-25fix error output when checking for openh323 to refer to openh323 insteadrussell1-2/+2
2006-10-25Somewhat ugly code to try to fix issue #7608. oej1-7/+21
2006-10-25update warning message to include "agi" option (issue #8225, jmls)russell1-1/+1
2006-10-25use 1.4.3 extra sounds with corrected silence fileskpfleming1-1/+1
2006-10-25add support for prebuilt G.722 prompts and music on hold fileskpfleming2-0/+13
2006-10-25show settings doesn't produce a list oej1-8/+3
2006-10-25Block change to 1.2 that was already committed to 1.4oej0-0/+0
2006-10-25apparently developers are still not aware that they should be use ast_copy_st...kpfleming28-293/+258
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...kpfleming7-12/+36
2006-10-25code zone experiment: don't offer formats in the outbound INVITE that aren't ...kpfleming2-33/+13
2006-10-24if multiple translators are registered for the same source/dest combination, ...kpfleming1-2/+20