summaryrefslogtreecommitdiff
path: root/include/asterisk
AgeCommit message (Expand)Author
2012-12-04Add better listener support.Mark Michelson
2012-12-04Remove zombie state from threadpool altogether.Mark Michelson
2012-12-04Add some doxygen and rearrange code.Mark Michelson
2012-12-03Merged revisions 377138 via svnmerge from Automerge script
2012-12-03This now compiles.Mark Michelson
2012-11-29Commit some progress towards threadpools.Mark Michelson
2012-11-27Merged revisions 376630 via svnmerge from Automerge script
2012-11-23Merged revisions 376589 via svnmerge from Automerge script
2012-11-21Merged revisions 376575 via svnmerge from Automerge script
2012-11-19Get rid of trailing whitespace.Mark Michelson
2012-11-19Reorganize code and change behavior of ast_taskprocessor_execute() when taskp...Mark Michelson
2012-11-16Change the write-up on taskprocessors to reflect the new design.Mark Michelson
2012-11-16Add a shutdown callback to taskprocessor listeners.Mark Michelson
2012-11-16Merged revisions 376341,376344-376345 via svnmerge from Automerge script
2012-11-09Add doxygen and constify some things.Mark Michelson
2012-11-09Genericize the allocation and destruction of taskprocessor listeners.Mark Michelson
2012-11-08Move taskprocessors to use a listener model.Mark Michelson
2012-11-08Merged revisions 376049 via svnmerge from Automerge script
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