summaryrefslogtreecommitdiff
path: root/channels/chan_iax2.c
AgeCommit message (Expand)Author
2016-08-15Refactor usage pattern of xmldoc info tag.Corey Farrell
2016-08-12func_channel: Reorganize documentationMatt Jordan
2015-12-01Audit improper usage of scheduler exposed by 5c713fdf18f.Richard Mudgett
2015-11-12Further fixes to improper usage of schedulerSteve Davies
2015-11-09ast_format_cap_get_names: To display all formats, the buffer was increased.Alexander Traud
2015-06-10chan_iax2: Prevent deadlock between hangup and sending lagrq/pingYousf Ateya
2015-06-08Fix unsafe uses of ast_context pointers.Corey Farrell
2015-05-22Stasis: Fix unsafe use of stasis_unsubscribe in modules.Corey Farrell
2015-04-10channels/chan_iax2: Improve POKE expiration time calculation for lossy networksMatthew Jordan
2015-04-09chan_iax2.c: Fix ref leak in iax2_request().Richard Mudgett
2015-04-08chan_iax2: Fix compilation issue due to funky mergeMatthew Jordan
2015-04-08chan_iax2: Fix crash caused by unprotected access to iaxs[peer->callno]Matthew Jordan
2015-03-30clang compiler warnings: Fix -Wabsolute-value warningsMatthew Jordan
2015-03-28clang compiler warnings: Fix -Wbitfield-constant-conversion warningMatthew Jordan
2015-03-28clang compiler warnings: Fix -Wunused-function; make inline function staticMatthew Jordan
2015-02-19Create work around for scheduler leaks during shutdown.Corey Farrell
2015-01-23Investigate and fix memory leaks in AsteriskKevin Harwell
2015-01-20CHANNEL(peer), chan_iax2, res_fax, SNMP agent: Fix deadlock from reaching acr...Richard Mudgett
2015-01-09AMI: Make AMI actions that generate event lists consistent.Richard Mudgett
2014-12-17Fix printf problems with high ascii characters after r413586 (1.8).Walter Doekes
2014-12-01main/stasis: Allow subscriptions to use a threadpool for message deliveryMatthew Jordan
2014-10-03chan_pjsip: Fix deadlock when masquerading PJSIP channels.Richard Mudgett
2014-09-19chan_iax2: Fix a crash when using chan_iax2 jitterbuffer settingsJonathan Rose
2014-09-05devicestate.c: Minor tweaksRichard Mudgett
2014-08-28chan_iax2: Fix Dynamic IAX2 Registrations After Temporary DNS FailureMichael L. Young
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