summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2012-07-19CallID Logging: Remove new line/carriage return from callID change test eventJonathan Rose
2012-07-18callid logging: Issue test events when the callid is changed for a channelJonathan Rose
2012-07-18Resolve severe memory leak in CEL logging modules.Kevin P. Fleming
2012-07-18Ensure that all ast_datastore_info structures are 'const'.Kevin P. Fleming
2012-07-13Add support for parsing SDP attributes, generating SDP attributes, and passin...Joshua Colp
2012-07-12Handle deprecated (aliased) option names with the config options apiTerry Wilson
2012-07-11Named ACLs: Introduces a system for creating and sharing ACLsJonathan Rose
2012-07-11Allow the REALTIME() function to report errors back to the caller.Tilghman Lesher
2012-07-11Don't perform an XInclude to a document node that may not always be presentMatthew Jordan
2012-07-11Fix validation errors when producing documentation using default build scriptMatthew Jordan
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