summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Expand)Author
2013-03-07Load sorcery modules earlier, so they can actually be used.Jason Parker
2013-03-07Add a 'secret' probation strictrtp mode to handle delayed changes in RTP sourceMatthew Jordan
2013-02-28While the ICE negotiation is occurring leave strictrtp in an open state, medi...Joshua Colp
2013-02-28Fix a bug with ICE and strictrtp where media could get dropped.Joshua Colp
2013-02-28Don't undefine bzero()/bcopy().Jason Parker
2013-02-22Fix FastAGI To Properly Check For A ConnectionMichael L. Young
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-15Add CLI configuration documentationMatthew Jordan
2013-02-11Minor fixes to res_json and test_json.David M. Lee
2013-02-11Fix crash in res_xmpp when deleting pubsub node from CLIMatthew Jordan
2013-02-07Fix a bug where a changed configuration file might not be available to all so...Joshua Colp
2013-02-04Fix how we build pjproject.Jason Parker
2013-01-31Multiple revisions 380735-380736Jason Parker
2013-01-31Multiple revisions 380671-380673Jason Parker
2013-01-30Fix memory leak in res_calendar_icalendarMatthew Jordan
2013-01-25Make sorcery modules global, since they are required by other modules that ar...Jason Parker
2013-01-25Add a missing '\' to a log message.Joshua Colp
2013-01-25Merge the sorcery data access layer API.Joshua Colp
2013-01-22res_fax_spandsp: fix t38 transmission bug caused by not returning successJonathan Rose
2013-01-22Add ControlPlayback manager actionMatthew Jordan
2013-01-16Let documentation reference links specify which module they're linking toMatthew Jordan
2013-01-16Multiple revisions 379209-379210Matthew Jordan
2013-01-13Reset RTP timestamp; sequence number on SSRC changeMatthew Jordan
2013-01-11Retain XMPP filters across reconnections so external modules continue to func...Joshua Colp
2013-01-11Add JSON API for Asterisk.David M. Lee
2013-01-04res_srtp: Prevent a crash from occurring due to srtp_create failures in srtp_...Jonathan Rose
2013-01-04Fix pjproject compilation in certain circumstancesKinsey Moore
2013-01-04Don't pass STUN packets through the SRTP unprotect function.Joshua Colp
2013-01-04Doxygen CleanupsAndrew Latham
2013-01-03Prevent exhaustion of system resources through exploitation of event cacheJoshua Colp
2013-01-03Prevent crashes in res_xmpp when receiving large messagesMatthew Jordan
2013-01-02Prevent exhaustion of system resources through exploitation of event cacheMatthew Jordan
2013-01-02Resolve crashes due to large stack allocations when using TCPMatthew Jordan
2012-12-13Make generate_exchange_uuid() always return the passed ast_str pointer.Sean Bright
2012-12-13Use the UUID API to generate and validate UUIDs for res_calendar_exchange.Sean Bright
2012-12-13The UUID commit removed changes made in res_clialiases.cMark Michelson
2012-12-11Add UUID support to Asterisk.Mark Michelson
2012-12-11Fix crash that can occur if CLI registration fails for an aliased command.Mark Michelson
2012-12-10Ensure ReceiveFax provides a CED tone via T.38Kinsey Moore
2012-12-05res_srtp: Fix a crash caused by srtp_dealloc on an already dealloced sessionJonathan Rose
2012-12-03Formatting fixesOlle Johansson
2012-12-03Formatting changesOlle Johansson
2012-11-20Added missing newlines to websocket ast_logs.David M. Lee
2012-11-11Remove a fixed size limitation for producing SDP and change how ICE support i...Joshua Colp
2012-11-08Fix a "set but not used" warning on newer gccs.Mark Michelson
2012-11-07Multiple revisions 375993-375994Mark Michelson
2012-11-05Refactor ast_timer_ack to return an error and handle the error in timer usersMatthew Jordan
2012-11-04Only deref a reserved gateway session if we actually reserved oneMatthew Jordan
2012-10-31Fix an issue with res_http_websocket where the chan_sip WebSocket handler cou...Joshua Colp