summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-01-09Replace errant tabs with spaces in causes.h.David M. Lee
2013-01-02Fix AMI redirect action with two channels failing to redirect both channels.Richard Mudgett
2013-01-02Prevent exhaustion of system resources through exploitation of event cacheMatthew Jordan
2012-12-13confbridge: Fix MOH on simultaneous user entry to a new conference.Richard Mudgett
2012-12-13Bail configure if it can't find libuuid.David M. Lee
2012-12-13Remove compile time check HAVE_DEV_URANDOM.Russell Bryant
2012-12-13Fixed configure.ac to look for proper uuid.h fileDavid M. Lee
2012-12-11Add UUID support to Asterisk.Mark Michelson
2012-12-05Remove init_framer(). It no longer does anything.Richard Mudgett
2012-12-03Cleanup core main on exit.Richard Mudgett
2012-11-27Made AST_LIST_REMOVE() simpler and use better names.Richard Mudgett
2012-11-23Re-initialize logmsgs mutex upon logger initialization to prevent lock errorsMatthew Jordan
2012-11-21Add red-black tree container type to astobj2.Richard Mudgett
2012-11-16Migrate hashtest/hashtest2 to be unit tests.David M. Lee
2012-11-08Add MALLOC_DEBUG enhancements.Richard Mudgett
2012-11-07Multiple revisions 375993-375994Mark Michelson
2012-11-06Fix stuck DTMF when bridge is broken.Richard Mudgett
2012-11-05Refactor ast_timer_ack to return an error and handle the error in timer usersMatthew Jordan
2012-10-18build_tools: Allow Asterisk to report git SHAs in version string.Richard Mudgett
2012-10-18Doxygen Updates - Title updateAndrew Latham
2012-10-15Fix some potential misuses of ast_str in the code.Mark Michelson
2012-10-12Do not use a FILE handle when doing SIP TCP reads.Mark Michelson
2012-10-11Continue to group config filesAndrew Latham
2012-10-11Don't make chan_sip export global symbols.Mark Michelson
2012-10-04Add support for applying direct media ACLs between differing channel technolo...Joshua Colp
2012-10-02Fix a variety of ref counting issuesMatthew Jordan
2012-10-01Doxygen CleanupAndrew Latham
2012-10-01app_queue: Support persisting and loading of long member lists.Sean Bright
2012-10-01Add support for retrieving engine specific settings using the speech API and ...Joshua Colp
2012-09-27Make res_http_websocket an optional dependency on supported platforms for cha...Joshua Colp
2012-09-25Allow for redirecting reasons to be set to arbitrary strings.Mark Michelson
2012-09-22Doxygen Updates Janitor WorkAndrew Latham
2012-09-21Doxygen Updates - janitor workAndrew Latham
2012-09-20Add support for DTLS-SRTP to res_rtp_asterisk and chan_sip.Joshua Colp
2012-09-20Named call pickup groups. Fixes, missing functionality, and improvements.Richard Mudgett
2012-09-18Add -fnested-functions compile flag, if needed.David M. Lee
2012-09-13Fix timeouts for ast_waitfordigit[_full].David M. Lee
2012-09-12Enhance astobj2 to support other types of containers.Richard Mudgett
2012-09-11Fix inability to shutdown gracefully due to an unending channel reference.Mark Michelson
2012-09-10Deprecate chan_gtalk, chan_jingle, and res_jabberKinsey Moore
2012-09-05Re-fix sending unnegotiated payloads during a P2P RTP bridge.Mark Michelson
2012-08-30Clean up doxygen warningsMatthew Jordan
2012-08-29Ensure alignment of in[] field in MD5Context struct.Richard Mudgett
2012-08-21Add scoped locks to Asterisk.Mark Michelson
2012-08-10Add private representation of caller, connected and redirecting party ids.Richard Mudgett
2012-08-09Use better libss7 detection test and move libpri compile test.Richard Mudgett
2012-08-09Extend extension state callbacks to have more information.Mark Michelson
2012-08-08Allow support for early media on AMI originates and call files.Mark Michelson
2012-08-07Payload and RTP code are must remain separate since in non-Asterisk format ca...Joshua Colp
2012-08-07Reduce memory consumption significantly for users of the RTP engine API by st...Joshua Colp