Alexey Melnichuk
559a16b461
Fix. Use correct database class in hangup_rx.lua ( #2155 )
2016-11-23 02:02:06 -07:00
Alexey Melnichuk
d498f86540
Add. Use params in fax/queue/retry.lua ( #2148 )
2016-11-22 11:09:03 -07:00
Alexey Melnichuk
7cf05033b7
Add. Use params in hangup_rx.lua ( #2149 )
2016-11-22 11:07:45 -07:00
Alexey Melnichuk
28d3ebb51f
Allow use odbc to store files (record/voicemail) in database. ( #1535 )
...
* Change. Allow use odbc to store files (record/voicemail) in database.
* Fix. Generate correct default config.
2016-09-04 13:05:47 -06:00
Alexey Melnichuk
d824e80f06
Fix. send fax file as PDF in response message
2016-04-05 13:48:50 +03:00
mafoo
0eb7d5ddac
WhitespaceClean-resources/install/scripts
...
whitespace pass over files
for reference regex that was used s/[ \t]+(\r?\n)/\1/
2016-03-11 13:21:52 +00:00
Alexey Melnichuk
aaf9e52e48
Change. Move `fax_queue_*` scripts to `app/fax/resources/scripts`
2016-01-13 10:22:32 +03:00
Alexey Melnichuk
92ea882398
Fix. Use task db connection to build template.
2015-12-09 14:56:02 +03:00
Alexey Melnichuk
7a45e14c8c
Add. mail templates for fax server responses.
2015-12-09 12:43:40 +03:00
Alexey Melnichuk
efc62b064b
Remove unused code.
2015-12-01 16:24:53 +03:00
Alexey Melnichuk
f8c86b42bc
Add. `Tasks.send_mail_task` function to send task reply.
2015-12-01 15:46:52 +03:00
Alexey Melnichuk
6cfc24f8eb
Fix. Send mail when fail create outbound channel.
2015-11-30 12:08:26 +03:00
Alexey Melnichuk
5339e39db8
Add. Send reply message after fax task done.
2015-11-30 11:57:09 +03:00
Alexey Melnichuk
85634c801e
Change. Move fax_queue to app/fax.
2015-11-28 11:40:54 +03:00
markjcrane
ca48132e40
Change enquote to quote.
2015-11-10 13:37:25 -07:00
Alexey Melnichuk
5506d7ce80
Fix. function name
2015-11-10 20:49:46 +03:00
Alexey Melnichuk
2fe16021a1
Fix. always escape quote.
2015-11-10 19:33:01 +03:00
Alexey Melnichuk
5be99e2801
Fix. hungup_rx.lua works on Windows
...
1. Command should use only double quotes.
2. Application should not be quoted (I am not sure may be it is bug in FS `system` command).
So I use double quote on Windows and single quote on other system.
Also I quote strings only if they contain spaces.
To escape quote in string i just double it.
`you got "some text"` become to `you got ""some text"""`
2015-11-10 19:29:06 +03:00
markjcrane
b27bcdd820
After event socket class was added it created a bug in FAX email and forward. It was unable to find the new EventSocket class adding the include resolves the problem.
2015-09-26 08:59:36 -06:00
Alexey Melnichuk
69717e31d5
Revert "Revert "Change. Use `require "resources.functions.config"` to load co…"
2015-08-11 05:06:33 +03:00
FusionPBX
d1f3b05cf6
Revert "Change. Use `require "resources.functions.config"` to load config file."
2015-08-10 11:50:29 -06:00
Alexey Melnichuk
a8142f527a
Change. Use only `require` to load function.
...
Fix. Remove multiple definition of same function.
2015-08-10 12:43:06 +04:00
Alexey Melnichuk
2234b42c07
Change. Use `require "resources.functions.config"` to load config file.
...
Change. Move `script_dir` definition into config file.
2015-07-22 13:20:51 +04:00
Mark Crane
bb4bab2fa8
FAX sure domain_uuid is set at the right time.
2015-06-30 18:01:30 +00:00
Mark Crane
4ff324bfcf
Fix a nil error for fax_remote_station_id and make the caller id name and number work for inbound FAX.
2015-05-13 06:46:36 +00:00
Nate Jones
51ae30fc10
Fax: Fix fax-to-email, better conversion to PDF.
2015-05-11 23:41:11 +00:00
Nate Jones
b904214d59
Fax: Prevent fax_destination field from being populated on received faxes.
2015-05-09 06:21:53 +00:00
Mark Crane
915c2c8d94
Add the new fax hangup hook.
2015-04-28 06:44:11 +00:00