summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2013-03-27Convert MWI state message type to the new stasis naming conventionKinsey Moore
2013-03-27Address uninitialized conditional that valgrind foundKinsey Moore
2013-03-27Fix a file descriptor leak in off nominal pathMatthew Jordan
2013-03-27AST-2013-002: Prevent denial of service in HTTP serverMatthew Jordan
2013-03-26Remove the noop handler from sorcery so it does not produce an empty value.Joshua Colp
2013-03-26Resolve deadlock between pending CDR and batch CDR locksMatthew Jordan
2013-03-25Fix typoKinsey Moore
2013-03-25Fix missing ' ' around '='Kinsey Moore
2013-03-25Move NewCallerid, HangupRequest and SoftHangupRequest to StasisDavid M. Lee
2013-03-22Fixed another issue from r383579.David M. Lee
2013-03-22Corrected some module issues introduced by r383579.David M. Lee
2013-03-22Move more channel events to Stasis; move res_json.c to main/json.c.David M. Lee
2013-03-20Resolve a race condition in StasisKinsey Moore
2013-03-20Pass the sorcery instance to wizards for CUD operations as well as retrieve.Joshua Colp
2013-03-19Fix lock destruction/unlock inversionKinsey Moore
2013-03-16Transition MWI to Stasis-coreKinsey Moore
2013-03-15A simplistic router for stasis_message's.David M. Lee
2013-03-15Take advantage of the fact that stasis_unsubscribe now returns NULLKinsey Moore
2013-03-15Make stasis unsubscription functions return NULLKinsey Moore
2013-03-15tcptls: Prevent unsupported options from being setKinsey Moore
2013-03-08Stasis documentation updates.David M. Lee
2013-03-08Ensure dummy channels get a stasis topic.David M. Lee
2013-03-08Add message dump capability to stasis cache layerKinsey Moore
2013-03-08This patch adds a new message bus API to Asterisk.David M. Lee
2013-03-07Changing log level of "Not changing threadpool size" from notice to debug.David M. Lee
2013-03-07Fix a memory leak in xmldocKinsey Moore
2013-03-07Resolve more memory leaks in xmldocKinsey Moore
2013-03-07Add a 'secret' probation strictrtp mode to handle delayed changes in RTP sourceMatthew Jordan
2013-03-07Fix minor memory leak in xmldocKinsey Moore
2013-03-07Ensure that logmsgs are freed properlyKinsey Moore
2013-03-07Fix ref leak in threadpool.cKinsey Moore
2013-03-06Resolve a ref leak in threadpool.cKinsey Moore
2013-03-04Fixup some bridge and format capabilities comments and whitespace.Richard Mudgett
2013-03-04Fix comparison of presence state in event subsystem.Jason Parker
2013-03-01Add support for registering a sorcery handler which supports multiple fields ...Joshua Colp
2013-02-28threadpool: Make ast_threadpool_push() return -1 if shutting_downRichard Mudgett
2013-02-28threadpool: Whitespace and comment corrections.Richard Mudgett
2013-02-26Remove unneeded linux-gnueabi*Tzafrir Cohen
2013-02-24Don't display the AMI ALL class authorization for users if they don't have itMatthew Jordan
2013-02-19Write the correct callid to the data1 field in queue_log for transfer events.Kevin Harwell
2013-02-19Add The Status Of A Module To The Output Of "CLI> module show"Michael L. Young
2013-02-16Add support for retrieving multiple objects from sorcery using a regex on the...Joshua Colp
2013-02-15Fix crash in PresenceState AMI action when specifying an invalid providerMatthew Jordan
2013-02-15Disable strict XML documentation config checking; fix crash caused by sorceryMatthew Jordan
2013-02-15Stopped spamming of debug messages during attended transfer.Kevin Harwell
2013-02-15Add CLI configuration documentationMatthew Jordan
2013-02-14End stuck DTMF if AST_SOFTHANGUP_ASYNCGOTO because it isn't a real hangup.Richard Mudgett
2013-02-14Revamp of terminal color codesKinsey Moore
2013-02-12Add a serializer interface to the threadpoolDavid M. Lee
2013-02-12Do not allow native RTP bridging if packetization of media streams differs.Mark Michelson