summaryrefslogtreecommitdiff
path: root/res/res_fax.c
AgeCommit message (Expand)Author
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
2012-02-24Opaquification for ast_format structs in struct ast_channelTerry Wilson
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-13Opaquify char * and char[] in ast_channelTerry Wilson
2012-02-09Adding reload support to res_fax.soMark Michelson
2012-02-03Fixes a segfault occuring when performing attended transfer with FAXOPT(gatew...Jonathan Rose
2012-01-24Opaquify channel stringfieldsTerry Wilson
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2012-01-05Fix premature free'ing of the frame committed in r349608Matthew Jordan
2012-01-04Free successfully translated frame in fax_gateway_framehookMatthew Jordan
2011-12-28Improve T.38 gateway V.21 preamble detection.Kevin P. Fleming
2011-12-14Don't clear LOCALSTATIONID before sending or receiving. The user may set thatMatthew Nicholson
2011-11-29Allow each logging destination and console to have its own notion of the verb...Tilghman Lesher
2011-10-21White space fixes in res_faxGregory Nietsky
2011-10-10Merged revisions 340109 via svnmerge from Matthew Nicholson
2011-10-05Merged revisions 339507 via svnmerge from Matthew Nicholson
2011-10-05Add generic faxdetect framehook to res_faxGregory Nietsky
2011-10-05Merged revisions 339463 via svnmerge from Gregory Nietsky