summaryrefslogtreecommitdiff
path: root/main/features.c
AgeCommit message (Expand)Author
2018-03-14loader: Convert reload_classes to built-in modules.Corey Farrell
2018-03-13core: Remove non-critical cleanup from startup aborts.Corey Farrell
2017-10-31features: Bridge application's BRIDGERESULT not appropriately setKevin Harwell
2017-05-04bridge: Fix returning to dialplan when executing Bridge() from AMI.Joshua Colp
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-08-15manager: Add <see-also> tags to relate Bridge related events,actions, and appsMatt Jordan
2016-07-14features.c: Remove unneeded adsi.h include.Corey Farrell
2016-06-30features: Fix channel datastore access.Richard Mudgett
2016-06-08Fixes to include signal.hTimo Teräs
2016-04-22Bridge system: Fix memory leaks and double frees on impart failure.Richard Mudgett
2015-05-02Remove unneeded uses of optional_api providers.Corey Farrell
2015-04-17Detect potential forwarding loops based on count.Mark Michelson
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-03-28clang compiler warnings: Fix a variety of "unused" warningsMatthew Jordan
2015-03-26Replace most uses of ast_register_atexit with ast_register_cleanup.Corey Farrell
2015-03-13Logger: Convert 'struct ast_callid' to unsigned int.Corey Farrell
2015-01-09app_bridge: return to the next dialplan priorityScott Griepentrog
2014-11-12Fix leak in AMI Action BridgeCorey Farrell
2014-10-06features.c: Fix lingering channel ref while Bridge() application is active.Richard Mudgett
2014-01-17Documentation: doc fixes across various parts of the code for ASTERISK issues...Rusty Newton
2013-09-13Restore Dial, Queue, and FollowMe 'I' option support.Richard Mudgett
2013-08-22Bridge API: Set a cause code on a channel when it is ejected from a bridge.Richard Mudgett
2013-08-22Massively clean up app_queue.Mark Michelson
2013-08-21* Move ast_bridge_channel_setup_features() into bridge_basic.c.Richard Mudgett
2013-08-21Fix several interrelated issues dealing with the holding bridge technology.Richard Mudgett
2013-08-16Doxygen comment tweaks.Richard Mudgett
2013-08-15Minor parking cleanup.Richard Mudgett
2013-08-15Remove early bridge BUGBUG comments. Remove some unneeded features.c comments.Richard Mudgett
2013-08-15Resolve some BUGBUG comments.Richard Mudgett
2013-08-15Remove some dead code dealing with: AST_BRIDGE_REC_CHANNEL_0, AST_BRIDGE_REC_...Richard Mudgett
2013-08-15Fix feature_attended_transfer testKinsey Moore
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