summaryrefslogtreecommitdiff
path: root/apps/app_fax.c
AgeCommit message (Expand)Author
2018-03-08Complete deprecating legacy modules.Richard Mudgett
2018-02-13Deprecate legacy modules.Corey Farrell
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-10-13Audit ast_json_pack() calls for needed UTF-8 checks.Richard Mudgett
2016-02-01build_system: Fix some warnings highlighted by clangGeorge Joseph
2015-05-13AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro.Rodrigo Ramírez Norambuena
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2013-05-29Resolve a merge conflictKinsey Moore
2013-05-24Migrate a large number of AMI events over to Stasis-CoreMatthew Jordan
2012-10-14Doxygen Updates - Title updateAndrew Latham
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-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-10-10Merged revisions 340109 via svnmerge from Matthew Nicholson
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-05-25Merged revisions 320823 via svnmerge from Richard Mudgett
2011-02-04Replace ast_log(LOG_DEBUG, ...) with ast_debug()Paul Belanger
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2010-07-14ast_callerid restructuringRichard Mudgett
2010-06-08Don't pass null to manager_event()Matthew Nicholson
2010-03-03Updated CHANGES file to mention res_fax and res_fax_spandsp.Matthew Nicholson
2010-02-09Ensure frames are only freed once.Tilghman Lesher
2010-02-09Don't offer MMR or JBIG transcoding during T.38 negotiation.Kevin P. Fleming
2009-12-15spandsp does in fact support V.17 modulation at 14.4 kilobits per second,Kevin P. Fleming
2009-11-16Fix another buglet in T.38 session teardown at the end of FAX sessions.Kevin P. Fleming
2009-11-16Ensure that only one end of a T.38 session initiates teardown at completion.Kevin P. Fleming
2009-11-13Display a list of channel variables in each channel-oriented event.Tilghman Lesher
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
2009-10-12Remove automatic switching from T.38 to voice mode in chan_sip.Kevin P. Fleming
2009-10-09Initiate T.38 switchover when acting as called party, regardless of FAX direc...Kevin P. Fleming
2009-08-06Minor improvements to app_fax.Kevin P. Fleming
2009-07-27Cleanup T.38 negotiation changes.Kevin P. Fleming
2009-07-27Make T.38 switchover in ReceiveFAX synchronous.Kevin P. Fleming
2009-07-23Rework of T.38 negotiation and UDPTL API to address interoperability problemsKevin P. Fleming
2009-07-10Eliminate extraneous LOG_DEBUG messages generated by app_fax.Kevin P. Fleming
2009-07-10Fix some remaining T.38 negotiation problems in app_fax.Kevin P. Fleming
2009-07-09Repair ability of SendFAX/ReceiveFAX to respond to T.38 switchover.Kevin P. Fleming
2009-06-26Improve T.38 negotiation by exchanging session parameters between application...Joshua Colp
2009-06-20Fix version detection for API changes in spandsp.Sean Bright
2009-06-16Enable applications to enable/disable digit and tone detection.Kevin P. Fleming
2009-06-15Last batch of 'static' qualifiers for module-level global variables.Kevin P. Fleming
2009-06-07Global var cleanup - constification and removing unused vars.Russell Bryant
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-02-20Make app_fax compatible with spandsp-0.0.6pre4Dwayne M. Hubbard
2008-12-15Make app_fax compatible with newer versions of spandsp. This remains backward...Joshua Colp