summaryrefslogtreecommitdiff
path: root/main/features.c
AgeCommit message (Expand)Author
2013-08-12Fix two race conditions and ref counting issue when joining a bridgeMatthew Jordan
2013-08-08Remove some resolved or obsolete BUGBUG comments.Richard Mudgett
2013-08-05bridge features: Dial and Queue add features instead of replace them.Jonathan Rose
2013-08-02Remove dead code from features.c; refactor pickup code into pickup.cMatthew Jordan
2013-08-01Support externally initiated parking requests; remove some dead codeMatthew Jordan
2013-08-01Fix documentation replication issuesKinsey Moore
2013-07-26Remove the unsafe bridge parameter from ast_bridge_hook_callback's.Richard Mudgett
2013-07-25Remove some dead parking callMatthew Jordan
2013-07-25Remove dead bridging code from featuresMatthew Jordan
2013-07-25A great big renaming patchMatthew Jordan
2013-07-25Move after bridge callbacks into their own fileMatthew Jordan
2013-07-24* Refactor setup_bridge_features_builtin().Richard Mudgett
2013-07-24Perform the initial renaming of the Bridging APIMatthew Jordan
2013-07-23Make DTMF attended transfer support feature-complete.Mark Michelson
2013-07-20Add transfer support to CELKinsey Moore
2013-07-17Change ast_hangup() to return void and be NULL safe.Richard Mudgett
2013-07-17Remove some completed and no longer relevant BUGBUG notes.Richard Mudgett
2013-07-04res_parking: Replace Parker snapshots with ParkerDialStringJonathan Rose
2013-06-28features: call pickup stasis refactoringJonathan Rose
2013-06-26AMI Bridge action: Get channel xfer config after we have found the second cha...Richard Mudgett
2013-06-25res_parking: Add Parking manager action to the new parking systemJonathan Rose
2013-06-21Change several bridge functions to return error status.Richard Mudgett
2013-06-20Fix potential bridge hook resource leak if the hook install fails.Richard Mudgett
2013-06-17Update Asterisk's CDRs for the new bridging frameworkMatthew Jordan
2013-06-13Refactor CEL bridge events on top of Stasis-CoreKinsey Moore
2013-06-07res_parking: Automatically generate extensions, hints, etc.Jonathan Rose
2013-06-06Reimplement bridging and DTMF features related channel variables in the bridg...Richard Mudgett
2013-06-06Refactor the features configuration scheme.Mark Michelson
2013-06-06* Fix a couple missed hook installs that need AST_BRIDGE_HOOK_REMOVE_ON_PULL.Richard Mudgett
2013-06-05Remove remaining traces of remove_on_pull from hooks and hook APIs.Mark Michelson
2013-05-28Adds support for a core attended transfer function plus adds some hiding of m...Mark Michelson
2013-05-23Fix inverted test preventing DTMF disconnect from working.Richard Mudgett
2013-05-21Merge in the bridge_construction branch to make the system use the Bridging API.Richard Mudgett
2013-04-30Fix CDR not being created during an externally initiated blind transferMatthew Jordan
2013-04-26Clean up resources in features on exitMatthew Jordan
2013-04-10Eliminated dial_features_destroy() since it is equivalent to ast_free_ptr()Richard Mudgett
2013-04-10* Fix unlocked accesses to feature_list. The feature_list is now alsoRichard Mudgett
2013-04-09Rename struct feature_ds to struct feature_datastore.Richard Mudgett
2013-04-09Add inheritance support to FEATURE()/FEATUREMAP().Russell Bryant
2013-04-08Add multi-channel Stasis messages; refactor Dial AMI events to StasisMatthew Jordan
2013-02-19Write the correct callid to the data1 field in queue_log for transfer events.Kevin Harwell
2013-02-14End stuck DTMF if AST_SOFTHANGUP_ASYNCGOTO because it isn't a real hangup.Richard Mudgett
2013-02-11features: Don't cache a struct ast_app pointer.Richard Mudgett
2013-02-08Call Parking: Set PARKINGLOT and PARKINGSLOT variables on all parked callsJonathan Rose
2013-01-29call_parking: Make sure fallbacks are used when lacking a flat channel extenJonathan Rose
2013-01-02Fix AMI redirect action with two channels failing to redirect both channels.Richard Mudgett
2013-01-02Prevent exhaustion of system resources through exploitation of event cacheMatthew Jordan
2012-12-14Features: BRIDGE_FEATURES variable automixmonitor support and use proper partyJonathan Rose
2012-12-12Convert Dynamic Features Buffer To Use ast_strMichael L. Young
2012-12-11Add test events necessary for bridging tests to be able to properly run.Mark Michelson