markjcrane
5a06f486af
Rename .project.ROOT to project_root.php this conforms better with current file naming standards.
2016-02-22 14:01:18 -07:00
markjcrane
13861172a9
If the user is in the superadmin or admin group and user group it was preventing the fax_forward number from being updated.
2016-02-11 00:19:44 -07:00
markjcrane
b489074e0c
Fax add a way to change the inbound fax file name.
2016-02-10 21:44:03 -07:00
mafoo
467384aece
Corrected selected statements
2016-02-03 17:32:07 +00:00
mafoo
c17fccbff2
Fix for phrases are actually phrase_uuid not phrase_name.domain_uuid
2016-02-03 15:08:28 +00:00
Mafoo
ad324f4744
changed throw Exception to die
...
nothing ever eval runs the root.php so changed to die to cause a immediate report of error and stop code processing.
2016-01-20 11:30:31 +00:00
Mafoo
2669f6f1a9
Added check for if .project.ROOT is missing
...
If a installation is missing the .project.ROOT previously it would just use the last search path as the project root (wrong) this will cause a Exception should it be unable to find it
2016-01-18 09:38:16 +00:00
markjcrane
23b4b7c9bf
Change $_SERVER['DOCUMENT_ROOT'].PROJECT_PATH to $_SERVER["PROJECT_ROOT"].
2016-01-17 00:01:13 -07:00
Matthew Vale
b20a38f454
added logic in cli mode to chdir to the correct directory first
...
the webserver would normally do this for us, but we need to do it
2016-01-14 16:25:05 +00:00
Matthew Vale
173ae7001d
Added full logic to support cli as well
2016-01-13 17:38:54 +00:00
Matthew Vale
b81748bd22
change to use '/' instead of DIRECTOR_SEPERATOR
2016-01-12 14:47:50 +00:00
Matthew Vale
1ad1c31b27
Rollout of root.php
2016-01-12 13:55:39 +00:00
Alexey Melnichuk
9f8d05481f
Fix. Use text class in fax_files.php
2015-12-25 11:48:17 +03:00
Matthew Vale
b76a1a4b4f
First pass on app/*
2015-12-10 10:12:41 +00:00
FusionPBX
f3f1cf655e
Merge pull request #1295 from moteus/fax_queue_greet_combobox
...
Add. Allows select greeting.
2015-12-09 16:26:43 -08:00
Alexey Melnichuk
c0ec50e46c
Fix. forgotten images.
2015-12-09 13:51:25 +03:00
Alexey Melnichuk
742a782183
Fix. Use Test interface to translate UI.
2015-12-09 13:37:32 +03:00
Alexey Melnichuk
199b7e0def
Add. Allows select greeting.
2015-12-09 13:21:37 +03:00
Alexey Melnichuk
5cb8aa1d2a
Change. Send button redirect to Active page.
2015-12-09 13:00:42 +03:00
Alexey Melnichuk
32685f7d98
Merge branch 'master' into fax_queue
2015-12-09 12:37:55 +03:00
markjcrane
68bb079781
Remove count($_SESSION["domains"]) > 1 from the as the domain name should always be part of the fax directory path.
2015-12-08 21:59:09 -07:00
markjcrane
6d62de669b
Add tabbing to parse_attachments.php.
2015-12-08 21:57:18 -07:00
Alexey Melnichuk
279a745e4f
Add. Ability to delete fax queue element
2015-12-08 16:42:13 +03:00
Alexey Melnichuk
c76edde6d3
Add. Web UI to monitor for fax queue.
2015-12-08 16:16:54 +03:00
FusionPBX
62279c2acc
Merge pull request #1280 from moteus/fax_path_domain_name
...
Change. Use path with domain name for faxes for single tenant installation.
2015-12-04 11:44:33 -07:00
Alexey Melnichuk
5f9554c301
Fix. send fax by user listed in fax server list
2015-12-04 21:14:33 +03:00
Alexey Melnichuk
3e0c6a83a9
Merge branch 'send_fax_by_user' into fax_queue
2015-12-04 21:10:17 +03:00
Alexey Melnichuk
6fa4da3612
Fix. send fax by user listed in fax server list
2015-12-04 21:09:25 +03:00
Alexey Melnichuk
9568eb43f4
Change. Use path with domain name for faxes for single tenant installation.
2015-12-04 12:57:30 +03:00
Alexey Melnichuk
c9be5948c0
Add. Send reply message after fax task done.
2015-11-30 11:57:09 +03:00
markjcrane
8a783fdc03
Add the additional language variables to app_languages.php.
2015-11-27 11:25:50 -07:00
markjcrane
331778e36c
Correct the primary key of v_fax_tasks table. Coding standards require primary key to remove v_ prefix, singular form and add a _uuid postfix. Result is task_uuid has been changed to fax_task_uuid.
2015-11-25 08:51:54 -07:00
Alexey Melnichuk
3d643bbb2d
Fix. Update language file.
2015-11-23 16:33:43 +03:00
Alexey Melnichuk
ef38b27777
Change. Use function to deal with fax_queue in fax_send.php.
2015-11-23 14:57:44 +03:00
Alexey Melnichuk
506a829202
Fix. Poll several mail at once.
...
Problem causes by fax_send.php which change current dir and second call can not finding libraries.
2015-11-20 15:22:09 +03:00
Alexey Melnichuk
4219034bf5
Fix. Decode email message from quoted-printable/base64.
...
Fix. Allow set custom fonts to support non latin alphabet.
2015-11-20 14:45:06 +03:00
Alexey Melnichuk
5e0947813c
Add. Supports MySQL/SQLite to fax queue.
2015-11-20 10:38:51 +03:00
Alexey Melnichuk
c81d00272f
Fix. fax_emails.php relay on number cleanup in fax_send.php
2015-11-19 14:48:41 +03:00
Alexey Melnichuk
70ac60caf3
Add. Allow specify DTMF in parentheses in phone number.
...
E.g. `123456 (PP789)`
2015-11-19 14:30:06 +03:00
Alexey Melnichuk
18574dfe8b
Fix. Use fax_send_mode option in fax_send.php file.
2015-11-19 13:13:47 +03:00
Alexey Melnichuk
83b26ff901
Fix. Display description as last item on fax_server page
2015-11-19 12:36:35 +03:00
Alexey Melnichuk
8abdbf3f0b
Add. Web UI to configure fax_queue.
2015-11-18 15:37:41 +03:00
Alexey Melnichuk
a10e508972
Fix. multiple calls fax_send caused error.
...
Fix. require EventSocket implicitly.
Fix. require `test` class.
2015-11-12 14:00:01 +03:00
markjcrane
81917bd977
Remove absolute_codec_string='PCMU,PCMA' as it failed to allow PCMA.
2015-09-30 20:56:59 -06:00
markjcrane
4cfe899919
A few more minor adjustments.
2015-09-04 23:05:08 -06:00
markjcrane
2a3240c7c4
Add a fax server count.
2015-09-04 22:59:13 -06:00
markjcrane
c7c173f674
Add fax_forward_number to the fax class.
2015-08-21 17:10:42 -06:00
markjcrane
88ae0b72c7
Add fax prefix tot he fax class.
2015-08-21 17:04:34 -06:00
markjcrane
933db5bc01
Use fax_extension for the directory path needed for outbound faxes.
2015-08-21 16:17:42 -06:00
markjcrane
8a8f73d81d
Change the fax_extension to fax_destination_number.
2015-08-21 15:43:40 -06:00