summaryrefslogtreecommitdiff
path: root/channels/chan_iax2.c
AgeCommit message (Expand)Author
2018-03-14loader: Convert reload_classes to built-in modules.Corey Farrell
2018-01-15loader: Add dependency fields to module structures.Corey Farrell
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-12-18netsock: Remove from Asterisk core.Corey Farrell
2017-11-02Add missing menuselect dependencies.Corey Farrell
2017-09-21bridge: Change participant SFU streams when source streams change.Joshua Colp
2017-08-01Fix compiler warnings on Fedora 26 / GCC 7.Corey Farrell
2017-07-14chan_iax2: On reload make sure to check for existing MWI subscriptionSergej Kasumovic
2017-07-05core: Remove 'Data Retrieval API'Sean Bright
2017-04-12modules: change module LOAD_FAILUREs to LOAD_DECLINESGeorge Joseph
2017-03-16Merge "chan_iax2: Reload of iax peer results in loss of host address/port"Joshua Colp
2017-03-14chan_iax2: Reload of iax peer results in loss of host address/portRichard Begg
2017-03-07core: Add stream topology changing primitives with tests.Joshua Colp
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-08-25chan_iax2: Set plaintext auth to deprecated as per ASTERISK-22820varnav
2016-08-16Refactor usage pattern of xmldoc info tag.Corey Farrell
2016-08-15func_channel: Reorganize documentationMatt Jordan
2016-06-08Fixes to include signal.hTimo Teräs
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