aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_fax.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-14Merged revisions 328247 via svnmerge from lmadsen1-0/+4
2011-07-12do v21 detection instead of CED detection for the fax gatewaymnicholson1-44/+21
2011-07-11renamed fax_gateway_send_ced() to fax_gateway_request_t38()mnicholson1-5/+5
2011-07-11actually do something with the ced timeout, also added more debug outputmnicholson1-7/+12
2011-07-11write silence on the channel during t.38 negotiationmnicholson1-2/+15
2011-07-11Delay sending an CED tone generated T.38 reinvite to give the CED tonemnicholson1-33/+72
2011-07-11fixed wording in a commentmnicholson1-1/+1
2011-07-01updated irroots info for the authors sectionmnicholson1-1/+2
2011-06-30Fax gateway functionality (i.e. translating between a T.30 terminal and a T.38mnicholson1-52/+835
2011-05-16 When a error in T.38 negotiation happens or its rejected on a channel theirroot1-2/+7
2011-05-03Merged revisions 316265 via svnmerge from russell1-9/+3
2011-03-18Merged revisions 311352 via svnmerge from jrose1-10/+10
2011-03-18Merged revisions 311342 via svnmerge from mnicholson1-0/+3
2011-02-03Asterisk media architecture conversion - no more format bitfieldsdvossel1-12/+15
2011-01-27Fix bug with 'F' option for ReceiveFAX and SendFAX.kpfleming1-0/+4
2011-01-27Rename the SendFAX/ReceiveFAX 'force audio' option.kpfleming1-12/+12
2011-01-26Add ability to disable T.38 usage for specific SendFAX/ReceiveFAX sessions.kpfleming1-20/+34
2011-01-26Merged revisions 303907 via svnmerge from mnicholson1-25/+38
2011-01-19Merged revisions 302600 via svnmerge from qwell1-1/+1
2010-12-10Merged revisions 298054 via svnmerge from mnicholson1-3/+6
2010-12-03Merged revisions 297157,297486,297495 via svnmerge from mnicholson1-57/+169
2010-08-09Merged revisions 281358 via svnmerge from mnicholson1-3/+117
2010-08-04Merged revisions 280909 via svnmerge from mnicholson1-3/+7
2010-07-29Merged revisions 280557 via svnmerge from mnicholson1-2/+7
2010-07-21Don't print failure status when the remote end hangs up, it may not be an act...mnicholson1-3/+8
2010-07-20This commit contains several changes to the way output channel variables are ...mnicholson1-37/+77
2010-07-20Add load priority order, such that preload becomes unnecessary in most casestilghman1-1/+2
2010-07-17Update res_fax.c to be a good xml citizen.snuffy1-57/+137
2010-07-07Set proper FAXOPT(status), FAXOPT(statusstr), and FAXOPT(error) values where ...mnicholson1-19/+58
2010-07-06Properly detect and report invalid maxrate and maxrate values in the FAXOPT d...mnicholson1-5/+11
2010-07-01Properly handle failures of fax->start_session()mnicholson1-1/+1
2010-06-25Implemement support for handling multiple documents when sending.mnicholson1-29/+131
2010-06-22Change the method of retrieving the Asterisk version string.russell1-3/+2
2010-05-21Log spandsp's fax debug output to the FAX logger level.mmichelson1-0/+16
2010-04-26Update res_fax and res_fax_spandsp to be compatible with Fax For Asterisk 1.2.mnicholson1-288/+603
2010-03-25Improve handling of T.38 re-INVITEs that arrive before a T.38-capablekpfleming1-38/+63
2010-03-15Improve handling of values supplied to FAXOPT(ecm).kpfleming1-1/+8
2010-03-03Updated CHANGES file to mention res_fax and res_fax_spandsp.mnicholson1-0/+4
2010-03-02Merge res_fax and res_fax_spandsp.mnicholson1-0/+1891