summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2012-07-10Add some additional documentation for core AMI eventsMatthew Jordan
2012-07-10Improve Goto and GotoIf related documentationKinsey Moore
2012-07-10Fix initial loading problem with res_curlMatthew Jordan
2012-07-09When receiving a STUN binding request send one out as the Google Talk client ...Joshua Colp
2012-07-06Remove a superfluous and dangerous freeing of an SSL_CTX.Mark Michelson
2012-07-06Fix bridging thread leak.Mark Michelson
2012-07-01Add support for ICE/STUN/TURN in res_rtp_asterisk and chan_sip.Joshua Colp
2012-06-29Fix apparent copy and paste error where incorrect "glue" is used.Mark Michelson
2012-06-29Hangup handlers - Dialplan subroutines that run when the channel hangs up.Richard Mudgett
2012-06-29Remove obsolete struct ast_channel note.Richard Mudgett
2012-06-28Add the ability to set flags via the config options apiTerry Wilson
2012-06-26Unique Call ID logging Phases III and IVJonathan Rose
2012-06-26Fix crash in unloading of res_adsi moduleMatthew Jordan
2012-06-25Update "manager show event" to support tab completionMatthew Jordan
2012-06-25Fix incorrect duration reporting in CDRs created in batch modeMatthew Jordan
2012-06-25Add AMI event documentationMatthew Jordan
2012-06-25Fix Bridge application occasionally returning to the wrong location.Richard Mudgett
2012-06-25Multiple revisions 369323-369324Mark Michelson
2012-06-23Fix F and F(x) action logic in Bridge application.Richard Mudgett
2012-06-23Fix Bridge application and AMI Bridge action error handling.Richard Mudgett
2012-06-22Check if PBX was started for generic CCSS recall.Richard Mudgett
2012-06-20Don't waste time initializing the whole call_identifer_str[].Richard Mudgett
2012-06-20Add IPv6 Support To ManagerMichael L. Young
2012-06-20Fix NULL pointer segfault in ast_sockaddr_parse()Michael L. Young
2012-06-19Ensure that pvt cause information does not break native bridgingKinsey Moore
2012-06-18Fix AST_CONTROL_PVT_CAUSE_CODE handlingKinsey Moore
2012-06-18Fix monitoring calls put in a parking lot.Richard Mudgett
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-06-15Add HANGUPCAUSE hash support to IAX2Kinsey Moore
2012-06-14Allow non-normal execution routines to be able to run on hungup channels.Richard Mudgett
2012-06-14Make the Hangup application set a softhangup flag.Richard Mudgett
2012-06-14Multiple revisions 368963,368965Jason Parker
2012-06-14Revert Makefile change to remove embedding res_adsi.soMark Michelson
2012-06-14Add a post_apply callback to the Config Options APITerry Wilson
2012-06-14Add filename alias support to the Config Options APITerry Wilson
2012-06-13Remove forced linking of res_adsi.oMark Michelson
2012-06-11Fix deadlock potential with ast_set_hangupsource() calls.Richard Mudgett
2012-06-11Fix coverity UNUSED_VALUE findings in core support level filesKinsey Moore
2012-06-08Fix error paths in action_hangup() for AMI Hangup action.Richard Mudgett
2012-06-08Tweak ast_channel_softhangup_withcause_locked() to take a typed parameter.Richard Mudgett
2012-06-07Fix reloading an unchanged file with the Config Options APITerry Wilson
2012-06-07Add default handler documentation and standardize acl handlerTerry Wilson
2012-06-06Fix parked call performing a DTMF blind transfer after being retrieved.Richard Mudgett
2012-06-06Make builtin_blindtransfer() fully use ast_async_goto() abilities.Richard Mudgett
2012-06-05Convert AST_FLAG_ANSWERED_ELSEWHERE usage to AST_CAUSE_ANSWERED_ELSEWHEREKinsey Moore
2012-06-04Remove some extra debugging I forgot to remove in the merge of Digium phone s...Mark Michelson
2012-06-04Merge changes dealing with support for Digium phones.Mark Michelson
2012-06-04Fix potential deadlock between masquerade and chan_local.Richard Mudgett
2012-06-02Add res_http_websocket module which implements the WebSocket protocol accordi...Joshua Colp
2012-06-01Add new config-parsing frameworkTerry Wilson