summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2012-03-10Transition app_page to using app_confbridge internally for the conference bri...Joshua Colp
2012-03-08Add some underscores in a few of our llist macros to reduce name collisions.Sean Bright
2012-03-05Make usage of DECLARE_STRINGFIELD_SETTERS_FOR() not look so odd.Richard Mudgett
2012-03-02Fix case-sensitivity for device-specific event subscriptions and CCSSKinsey Moore
2012-03-01Opaquify ast_channel typedefs, fd arrays, and softhangup flagTerry Wilson
2012-02-29Update stringfield documentation for removed second va_list in favor of va_copy.Walter Doekes
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-28Documentation update. There is no AST_SOCKADDR_UNSPEC.Sean Bright
2012-02-28Convert struct ast_tcptls_session_instance to finally use the ao2 object lock.Richard Mudgett
2012-02-28Astobj2 locking enhancement.Richard Mudgett
2012-02-28Add ability to clone ao2 containers.Richard Mudgett
2012-02-27Converts locking for odbc containers from ast_mutex_lock to ao2_locks.Jonathan Rose
2012-02-27Deprecated macro usage for connected line, redirecting, and CCSSKinsey Moore
2012-02-27Convert netsock.h over to use ast_sockaddrs rather than sockaddr_in and updateSean Bright
2012-02-27Make ast_netsock_set_qos() delegate to ast_set_qos().Sean Bright
2012-02-27Correct typo in deprecation comment.Sean Bright
2012-02-27Prefer ast_set_qos() over ast_netsock_set_qos()Sean Bright
2012-02-24astobj2.h comment tweaks.Richard Mudgett
2012-02-24astobj2.h documentation updates.Richard Mudgett
2012-02-24Fix worker thread resource leak in SIP TCP/TLS.Richard Mudgett
2012-02-24Allow SRTP policies to be reloadedMatthew Jordan
2012-02-24Opaquification for ast_format structs in struct ast_channelTerry Wilson
2012-02-22Track module use count for res_calendarTerry Wilson
2012-02-22Rename ast_channel_emulate_dtmf_digit* funcsTerry Wilson
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-16Fix compile problem when old version of libvorbisfile v1.1.2 is used.Richard Mudgett
2012-02-14Re-commit the verbose branch.Tilghman Lesher
2012-02-14Fix voicemail problems when using ogg/vorbis.Richard Mudgett
2012-02-13Opaquify char * and char[] in ast_channelTerry Wilson
2012-02-05Replace res_ais with a new module, res_corosync.Russell Bryant
2012-02-02Fix TLS port binding behavior as well as reload behavior:Mark Michelson
2012-02-01Constify some more channel driver technology callback parameters.Richard Mudgett
2012-02-01Fix ExtenSpy and simplify the channel search functions.Richard Mudgett
2012-02-01Resolve an overlap in the ast_audiohook_flags values.Sean Bright
2012-01-31Fix memory leak in error paths for action_originate().Richard Mudgett
2012-01-30Re-link peers by IP when dnsmgr changes the IPTerry Wilson
2012-01-30Address OpenSSL initialization issues when using third-party libraries.Kevin P. Fleming
2012-01-27Audit of ao2_iterator_init() usage for v1.8.Richard Mudgett
2012-01-25Remove "asterisk/version.h" in favor of "asterisk/ast_version.h".Kevin P. Fleming
2012-01-24Opaquify channel stringfieldsTerry Wilson
2012-01-19Eliminates doubling the :port part of SIP Notify Message-Account headers.Jonathan Rose
2012-01-13Run bootstrap.sh for the for the ASTERISK-18929 fixKinsey Moore
2012-01-13Fix crash from bridge channel hangup race condition in ConfBridgeMatthew Jordan
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-12-31Constify tag argument in REF_DEBUG related code.Russell Bryant
2011-12-28Improve T.38 gateway V.21 preamble detection.Kevin P. Fleming
2011-12-27Fix timing source dependency issues with MOHMatthew Jordan
2011-12-23Fix extension state callback references in chan_sip.Richard Mudgett
2011-12-22Allow packetization vaules > 127Terry Wilson
2011-12-16Fix crash during CDR update.Richard Mudgett