summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2009-04-20Use nanosleep instead of poll.Tilghman Lesher
2009-04-20Merged revisions 189391 via svnmerge from Doug Bailey
2009-04-20Merged revisions 189277 via svnmerge from Mark Michelson
2009-04-17Fix copy/paste error with 'transmit silence' flag.Sean Bright
2009-04-17Merged revisions 189009 via svnmerge from Matthew Nicholson
2009-04-17Fix a spacing issue that I claimed I would when I committed this code.Mark Michelson
2009-04-17Several fixes to the extenpatternmatchnew logic.Mark Michelson
2009-04-15Merged revisions 188582 via svnmerge from Mark Michelson
2009-04-14Making sure we have references to external libraries.Olle Johansson
2009-04-14As suggested by Russell, warn users when their dialplan arguments contain pip...Tilghman Lesher
2009-04-10Change how we set the local and remote address.Joshua Colp
2009-04-10Fix some uninitialized memory notices that appeared under valgrind.Joshua Colp
2009-04-10Don't let ast_channel_alloc fail if explicitly passed NULL cid_name or cid_nu...Mark Michelson
2009-04-10revert addition of LOG_SECURITY log channel; after further discussion, a much...Kevin P. Fleming
2009-04-10Modify headers and macros, according to Russell's suggestions on the -dev listTilghman Lesher
2009-04-09Add ability for dialplan execution to continue when caller hangs up.Jeff Peeler
2009-04-09Merged revisions 187428 via svnmerge from Tilghman Lesher
2009-04-09Add support for allowing the channel driver to handle transcoding.Joshua Colp
2009-04-09Merged revisions 187300-187301 via svnmerge from Tilghman Lesher
2009-04-09add a dedicated log channel for modules to be able report security-related ev...Kevin P. Fleming
2009-04-08Add timer for features so that backup bridge config can go awayJeff Peeler
2009-04-08Fix a bug where we would native bridge when we did not want to.Joshua Colp
2009-04-08Turn a warning message into a debug message and do not treat two situations a...Joshua Colp
2009-04-08Merged revisions 186984 via svnmerge from Mark Michelson
2009-04-08Start splitting up miscellaneous doxygen documentation into separate files.Russell Bryant
2009-04-07Merged revisions 186832 via svnmerge from Mark Michelson
2009-04-07Merged revisions 186719 via svnmerge from Mark Michelson
2009-04-06Pass the correct value to sizeof when copying address information.Joshua Colp
2009-04-03This commit introduces COLP/CONP and Redirecting party information into Aster...Mark Michelson
2009-04-03Add better support for relaying success or failure of the ast_transfer() API ...Joshua Colp
2009-04-03audio_audiohook_write_list() did not correctly update sample size after ast_t...David Vossel
2009-04-03Compatibility fix for glibc 2.4Tilghman Lesher
2009-04-02Merge in the RTP engine API.Joshua Colp
2009-04-02Missed a common case for needing to extend the buffer.Tilghman Lesher
2009-04-01Merge changes from str_substitution that are unrelated to that branch.Tilghman Lesher
2009-04-01Address Russell's comments regarding rev 185704.Mark Michelson
2009-04-01Merged revisions 185771 via svnmerge from Russell Bryant
2009-04-01Allow the AMI Hangup command to accept a Cause header.Mark Michelson
2009-03-31Optimizations to the stringfields APIKevin P. Fleming
2009-03-31Merged revisions 185196 via svnmerge from Joshua Colp
2009-03-27Improve timing interface to remember which provider provided a timerKevin P. Fleming
2009-03-27Use ast_random() instead of rand() to ensure we use the best RNG available.Russell Bryant
2009-03-27Change global_app_buf to ast_str_thread_global_buf.Russell Bryant
2009-03-27Change g_eid to ast_eid_default.Russell Bryant
2009-03-27Don't act surprised if we get a -1 indication.Russell Bryant
2009-03-27Pass more useful information through to lock tracking when DEBUG_THREADS is on.Russell Bryant
2009-03-25Remove unneeded AST_LIST_ENTRY() and comment on the purpose of ast_event_ref.Russell Bryant
2009-03-25Improve performance of the ast_event cache functionality.Russell Bryant
2009-03-25Merged revisions 184188 via svnmerge from Eliel C. Sardanons
2009-03-25Include poll-compat.hRussell Bryant