summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2012-04-16Add IPv6 address support to security events framework.Michael L. Young
2012-04-12Add option to invoke the extensions.conf stdexten using the legacy macro method.Richard Mudgett
2012-04-03Fix dev-mode compiler warning about gnu_printfMark Murawki
2012-04-03Allow the Hangup manager action to match channels by regexMark Murawki
2012-03-29Misc changes to make astobj2 enhancement diffs easier to follow.Richard Mudgett
2012-03-29Introducing the log message unique call identifiers featureJonathan Rose
2012-03-29undoing 360785 due to merging mistakeJonathan Rose
2012-03-29Introducing the log message unique call identifiers featureJonathan Rose
2012-03-27Add global ao2 array container.Richard Mudgett
2012-03-22Adds F option to Bridge applicationJonathan Rose
2012-03-20chan_iax2: Correct spelling of 'Port' header in IAX2 PeerStatus AMI EventsSean Bright
2012-03-20Allow AMI action callback to be reentrant.Richard Mudgett
2012-03-16Simplify some code in ast_app_run_sub().Richard Mudgett
2012-03-16Revert the pre-dial addition.Mark Michelson
2012-03-15Add options PreDial options 'b' and 'B' to app_dialMark Murawki
2012-03-14app.h: Always initialize AST_DECLARE_APP_ARGS().Russell Bryant
2012-03-14Fix deadlock potential with some ast_indicate/ast_indicate_data calls.Richard Mudgett
2012-03-14Three copies of the file contents in channel_internal.h are a bit excessive.Richard Mudgett
2012-03-14Force non-inlining of ao2_iterator_destroy when TEST_FRAMEWORK is enabledMatthew Jordan
2012-03-14Fix bogus reads/writes of console log levels in asterisk.c Russell Bryant
2012-03-13Remove chan_usbradio and app_rpt.Russell Bryant
2012-03-13Add missing channel_internal.hTerry Wilson
2012-03-13Make hints for invalid SIP devices return Unavail, not idleTerry Wilson
2012-03-13Finalize ast_channel opaquificationTerry Wilson
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