summaryrefslogtreecommitdiff
path: root/res/res_fax.c
AgeCommit message (Expand)Author
2018-01-24Remove redundant module checks and references.Corey Farrell
2018-01-03loader: Create ast_module_running_ref.Corey Farrell
2017-12-20Fix Common Typo's.Corey Farrell
2017-11-18res_fax: Remove checks for unsigned values being >= 0.Corey Farrell
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-10-13Audit ast_json_pack() calls for needed UTF-8 checks.Richard Mudgett
2016-10-12res_fax: Fix a tight race condition causing fax to crash in audio fallbackTorrey Searle
2016-08-25res_fax: Fix deadlock in ast_channel_get_t38_state().Richard Mudgett
2016-08-25res_fax: Fix deadlock setting FAXMODE channel variable.Richard Mudgett
2016-08-25res_fax.c: Fix deadlock in fax_gateway_indicate_t38().Richard Mudgett
2016-08-25res_fax.c: Add chan locked precondition comments.Richard Mudgett
2016-08-25ast_framehook_detach() must be called with the channel locked.Richard Mudgett
2016-07-21Merge "res_fax.c: Fix deadlock potential in FAXOPT(faxdetect) framehook."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-05res_fax/t38_gateway: Peer V.21 session is created on wrong channelAlexei Gradinari
2016-05-04res_fax: add FAXMODE variableAlexei Gradinari
2015-12-16json: Audit ast_json_* usage for thread safety.Joshua Colp
2015-05-13AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro.Rodrigo Ramírez Norambuena
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-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
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-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
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