aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2006-06-07fix an incorrect usage of scanf, where it should be using sscanf, instead,russell1-2/+3
2006-06-07put the proper filename into the ignore propertykpfleming0-0/+0
2006-06-07move autoconfig.h to the include/asterisk directory so it will get installedkpfleming10-11/+10
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming237-2350/+5769
2006-06-07remove the WITH_SMDI definerussell5-53/+0
2006-06-07Merged revisions 32818 via svnmerge from russell1-4/+4
2006-06-07add an updated patch that adds dnsmgr support for outgoing iax2 registrationsrussell3-21/+125
2006-06-07remove the need to have to re-run make after a default menuselect.makeoptsrussell9-8/+16
2006-06-07changed the clean_up_bc function to work proper again. fixed the print with t...crichter2-7/+6
2006-06-06revert my changes to convert fields of zt_pvt to use stringfields. When I didrussell1-80/+74
2006-06-06Add q.921 state information. (#7260)mattf1-2/+6
2006-06-06oops.russell1-1/+1
2006-06-06move a variable declaration to the beginning of a blockrussell1-1/+1
2006-06-06use sizeof to determine the size of a bufferrussell1-2/+2
2006-06-06use sizeof to get the size of a bufferrussell1-1/+1