summaryrefslogtreecommitdiff
path: root/main/features.c
AgeCommit message (Expand)Author
2012-09-11Fix bad channel application data reference.Mark Michelson
2012-08-10Add private representation of caller, connected and redirecting party ids.Richard Mudgett
2012-08-10Fix pickup extension channel reference error.Richard Mudgett
2012-08-07Add named callgroups/pickupgroupsMatthew Jordan
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-07-11Don't perform an XInclude to a document node that may not always be presentMatthew Jordan
2012-07-10Add some additional documentation for core AMI eventsMatthew Jordan
2012-06-29Hangup handlers - Dialplan subroutines that run when the channel hangs up.Richard Mudgett
2012-06-26Unique Call ID logging Phases III and IVJonathan Rose
2012-06-25Fix Bridge application occasionally returning to the wrong location.Richard Mudgett
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-18Fix AST_CONTROL_PVT_CAUSE_CODE handlingKinsey Moore
2012-06-18Fix monitoring calls put in a parking lot.Richard Mudgett
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-04Merge changes dealing with support for Digium phones.Mark Michelson
2012-05-31Coverity Report: Fix issues for error type REVERSE_INULL (core modules)Richard Mudgett
2012-05-18Fix a variety of memory leaksMatthew Jordan
2012-05-14Commit framework for HANGUPCAUSE (replacement for SIP_CAUSE)Kinsey Moore
2012-05-10Resolve FORWARD_NULL static analysis warningsKinsey Moore
2012-05-10Coverity Report: Fix issues for error type CHECKED_RETURN for coreJonathan Rose
2012-05-10Coverity Report: Fix issues for error type UNINIT in Core supported modulesJonathan Rose
2012-05-07Change comment to use local channel name designators in features.cRichard Mudgett
2012-05-04Fix many issues from the NULL_RETURNS Coverity reportKinsey Moore
2012-04-28features: Add FEATURE() and FEATUREMAP() functions.Russell Bryant
2012-04-26Fix DTMF atxfer running h exten after the wrong bridge ends.Richard Mudgett
2012-04-25Fix recalled party B feature flags for a failed DTMF atxfer.Richard Mudgett
2012-04-25Hangup affected channel in error paths of bridge_call_thread().Richard Mudgett
2012-03-29Fix potential race condition during call pickup.Mark Michelson
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-22Adds F option to Bridge applicationJonathan Rose
2012-03-22Kill off red blobs in most of main/*Kinsey Moore
2012-03-20Allow AMI action callback to be reentrant.Richard Mudgett
2012-03-14Fix incorrect sizeof() usage in features.c.Russell Bryant
2012-03-13Fix setting CDR variables in the hangup extensionTerry Wilson
2012-03-13Finalize ast_channel opaquificationTerry Wilson
2012-03-01Opaquify ast_channel typedefs, fd arrays, and softhangup flagTerry Wilson
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-27Deprecated macro usage for connected line, redirecting, and CCSSKinsey Moore
2012-02-27Copy CDR variables when set during a bridgeTerry Wilson
2012-02-24Opaquification for ast_format structs in struct ast_channelTerry Wilson
2012-02-23Fix blind transfer parking issues if the dialed extension is not recognized a...Richard Mudgett
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-13Opaquify char * and char[] in ast_channelTerry Wilson
2012-02-06Add missing headers to AMI UnParkedCall event to uniquely identify the call.Richard Mudgett
2012-02-01Constify some more channel driver technology callback parameters.Richard Mudgett