summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-28Add uuid wrapper API call ast_uuid_generate_str().Richard Mudgett
2013-03-28Break the world. Stasis message type accessors should now all be named correc...Kinsey Moore
2013-03-27Convert MWI state message type to the new stasis naming conventionKinsey Moore
2013-03-27Added a doxygen group for Stasis messages and topicsDavid M. Lee
2013-03-27Address uninitialized conditional that valgrind foundKinsey Moore
2013-03-27Fix a file descriptor leak in off nominal pathMatthew Jordan
2013-03-27Fix white noise on SRTP decryptionKinsey Moore
2013-03-27AST-2013-003: Prevent username disclosure in SIP channel driverMatthew Jordan
2013-03-27AST-2013-002: Prevent denial of service in HTTP serverMatthew Jordan
2013-03-27AST-2013-001: Prevent buffer overflow through H.264 format negotiationMatthew Jordan
2013-03-27Fix skinny encall button to not blind xfer.Damien Wedhorn
2013-03-26Remove the noop handler from sorcery so it does not produce an empty value.Joshua Colp
2013-03-26Resolve deadlock between SIP registration and channel based functionsMatthew Jordan
2013-03-26Resolve deadlock between pending CDR and batch CDR locksMatthew Jordan
2013-03-26Suppress compiler warning.Russell Bryant
2013-03-26Fix multi-station answer race condition.Russell Bryant
2013-03-25Set the CALLERID(dnid-num-plan) for incoming ISDN calls.Richard Mudgett
2013-03-25Fix typoKinsey Moore
2013-03-25Fix missing ' ' around '='Kinsey Moore
2013-03-25install_prereq: removed some out-of-date commentsDavid M. Lee
2013-03-25install_prereq: Adding jansson-devel to RH packagesDavid M. Lee
2013-03-25Move NewCallerid, HangupRequest and SoftHangupRequest to StasisDavid M. Lee
2013-03-25Properly delimit post data in res_config_curl.Sean Bright
2013-03-22Fixed another issue from r383579.David M. Lee
2013-03-22Fix StopMixMonitor Hanging Up When Unable To Stop MixMonitor On A ChannelMichael L. Young
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-22Fix skinny voicemail indication issues.Damien Wedhorn
2013-03-21Corrected doc error for Stasis. I guess the mutex isn't necessary.David M. Lee
2013-03-21Fix astobj2 doxygen comment.Richard Mudgett
2013-03-20Have func_curl log a warning when a curl request fails.Walter Doekes
2013-03-20Minor cleanup in func_curl near hashcompat code.Walter Doekes
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-19Multiple revisions 383341-383342David M. Lee
2013-03-16Make sure things compile...Kinsey Moore
2013-03-16Transition MWI to Stasis-coreKinsey Moore
2013-03-16Add support for using XMPP buddy state via device state.Joshua Colp
2013-03-16Fix a bug where resources were not found due to hashing on the priority itself.Joshua Colp
2013-03-15A simplistic router for stasis_message's.David M. Lee
2013-03-15Sample config file for stasis-core.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-15When a session timer expires during a T.38 call, re-invite with correct SDPMatthew Jordan
2013-03-15Fix processing of call files when using KQueue on OS XMatthew Jordan
2013-03-14Fix whitespace in AST_EXT_LIB_CHECK macro.Jason Parker
2013-03-13Always set the RTP instance data in the RTP engineMatthew Jordan
2013-03-12Update DoxygenAndrew Latham