summaryrefslogtreecommitdiff
path: root/channels/chan_iax2.c
AgeCommit message (Expand)Author
2013-10-02Cast Integer Argument To Unsigned CharMichael L. Young
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-09-24chan_iax2: Prevent some needless breaking of the native IAX2 bridge.Richard Mudgett
2013-09-16chan_iax2: Fix saving the wrong expiry time in astdb.Richard Mudgett
2013-09-05chan_iax2: Reduce indentation in __attempt_transmit().Richard Mudgett
2013-09-05chan_iax2: Fix stray reference to worker thread idle_list.Richard Mudgett
2013-09-05chan_iax2: Fix bridgecallno deadlock avoidance.Richard Mudgett
2013-08-27Fix uninitialized value in struct ast_control_pvt_cause_code usage.Richard Mudgett
2013-08-17Strip down the old event systemKinsey Moore
2013-08-15Remove some dead code dealing with: AST_BRIDGE_REC_CHANNEL_0, AST_BRIDGE_REC_...Richard Mudgett
2013-08-14chan_iax2: Conditionally remove native support for now.Richard Mudgett
2013-08-02Get rid of ast_bridged_channel() and the bridged_channel field on ast_channels.Mark Michelson
2013-08-01Support externally initiated parking requests; remove some dead codeMatthew Jordan
2013-08-01Split caching out from the stasis_caching_topic.David M. Lee
2013-07-25A great big renaming patchMatthew Jordan
2013-07-08Move channel driver Registry manager events to core.Jason Parker
2013-07-01Refactor extraneous channel eventsKinsey Moore
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-11IAX2: Transfer Reject: Lock bridgecallno before touching it, refactorAlec L Davis
2013-06-10chan_iax2: nativebridge refactor, missed unlock bridgecallnoAlec L Davis
2013-06-10fix bad edit after conflict resolutionAlec L Davis
2013-06-10IAX2: refactor nativebridge transferAlec L Davis
2013-06-10IAX2: fix race condition with nativebridge transfers.Alec L Davis
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-17Fix shutdown assertions in stasis-coreDavid M. Lee
2013-05-17Remove Character Limit On "inkeys" For IAX2Michael L. Young
2013-05-17Stasis: Update security events to use StasisJonathan Rose
2013-05-03Stasis: Convert network change events into network change stasis messagesJonathan Rose
2013-05-01Remove some unnecessary calls to ast_bridged_channel() in chan_iax2.cRichard Mudgett
2013-04-30Stasis Core: Refactor ACL Change events to go out over the stasis core msg busJonathan Rose
2013-04-12IAX2 defer_full_frames fail to get sentAlec L Davis
2013-04-12IAX2, prevent network thread starting before all helper threads are readyAlec L Davis
2013-03-27Convert MWI state message type to the new stasis naming conventionKinsey Moore
2013-03-16Transition MWI to Stasis-coreKinsey Moore
2013-02-28Prevent deadlock in chan_iax2 when attempting to set caller IDMatthew Jordan
2013-02-14Use a shuffling algorithm to find unused IAX2 call numbers.Sean Bright
2013-01-31Move IAX firmware related functionality into separate files.Sean Bright
2013-01-29Move the ancillary iax2 source files into a separate sub-directory.Sean Bright
2013-01-28Correct the number of available call numbers in IAX2.Sean Bright
2013-01-22Remove a large block of commented out code from chan_iax2.Sean Bright
2013-01-02Prevent exhaustion of system resources through exploitation of event cacheMatthew Jordan
2012-11-21Add red-black tree container type to astobj2.Richard Mudgett
2012-11-07Multiple revisions 375993-375994Mark Michelson
2012-11-05Refactor ast_timer_ack to return an error and handle the error in timer usersMatthew Jordan
2012-10-16Remove a log message that was left in accidentally from call-id logging devel...Joshua Colp