summaryrefslogtreecommitdiff
path: root/channels/chan_iax2.c
AgeCommit message (Expand)Author
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-10Merge "chan_iax2: Prevent deadlock between hangup and sending lagrq/ping"Mark Michelson
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-05-20chan_iax2: Prevent deadlock between hangup and sending lagrq/pingYousf Ateya
2015-05-13AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro.Rodrigo Ramírez Norambuena
2015-04-30Restrict functionality when ACLs are misconfigured.Mark Michelson
2015-04-28chan_iax2: Ensure that IAX flags are 64 bits.Yousf Ateya
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-04-10channels/chan_iax2: Improve POKE expiration time calculation for lossy networksMatthew Jordan
2015-04-10channels/chan_iax2: Add a configuration parameter for call token expirationMatthew 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-03-13Logger: Convert 'struct ast_callid' to unsigned int.Corey Farrell
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-12Revert -r430452 It needs to be redone for the next major AMI version change i...Richard Mudgett
2015-01-09AMI: Remove no longer used parameter from astman_send_listack().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