Mark Michelson
|
782366b787
Adding reload support to res_fax.so
|
13 years ago |
Matthew Nicholson
|
8886fc3239
Don't clear LOCALSTATIONID before sending or receiving. The user may set that
|
13 years ago |
Jonathan Rose
|
4725f07b35
Fixes some support level info so that it can be read by menuselect.
|
13 years ago |
Matthew Nicholson
|
b1dd897076
Load the proper XML documentation when multiple modules document the same application.
|
13 years ago |
Matthew Nicholson
|
672b014d02
The app name in the documentation must match what we register the application
|
13 years ago |
Matthew Nicholson
|
2a7a883542
check for CONFIG_STATUS_FILE_INVALID when loading the res_fax config file
|
13 years ago |
Leif Madsen
|
51e95f4603
Introduce <support_level> tags in MODULEINFO.
|
13 years ago |
Russell Bryant
|
da34542a07
Fix a bunch of compiler warnings generated by gcc 4.6.0.
|
14 years ago |
Jonathan Rose
|
a7cf5f1ff6
Changes some print statements/events to use a blank string in place of NULL if the string in question is NULL.
|
14 years ago |
Matthew Nicholson
|
dfcf00445d
Properly populate the LOCALSTATIONID channel variable.
|
14 years ago |
Matthew Nicholson
|
0cb3c25b78
Reimplemented fax session reservation to reverse the ABI breakage introduced in r297486.
|
14 years ago |
Jason Parker
|
2bc59bdc8a
Fix typo pointed out on asterisk-users list.
|
14 years ago |
Matthew Nicholson
|
6bfd365d4f
Prevent a memcpy overlap in GENERIC_FAX_EXEC_SET_VARS
|
14 years ago |
Matthew Nicholson
|
0ef51f14da
Display the capabilities requested when requesting a fax session fails instead of displaying a hex value.
|
14 years ago |
Matthew Nicholson
|
0d7f55d3b3
Print a DEBUG message instead of a WARNING message when the selected fax tech does not support reserving sessions.
|
14 years ago |
Matthew Nicholson
|
c08c8985cc
Add support for reserving a fax session before answering the channel.
|
14 years ago |
Matthew Nicholson
|
ff3566dc86
Changed some NOTICE and WARNING messages to DEBUG messages.
|
14 years ago |
Matthew Nicholson
|
41d8d0113f
Validate minrate, maxrate, and modem settings before attempting a fax session.
|
14 years ago |
Matthew Nicholson
|
6d1cb11d2d
Initialize FAXOPT() status variables in sendfax and receivefax instead of when the details structure is created.
|
14 years ago |
Matthew Nicholson
|
bbf20978cf
Fix regression introduced in r1664. Give the fax stack time to shutdown and populate the FAXOPT output variables.
|
14 years ago |
Matthew Nicholson
|
aeece2f024
Don't print failure status when the remote end hangs up, it may not be an actual failure.
|
14 years ago |
Matthew Nicholson
|
997543119e
This commit contains several changes to the way output channel variables are handled.
|
14 years ago |
Tilghman Lesher
|
bc0bd7e778
Add load priority order, such that preload becomes unnecessary in most cases
|
14 years ago |
Bradley Latus
|
30b4e8b4ca
Update res_fax.c to be a good xml citizen.
|
14 years ago |
Matthew Nicholson
|
901bc8cb9b
Set proper FAXOPT(status), FAXOPT(statusstr), and FAXOPT(error) values where possible. Previously some failure cases did not result in proper FAXOPT values.
|
14 years ago |
Matthew Nicholson
|
736e02716d
Properly detect and report invalid maxrate and maxrate values in the FAXOPT dialplan function. Also make fax_rate_str_to_int() return an unsigned int and return 0 instead of -1 in the event of an error.
|
14 years ago |
Matthew Nicholson
|
d5a0f9db19
Properly handle failures of fax->start_session()
|
14 years ago |
Matthew Nicholson
|
6e86563ba6
Implemement support for handling multiple documents when sending.
|
14 years ago |
Russell Bryant
|
e9250c14f0
Change the method of retrieving the Asterisk version string.
|
14 years ago |
Mark Michelson
|
8780a16828
Log spandsp's fax debug output to the FAX logger level.
|
15 years ago |