aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-06-09there is no reason to define our own 'maximum path length' when the POSIX hea...kpfleming10-69/+67
2006-06-09various minor portability fixes (mostly from tholo for OpenBSD)kpfleming8-98/+82
2006-06-09Move payloadtype back home to rtp.c oej2-13/+13
2006-06-09Another try at hanging up the transferer channel after the masqoej1-19/+18
2006-06-09Don't double check existence of a variable (issue #7300 reported by foamdino)file1-2/+2
2006-06-09Blocked revisions 33300 via svnmergefile0-0/+0
2006-06-09oops moved block without renaming a variable correctly.mogorman1-3/+3
2006-06-09Merged revisions 33297 via svnmerge from file1-2/+0
2006-06-09Wait until we have the lock before getting the pvt structure pointer (issue #...file1-1/+1
2006-06-09Merged revisions 33294 via svnmerge from file1-4/+12
2006-06-09Add more missing newlines (issue #7323 reported by darkskiez)file1-6/+6
2006-06-09Blocked revisions 33264 via svnmergefile0-0/+0
2006-06-09convert one of my linked lists to ast_linklistmogorman2-49/+39
2006-06-09Don't force context for domain= setting (imported from 1.2)oej1-2/+2
2006-06-09Remove the return value from functions that return something that is never ch...oej1-32/+31
2006-06-09when we don't want the call we need to release_complete it.. ignoring it brea...crichter1-0/+3
2006-06-09Rename ast_rtp_early_media to ast_rtp_early_bridge to avoid confusion.oej3-8/+10
2006-06-09Enabling and disabling debug messages...oej1-2/+3
2006-06-09Move a couple semicolons to a more traditional location. Was pointed out by ...jcollie1-2/+2
2006-06-08move 'struct ast_rtp' back to rtp.c where it belongskpfleming3-78/+90
2006-06-08always include inttypes.h and sys/types.h in asterisk/compat.h to fix a buildrussell2-14/+5
2006-06-08Debug logging fixesoej1-4/+9
2006-06-08Make menuselect compile on os/x...oej1-2/+2
2006-06-08At least reply if we get a fatal error in handling a packet.oej1-7/+11
2006-06-08Don't crash if chan2 does not exist (one-legged call situations, like echo)oej1-1/+1
2006-06-08Improve SIP historyoej1-1/+2
2006-06-08Avoid using the name "early media" for media that is not earlyoej1-5/+6
2006-06-08document the new sound/moh file installation processkpfleming1-8/+33
2006-06-08Issue #7294 - Asterisk sends INVITE instead of BYE. Fix by Philippe Sultan. T...oej1-1/+1
2006-06-08Doxygen updatesoej2-14/+14
2006-06-08handle out-of-memory conditions in ast_frisolate() properly (reported by Slav...kpfleming1-3/+11
2006-06-08try to get keyword substitution working for this filekpfleming1-1/+1
2006-06-08Fixed detection of dtmfs with bridged channels.crichter1-9/+33
2006-06-08Update doxygen for video formatsoej2-0/+4
2006-06-08Add video.txt to doxygenoej1-1/+7
2006-06-08Doxygen updateoej2-0/+9
2006-06-08Doxygen formattingoej1-25/+15
2006-06-08Enable doxygenoej1-1/+1
2006-06-08Cleanup formatting a little...markster1-2/+2
2006-06-07move the common wget arguments to a variable and remove --no-verbose sorussell1-7/+8
2006-06-07ok, new sounds/moh handling stuff should be done... bring on the bug reports!kpfleming1-3/+10
2006-06-07solves some bugs with memory allocation, and addsmogorman3-34/+93
2006-06-07moh files will now be distributed in native format, not mp3, so...kpfleming4-23/+24
2006-06-07ok, now it knows how to auto-download and installkpfleming1-6/+43
2006-06-07don't force the sounds to download... only when neededkpfleming4-9/+11
2006-06-07woo-hoo, now it knows how to download the sound packages... doesn't install t...kpfleming5-110/+111
2006-06-07prepare for using sound files from out of the source treekpfleming356-18/+28
2006-06-07fix a typo in an option name in config parsingrussell1-1/+1
2006-06-07simplify the loop that iterates through the categories in followme.conf andrussell1-4/+4
2006-06-07fix the build with astmm enabledrussell1-0/+3