aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2009-04-29Merge str_substitution branch.tilghman3-44/+395
2009-04-29Consistent SSL/TLS options across conf filesdvossel3-48/+52
2009-04-29Log an error message if indications.conf is not found.russell1-0/+1
2009-04-29Resolve Solaris build issues and add some API documentation.russell1-2/+4
2009-04-27Fix a small memory leak on error in ast_channel_alloc().rmudgett1-0/+2
2009-04-27Don't warn on pipe in the System call.tilghman1-1/+2
2009-04-27Fix a bug where we tried to send events out when no sessions container was pr...file1-15/+17
2009-04-24TLS/SSL private key optiondvossel3-4/+28
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.russell9-550/+750
2009-04-23Labels are sometimes (most of the time?) NULL for extensions.tilghman1-2/+2
2009-04-23Support HTTP digest authentication for the http manager interface.tilghman4-773/+1688
2009-04-22Fix building of chan_h323 with gcc-3.3jpeeler2-10/+10
2009-04-22Fix call parking callback. Pipes -> Commas.russell1-2/+2
2009-04-20Use nanosleep instead of poll.tilghman1-2/+4
2009-04-20Merged revisions 189391 via svnmerge from dbailey2-2/+4
2009-04-20Merged revisions 189277 via svnmerge from mmichelson1-7/+7
2009-04-17Fix copy/paste error with 'transmit silence' flag.seanbright1-1/+1
2009-04-17Merged revisions 189009 via svnmerge from mnicholson1-1/+3
2009-04-17Fix a spacing issue that I claimed I would when I committed this code.mmichelson1-1/+1
2009-04-17Several fixes to the extenpatternmatchnew logic.mmichelson1-206/+172
2009-04-15Merged revisions 188582 via svnmerge from mmichelson1-2/+7
2009-04-14Making sure we have references to external libraries.oej1-0/+2
2009-04-14As suggested by Russell, warn users when their dialplan arguments contain pip...tilghman1-0/+5
2009-04-10Change how we set the local and remote address.file1-4/+8
2009-04-10Fix some uninitialized memory notices that appeared under valgrind.file1-1/+1
2009-04-10Don't let ast_channel_alloc fail if explicitly passed NULL cid_name or cid_nu...mmichelson1-5/+16
2009-04-10revert addition of LOG_SECURITY log channel; after further discussion, a much...kpfleming1-7/+2
2009-04-10Modify headers and macros, according to Russell's suggestions on the -dev listtilghman8-12/+12
2009-04-09Add ability for dialplan execution to continue when caller hangs up.jpeeler1-2/+3
2009-04-09Merged revisions 187428 via svnmerge from tilghman1-6/+17
2009-04-09Add support for allowing the channel driver to handle transcoding.file1-2/+20
2009-04-09Merged revisions 187300-187301 via svnmerge from tilghman4-4/+283
2009-04-09add a dedicated log channel for modules to be able report security-related ev...kpfleming1-2/+7
2009-04-08Add timer for features so that backup bridge config can go awayjpeeler2-83/+71
2009-04-08Fix a bug where we would native bridge when we did not want to.file1-0/+10
2009-04-08Turn a warning message into a debug message and do not treat two situations a...file1-2/+2
2009-04-08Merged revisions 186984 via svnmerge from mmichelson1-6/+10
2009-04-08Start splitting up miscellaneous doxygen documentation into separate files.russell1-2/+0
2009-04-07Merged revisions 186832 via svnmerge from mmichelson1-0/+3
2009-04-07Merged revisions 186719 via svnmerge from mmichelson1-3/+4
2009-04-06Pass the correct value to sizeof when copying address information.file1-2/+2
2009-04-03This commit introduces COLP/CONP and Redirecting party information into Aster...mmichelson5-82/+1171
2009-04-03Add better support for relaying success or failure of the ast_transfer() API ...file1-0/+33
2009-04-03audio_audiohook_write_list() did not correctly update sample size after ast_t...dvossel1-0/+1
2009-04-03Compatibility fix for glibc 2.4tilghman1-1/+5
2009-04-02Merge in the RTP engine API.file6-4871/+2049
2009-04-02Missed a common case for needing to extend the buffer.tilghman1-1/+2
2009-04-01Merge changes from str_substitution that are unrelated to that branch.tilghman5-20/+14
2009-04-01Address Russell's comments regarding rev 185704.mmichelson1-4/+2
2009-04-01Merged revisions 185771 via svnmerge from russell1-0/+7