summaryrefslogtreecommitdiff
path: root/res/res_fax.c
AgeCommit message (Expand)Author
2016-07-21Merge "res_fax.c: Fix deadlock potential in FAXOPT(faxdetect) framehook." int...zuul
2016-07-19res_fax.c: Fix deadlock potential in FAXOPT(faxdetect) framehook.Richard Mudgett
2016-07-19res_fax: Fix FAXOPT(faxdetect) timeout option.Richard Mudgett
2016-06-22res_fax: Fix reference leak in fax_v21_session_new.Corey Farrell
2016-05-11Merge "res_fax/t38_gateway: Peer V.21 session is created on wrong channel" in...zuul
2016-05-03res_fax: add FAXMODE variableAlexei Gradinari
2016-05-03res_fax/t38_gateway: Peer V.21 session is created on wrong channelAlexei Gradinari
2015-12-16json: Audit ast_json_* usage for thread safety.Joshua Colp
2015-04-29res_fax: allow 2400 transmission rate according to v.27ter standardKevin Harwell
2015-04-17res_fax: Fix latent bug exposed by ASTERISK-24841 changes.Richard Mudgett
2015-01-23Fix typo's (retrieve, specified, address).Walter Doekes
2015-01-20CHANNEL(peer), chan_iax2, res_fax, SNMP agent: Fix deadlock from reaching acr...Richard Mudgett
2015-01-15res_fax.c, res_fax_spandsp.c: Remove redundant locking.Richard Mudgett
2015-01-15res_fax.c, res_fax_spandsp.c: Fix some curlies on the end of function definit...Richard Mudgett
2015-01-09AMI: Make AMI actions that generate event lists consistent.Richard Mudgett
2015-01-09res_fax: Add T.38 negotiation timeout optionKinsey Moore
2014-10-28res_fax: Resolve T38 gateway frame leak.Corey Farrell
2014-10-14res_fax: Fix reference leak caused by gateway sessionsCorey Farrell
2014-10-14res_fax: Resolve module reference leak caused by reserved sessionsCorey Farrell
2014-09-26res_fax: Fix out of bounds error in update_modem_bits().Richard Mudgett
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-07-23res_fax: unregister manager actions on unloadCorey Farrell
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-07-18Channels: Masquerades to automatically move frame/audio hooksJonathan Rose
2014-07-18res_fax: Provide AMI equivalents for fax CLI commandsJonathan Rose
2014-05-28Logger/CLI/etc.: Fix some aesthetic issues; reduce chatty verbose messagesMatthew Jordan
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-04-15Remove unused RAII_VAR() declarations.Richard Mudgett
2014-02-21json: Fix off-nominal json ref counting issues.Richard Mudgett
2014-01-16res_fax: check_modem_rate() returned incorrect rate for V.27Kevin Harwell
2013-12-19res_fax.c: crash on framehook with no dsp in fax detectScott Griepentrog
2013-10-18Add channel lock protection around translation path setup.Richard Mudgett
2013-06-23Properly pack the parameters into ast_json_pack when sending a send fax messageMatthew Jordan
2013-06-22Properly extract channel variables for the SendFAX/ReceiveFAX Stasis messagesMatthew Jordan
2013-06-22Fix a deadlock and possible crash in res_faxMatthew Jordan
2013-05-29Pack the right number of items into the status and receive fax blobsMatthew Jordan
2013-05-29Resolve a merge conflictKinsey Moore
2013-05-27Fix some more fax test errors due to needing the peer in a bridgeMatthew Jordan
2013-05-26Fix a few fax gateway failuresMatthew Jordan
2013-05-26Fix a variety of memory corruption/assertion errorsMatthew Jordan
2013-05-24Migrate a large number of AMI events over to Stasis-CoreMatthew Jordan
2012-12-10Ensure ReceiveFax provides a CED tone via T.38Kinsey Moore
2012-11-08Fix a "set but not used" warning on newer gccs.Mark Michelson
2012-11-07Multiple revisions 375993-375994Mark Michelson
2012-11-04Only deref a reserved gateway session if we actually reserved oneMatthew Jordan
2012-10-14Doxygen Updates - Title updateAndrew Latham
2012-10-01Doxygen CleanupAndrew Latham
2012-08-18Update module support level on a variety of modules and compiler optionsMatthew Jordan
2012-06-11Fix coverity UNUSED_VALUE findings in core support level filesKinsey Moore
2012-02-29Opaquify ast_channel structs and listsTerry Wilson