summaryrefslogtreecommitdiff
path: root/channels/chan_skinny.c
AgeCommit message (Expand)Author
2017-12-19Remove constant conditionals (dead-code).Corey Farrell
2017-12-01AST-2017-013: chan_skinny: Call pthread_detach when sess threads endGeorge Joseph
2017-05-19AST-2017-004: chan_skinny: Add EOF check in skinny_sessionGeorge Joseph
2017-04-12modules: change module LOAD_FAILUREs to LOAD_DECLINESGeorge Joseph
2017-03-20thread safety: Don't use getprotobyname()Sean Bright
2017-02-13cli: Fix various CLI documentation and completion issuesSean Bright
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-06-08Fixes to include signal.hTimo Teräs
2016-04-07pbx.h: Make ast_state_cb_type take more const.Richard Mudgett
2015-12-01Audit improper usage of scheduler exposed by 5c713fdf18f. (v13 additions)Richard Mudgett
2015-12-01Audit improper usage of scheduler exposed by 5c713fdf18f.Richard Mudgett
2015-11-09ast_format_cap_get_names: To display all formats, the buffer was increased.Alexander Traud
2015-10-06Fix improper usage of scheduler exposed by 5c713fdf18fMatt Jordan
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-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-26channels/chan_skinny: Fix compilation error introduced in f8e21a1adfMatt Jordan
2015-04-24Clang: Fix some more tautological-compare warnings.Diederik de Groot
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-04-09clang compiler warnings: Fix autological comparisonsMatthew Jordan
2015-04-07clang compiler warnings: Fix non-literal-null-conversion warningsMatthew Jordan
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-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-26core: Don't allow free to mean ast_free (and malloc, etc..).Walter Doekes
2014-08-18Skinny: Fixup compile warning for non dev-mode.Damien Wedhorn
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-07-21Fix build in dev-modeKinsey Moore
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-06-25Skinny: cleanup some log messages around sessions.Damien Wedhorn
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-04-15Remove unused RAII_VAR() declarations.Richard Mudgett
2014-03-07uniqueid: channel linkedid, ami, ari object creation with id'sScott Griepentrog
2014-02-04Skinny - Fix deadlock when pickup of no call.Damien Wedhorn
2014-01-31Skinny: fix up possible double unlock of chan.Damien Wedhorn
2014-01-20Skinny: fix up handling of fragmented packets.Damien Wedhorn
2014-01-20Skinny: fix up session logging.Damien Wedhorn
2014-01-19Skinny: fix reversed device reset from CLI.Damien Wedhorn
2014-01-14Skinny: do not add call to missed calls list if answered elsewhere.Damien Wedhorn
2013-12-19Voicemail: Remove mailbox identifier format (box@context) assumptions in the ...Richard Mudgett
2013-12-19Fixup some skinny bugs causing Fracks and ao2 cleanup issues.Damien Wedhorn
2013-12-19Fixup skinny registration following network issues.Damien Wedhorn
2013-12-18channel locking: Add locking for channel snapshot creationKevin Harwell
2013-12-18channels: Return allocated channels locked.Joshua Colp
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-10-03Cache string values of formats on ast_format_cap() to save processing.Mark Michelson