Commit Graph

309 Commits (e5210366e45056e56c27c902ad63a479d5ae7005)

Author SHA1 Message Date
Matthew Jordan 92a65de048 Don't perform an XInclude to a document node that may not always be present
13 years ago
Matthew Jordan 2ffae5745d Add some additional documentation for core AMI events
13 years ago
Richard Mudgett ac35b92b62 Hangup handlers - Dialplan subroutines that run when the channel hangs up.
13 years ago
Jonathan Rose 5eb94d7ebb Unique Call ID logging Phases III and IV
13 years ago
Richard Mudgett d0fda07d74 Fix Bridge application occasionally returning to the wrong location.
13 years ago
Richard Mudgett b78d79c203 Fix F and F(x) action logic in Bridge application.
13 years ago
Richard Mudgett b857a633e0 Fix Bridge application and AMI Bridge action error handling.
13 years ago
Kinsey Moore d73a1de0b1 Fix AST_CONTROL_PVT_CAUSE_CODE handling
13 years ago
Richard Mudgett c30cc8fbd5 Fix monitoring calls put in a parking lot.
13 years ago
Richard Mudgett a2402dbe25 Fix parked call performing a DTMF blind transfer after being retrieved.
13 years ago
Richard Mudgett faacb8ba52 Make builtin_blindtransfer() fully use ast_async_goto() abilities.
13 years ago
Kinsey Moore 571445ab9c Convert AST_FLAG_ANSWERED_ELSEWHERE usage to AST_CAUSE_ANSWERED_ELSEWHERE
13 years ago
Mark Michelson 14a985560e Merge changes dealing with support for Digium phones.
13 years ago
Richard Mudgett dd2427c141 Coverity Report: Fix issues for error type REVERSE_INULL (core modules)
13 years ago
Matthew Jordan 7b51320642 Fix a variety of memory leaks
13 years ago
Kinsey Moore b5a6de76fc Commit framework for HANGUPCAUSE (replacement for SIP_CAUSE)
13 years ago
Kinsey Moore dd81b047db Resolve FORWARD_NULL static analysis warnings
13 years ago
Jonathan Rose 8227f70cd7 Coverity Report: Fix issues for error type CHECKED_RETURN for core
13 years ago
Jonathan Rose d1e7473649 Coverity Report: Fix issues for error type UNINIT in Core supported modules
13 years ago
Richard Mudgett 06fe3e5abe Change comment to use local channel name designators in features.c
13 years ago
Kinsey Moore 781f4657b9 Fix many issues from the NULL_RETURNS Coverity report
13 years ago
Russell Bryant 386c2c6edf features: Add FEATURE() and FEATUREMAP() functions.
13 years ago
Richard Mudgett b22874415e Fix DTMF atxfer running h exten after the wrong bridge ends.
13 years ago
Richard Mudgett 7f0dce3bd1 Fix recalled party B feature flags for a failed DTMF atxfer.
13 years ago
Richard Mudgett 56d10c5677 Hangup affected channel in error paths of bridge_call_thread().
13 years ago
Mark Michelson 314d459317 Fix potential race condition during call pickup.
13 years ago
Jonathan Rose 655a8d4420 Introducing the log message unique call identifiers feature
13 years ago
Jonathan Rose d501c2ea2d undoing 360785 due to merging mistake
13 years ago
Jonathan Rose bf994f0e04 Introducing the log message unique call identifiers feature
13 years ago
Jonathan Rose c6979ff581 Adds F option to Bridge application
13 years ago
Kinsey Moore c5b3db1956 Kill off red blobs in most of main/*
13 years ago
Richard Mudgett 334f13d8b8 Allow AMI action callback to be reentrant.
13 years ago
Russell Bryant 9410f85699 Fix incorrect sizeof() usage in features.c.
13 years ago
Terry Wilson cb94c35a85 Fix setting CDR variables in the hangup extension
13 years ago
Terry Wilson 786f5898d1 Finalize ast_channel opaquification
13 years ago
Terry Wilson 0e5c761c28 Opaquify ast_channel typedefs, fd arrays, and softhangup flag
13 years ago
Terry Wilson a9d607a357 Opaquify ast_channel structs and lists
13 years ago
Kinsey Moore 1fac2fba4b Deprecated macro usage for connected line, redirecting, and CCSS
13 years ago
Terry Wilson a9f4d13b02 Copy CDR variables when set during a bridge
13 years ago
Terry Wilson ebaf59a656 Opaquification for ast_format structs in struct ast_channel
13 years ago
Richard Mudgett 235f88d122 Fix blind transfer parking issues if the dialed extension is not recognized as a parking extension.
13 years ago
Terry Wilson 57f42bd74f ast_channel opaquification of pointers and integral types
13 years ago
Terry Wilson 34c55e8e7c Opaquify char * and char[] in ast_channel
13 years ago
Richard Mudgett d162e85978 Add missing headers to AMI UnParkedCall event to uniquely identify the call.
14 years ago
Richard Mudgett 23bc964e1c Constify some more channel driver technology callback parameters.
14 years ago
Terry Wilson 99cae5b750 Opaquify channel stringfields
14 years ago
Mark Michelson c3c6b5a0ba Fix grammar of comment.
14 years ago
Mark Michelson 0920c50341 Fix blind transfers from failing if an 'h' extension is present.
14 years ago
Mark Michelson 778fa4abaf Various parking improvements.
14 years ago
Richard Mudgett ec2b28d913 Remove some dead code in ast_bridge_call().
14 years ago