summaryrefslogtreecommitdiff
path: root/channels/chan_iax2.c
AgeCommit message (Expand)Author
2014-08-07chan_iax2: Several media format fixes.Richard Mudgett
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-07-22ARI: Fix endpoint/channel subscription issues; allow for subscriptions to techMatthew Jordan
2014-07-22chan_iax2: Restore previous behavior of iax2_best_codec.Joshua Colp
2014-07-21chan_iax2: Restore codec choice behavior from media formats branchJonathan Rose
2014-07-21chan_iax2: Only send mini frames if the underlying format has not changed, no...Joshua Colp
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-03-27Fix dialplan function NULL channel safety issuesCorey Farrell
2014-03-07uniqueid: channel linkedid, ami, ari object creation with id'sScott Griepentrog
2014-02-07chan_iax2: Add some more iaxs[] NULL checks to a routine already full of them.Richard Mudgett
2014-02-07chan_iax2: Block unnecessary control frames to/from the wire.Richard Mudgett
2014-01-17Documentation: doc fixes across various parts of the code for ASTERISK issues...Rusty Newton
2013-12-19Voicemail: Remove mailbox identifier format (box@context) assumptions in the ...Richard Mudgett
2013-12-18channel locking: Add locking for channel snapshot creationKevin Harwell
2013-12-18channels: Return allocated channels locked.Joshua Colp
2013-12-17Several components: fixing Typos in comments and code, "avaliable" instead of...Rusty Newton
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-11-05chan_iax2: Fix incorrect usage of ast_get_ip involving uninitialized structMatthew Jordan
2013-10-23chan_iax2: Fix Binding To Multiple Addresses AgainMichael L. Young
2013-10-19Fix IAX2 incoming call address lookupsKinsey Moore
2013-10-15chan_iax2: Fix channel left locked in off nominal code path.Richard Mudgett
2013-10-04Add IPv6 Support To chan_iax2Michael L. Young
2013-10-03Cache string values of formats on ast_format_cap() to save processing.Mark Michelson
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