summaryrefslogtreecommitdiff
path: root/channels/chan_iax2.c
AgeCommit message (Expand)Author
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
2012-10-15Fix some potential misuses of ast_str in the code.Mark Michelson
2012-10-14Doxygen Updates - Title updateAndrew Latham
2012-10-01Doxygen CleanupAndrew Latham
2012-09-10Ensure iax2 debug output is displayed when expectedKinsey Moore
2012-08-30AST-2012-013: Resolve ACL rules being ignored during calls by some IAX2 peersMatthew Jordan
2012-08-15Add HANGUPCAUSE information to callee channelsKinsey Moore
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-07-20chan_iax2: Fix a segfault introduced by call ID loggingJonathan Rose
2012-07-20Add hangupcause translation supportKinsey Moore
2012-07-18Ensure that all ast_datastore_info structures are 'const'.Kevin P. Fleming
2012-07-11Named ACLs: Introduces a system for creating and sharing ACLsJonathan Rose
2012-07-06Remove unnecessary generation of informational cause framesKinsey Moore
2012-06-26Unique Call ID logging Phases III and IVJonathan Rose
2012-06-19Ensure that pvt cause information does not break native bridgingKinsey Moore
2012-06-15Add HANGUPCAUSE hash support to IAX2Kinsey Moore
2012-06-11Fix deadlock potential with ast_set_hangupsource() calls.Richard Mudgett
2012-05-31Coverity Report: Fix issues for error type REVERSE_INULL (core modules)Richard Mudgett
2012-05-25AST-2012-007: Fix IAX receiving HOLD without suggested MOH class crash.Richard Mudgett
2012-05-21Make chan_iax2 reject cause code indications correctlyKinsey Moore