summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2012-06-05Convert AST_FLAG_ANSWERED_ELSEWHERE usage to AST_CAUSE_ANSWERED_ELSEWHEREKinsey Moore
2012-06-04Merge changes dealing with support for Digium phones.Mark Michelson
2012-06-02Add res_http_websocket module which implements the WebSocket protocol accordi...Joshua Colp
2012-06-01Add new config-parsing frameworkTerry Wilson
2012-05-24chan_sip: fix problem directmediapermit/deny uses the wrong addressJonathan Rose
2012-05-22Fix race condition for CEL LINKEDID_END eventTerry Wilson
2012-05-21Revert revision 367163.Mark Michelson
2012-05-21Add "send to voicemail" Digium phone functionality to Asterisk.Mark Michelson
2012-05-21Minor documentation changeTerry Wilson
2012-05-18Fix memory leak of SSL_CTX structures in TLS core.Mark Michelson
2012-05-17logger: Adds additional support for call id logging and chan_sip specific stuffJonathan Rose
2012-05-16Remove missed idx parameter to some ao2 global holder macros.Richard Mudgett
2012-05-16Change ao2 global array to ao2 global object holder.Richard Mudgett
2012-05-14Commit framework for HANGUPCAUSE (replacement for SIP_CAUSE)Kinsey Moore
2012-05-10Run predial routine on local;2 channel where you would expect.Richard Mudgett
2012-04-28res_corosync: Fix build against corosync 2.0.Russell Bryant
2012-04-27Prevent overflow in calculation in ast_tvdiff_ms on 32-bit machinesMatthew Jordan
2012-04-25Make it possible to change the minimum DTMF duration in asterisk.confOlle Johansson
2012-04-20Fix connected-line/redirecting interception gosubs executing more than intended.Richard Mudgett
2012-04-20Add original party id and reason support.Richard Mudgett
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