summaryrefslogtreecommitdiff
path: root/channels/chan_skinny.c
AgeCommit message (Expand)Author
2014-08-18Skinny: Fixup compile warning for non dev-mode.Damien Wedhorn
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-07-21Fix build in dev-modeKinsey Moore
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-06-25Skinny: cleanup some log messages around sessions.Damien Wedhorn
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-04-15Remove unused RAII_VAR() declarations.Richard Mudgett
2014-03-07uniqueid: channel linkedid, ami, ari object creation with id'sScott Griepentrog
2014-02-04Skinny - Fix deadlock when pickup of no call.Damien Wedhorn
2014-01-31Skinny: fix up possible double unlock of chan.Damien Wedhorn
2014-01-20Skinny: fix up handling of fragmented packets.Damien Wedhorn
2014-01-20Skinny: fix up session logging.Damien Wedhorn
2014-01-19Skinny: fix reversed device reset from CLI.Damien Wedhorn
2014-01-14Skinny: do not add call to missed calls list if answered elsewhere.Damien Wedhorn
2013-12-19Voicemail: Remove mailbox identifier format (box@context) assumptions in the ...Richard Mudgett
2013-12-19Fixup some skinny bugs causing Fracks and ao2 cleanup issues.Damien Wedhorn
2013-12-19Fixup skinny registration following network issues.Damien Wedhorn
2013-12-18channel locking: Add locking for channel snapshot creationKevin Harwell
2013-12-18channels: Return allocated channels locked.Joshua Colp
2013-12-05Reverting r403311. It's causing ARI tests to hang.David M. Lee
2013-12-03Add channel locking for channel snapshot creation.Mark Michelson
2013-10-03Cache string values of formats on ast_format_cap() to save processing.Mark Michelson
2013-10-02Reduce channel snapshot creation and publishing by up to 50%.Joshua Colp
2013-09-30Multiple revisions 399887,400138,400178,400180-400181David M. Lee
2013-08-17Allow res_parking to be unloadableKinsey Moore
2013-08-17Strip down the old event systemKinsey Moore
2013-08-02Get rid of ast_bridged_channel() and the bridged_channel field on ast_channels.Mark Michelson
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-07-25A great big renaming patchMatthew Jordan
2013-07-12Fix a compiler warning.Jason Parker
2013-07-11Fixed chan_skinny for systems were pthread_t isn't an int.David M. Lee
2013-07-11Refactor and cleanup of skinny session handling.Damien Wedhorn
2013-07-05Refactor RTCP events over to Stasis; associate with channelsMatthew Jordan
2013-06-28Add stasis publications for blind and attended transfers.Mark Michelson
2013-06-22Migrate PeerStatus events to stasis, add stasis endpoints, and add chan_pjsip...Joshua Colp
2013-06-17Update Asterisk's CDRs for the new bridging frameworkMatthew Jordan
2013-06-10Change chan_skinny to use core transfer API.Damien Wedhorn
2013-05-24Split Hold event into Hold/Unhold, and move it into core.Jason Parker
2013-05-24Migrate a large number of AMI events over to Stasis-CoreMatthew Jordan
2013-05-21Merge in the bridge_construction branch to make the system use the Bridging API.Richard Mudgett
2013-05-19Add transfer softkey to ringout state to enable blond transfers.Damien Wedhorn
2013-05-18Add call forward no answer to skinny and cleanup general callfwd handling.Damien Wedhorn
2013-05-01Remove some unnecessary calls to ast_bridged_channel() in chan_skinny.cRichard Mudgett
2013-03-27Convert MWI state message type to the new stasis naming conventionKinsey Moore
2013-03-27Fix skinny encall button to not blind xfer.Damien Wedhorn
2013-03-26Suppress compiler warning.Russell Bryant
2013-03-22Fix skinny voicemail indication issues.Damien Wedhorn
2013-03-16Transition MWI to Stasis-coreKinsey Moore
2013-02-27More places to eliminate the cast to argv but were not giving warnings.Richard Mudgett