aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_fax.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-25Reimplemented fax session reservation to reverse the ABI breakage introduced ...mnicholson1-25/+38
2011-01-19Fix typo pointed out on asterisk-users list.qwell1-1/+1
2010-12-10Prevent a memcpy overlap in GENERIC_FAX_EXEC_SET_VARSmnicholson1-3/+6
2010-12-08Display the capabilities requested when requesting a fax session fails instea...mnicholson1-7/+86
2010-12-03Print a DEBUG message instead of a WARNING message when the selected fax tech...mnicholson1-17/+19
2010-12-02Add support for reserving a fax session before answering the channel.mnicholson1-44/+154
2010-12-01Changed some NOTICE and WARNING messages to DEBUG messages.mnicholson1-13/+13
2010-09-09Merged revisions 285710 via svnmerge from bbryant1-5/+123
2010-07-29Fix regression introduced in r1664. Give the fax stack time to shutdown and ...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