Commit Graph

357 Commits (d91dc6d1a8a6e364d9edd6738c20ac5b8545db97)

Author SHA1 Message Date
Matthew Jordan d91dc6d1a8 Perform the initial renaming of the Bridging API
12 years ago
Mark Michelson bf22391b8d Make DTMF attended transfer support feature-complete.
12 years ago
Kinsey Moore 684c83b29b Add transfer support to CEL
12 years ago
Richard Mudgett 40ce5e0d18 Change ast_hangup() to return void and be NULL safe.
12 years ago
Richard Mudgett da1902cdc0 Remove some completed and no longer relevant BUGBUG notes.
12 years ago
Jonathan Rose 93ed5ef0ff res_parking: Replace Parker snapshots with ParkerDialString
12 years ago
Jonathan Rose 84395ff042 features: call pickup stasis refactoring
12 years ago
Richard Mudgett f25bbd6c56 AMI Bridge action: Get channel xfer config after we have found the second channel.
12 years ago
Jonathan Rose 854c4c64fe res_parking: Add Parking manager action to the new parking system
12 years ago
Richard Mudgett cd6e2538f2 Change several bridge functions to return error status.
12 years ago
Richard Mudgett cd40e179a9 Fix potential bridge hook resource leak if the hook install fails.
12 years ago
Matthew Jordan 6258bbe7bd Update Asterisk's CDRs for the new bridging framework
12 years ago
Kinsey Moore b51b437bf3 Refactor CEL bridge events on top of Stasis-Core
12 years ago
Jonathan Rose 8954661207 res_parking: Automatically generate extensions, hints, etc.
12 years ago
Richard Mudgett bad8caa8c6 Reimplement bridging and DTMF features related channel variables in the bridging core.
12 years ago
Mark Michelson 2dc8a06006 Refactor the features configuration scheme.
12 years ago
Richard Mudgett 5c554dc470 * Fix a couple missed hook installs that need AST_BRIDGE_HOOK_REMOVE_ON_PULL.
12 years ago
Mark Michelson 94d8d0468f Remove remaining traces of remove_on_pull from hooks and hook APIs.
12 years ago
Mark Michelson fac3839e68 Adds support for a core attended transfer function plus adds some hiding of masquerades.
12 years ago
Richard Mudgett 3464e0919a Fix inverted test preventing DTMF disconnect from working.
12 years ago
Richard Mudgett 3d63833bd6 Merge in the bridge_construction branch to make the system use the Bridging API.
12 years ago
Matthew Jordan e51b6a37e9 Fix CDR not being created during an externally initiated blind transfer
12 years ago
Matthew Jordan b3e3dfa51c Clean up resources in features on exit
12 years ago
Richard Mudgett 3afeac5e3b Eliminated dial_features_destroy() since it is equivalent to ast_free_ptr()
12 years ago
Richard Mudgett eb2d144195 * Fix unlocked accesses to feature_list. The feature_list is now also
12 years ago
Richard Mudgett d09eeaa8eb Rename struct feature_ds to struct feature_datastore.
12 years ago
Russell Bryant ee05bdec92 Add inheritance support to FEATURE()/FEATUREMAP().
12 years ago
Matthew Jordan b8d4e573f1 Add multi-channel Stasis messages; refactor Dial AMI events to Stasis
12 years ago
Kevin Harwell 5e9994ed9c Write the correct callid to the data1 field in queue_log for transfer events.
12 years ago
Richard Mudgett d3811a2352 End stuck DTMF if AST_SOFTHANGUP_ASYNCGOTO because it isn't a real hangup.
12 years ago
Richard Mudgett 3d91f97cf9 features: Don't cache a struct ast_app pointer.
12 years ago
Jonathan Rose 1a70d513f1 Call Parking: Set PARKINGLOT and PARKINGSLOT variables on all parked calls
12 years ago
Jonathan Rose 80021f220c call_parking: Make sure fallbacks are used when lacking a flat channel exten
13 years ago
Richard Mudgett 5601f3be43 Fix AMI redirect action with two channels failing to redirect both channels.
13 years ago
Matthew Jordan 8fb5bdce9a Prevent exhaustion of system resources through exploitation of event cache
13 years ago
Jonathan Rose ae655031b9 Features: BRIDGE_FEATURES variable automixmonitor support and use proper party
13 years ago
Michael L. Young ff2414ce86 Convert Dynamic Features Buffer To Use ast_str
13 years ago
Mark Michelson 9c74a60ba5 Add test events necessary for bridging tests to be able to properly run.
13 years ago
Richard Mudgett 6ad0126425 Fix stuck DTMF when bridge is broken.
13 years ago
Richard Mudgett 8d65c777c8 Fix the Park 'r' option when a channel parks itself.
13 years ago
Andrew Latham 6c20cf2d8a Doxygen Updates - Title update
13 years ago
Matthew Jordan a094707d51 Fix a variety of ref counting issues
13 years ago
Richard Mudgett da5944fc56 Named call pickup groups. Fixes, missing functionality, and improvements.
13 years ago
Mark Michelson ae5aaefd88 Fix bad channel application data reference.
13 years ago
Richard Mudgett fb6238899b Add private representation of caller, connected and redirecting party ids.
13 years ago
Richard Mudgett ca481359b9 Fix pickup extension channel reference error.
13 years ago
Matthew Jordan 5c4578f4ad Add named callgroups/pickupgroups
13 years ago
Kinsey Moore 9b16c8b0f6 Clean up and ensure proper usage of alloca()
13 years ago
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