FusionPBX
4b155ff109
Update app_config.php
2017-02-15 22:36:26 -07:00
FusionPBX
74031d8bec
Update app_config.php
2017-02-01 13:22:24 -07:00
FusionPBX
b0433a6cf3
Update app_config.php
2017-01-12 23:31:10 -07:00
jebsolutions
54d7e41f6e
app/fax/app_defaults.php: ( #2031 )
...
+ fix: duplicate check only within same default_setting_category. This fixes the bug where "keep_local" for fax wasn't being created because there was a "keep_local" for voicemail. Without this fix you will get a lua error due to the field not being set and nothing shows up in the sent faxes log.
fax/fax_log_view.php:
+ fix: back button text is missing. Copied correct localized text code from another fax page that worked.
app/fax/app_config.php
+ fix: date field is now timestamp for postgres+mysql. This fixes the listing only showing the date, not the time as well.
Note: app->defaults doesn't change field types. Existing installs will have to manually update the field type e.g. for postgres:
sudo -sHu postgres
\d fusionpbx
alter table v_fax_logs alter column fax_date type timestamp without time zone;
\q
2016-11-03 16:24:40 -06:00
Alexey Melnichuk
7e715879f8
Add. Web UI to monitor for fax queue.
2015-12-08 16:16:54 +03:00
Alexey Melnichuk
5339e39db8
Add. Send reply message after fax task done.
2015-11-30 11:57:09 +03:00
markjcrane
89c2f4ecb5
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
17f435fb22
Add. Web UI to configure fax_queue.
2015-11-18 15:37:41 +03:00
markjcrane
2947343aca
Add fax default setting keep_local.
2015-08-16 01:53:39 -06:00
markjcrane
752c54d05c
Escape the $ in the domain_uuid variable.
2015-08-05 18:17:39 -05:00
markjcrane
bcf1363277
Add destination details to several app_config.php files.
2015-08-04 14:52:10 -06:00
markjcrane
193137ffa6
Make the title-<app name> more consistent. Use underscore in the label name instead of a dash. Dash is used between label type and the label name.
2015-08-03 15:17:05 -06:00
Mark Crane
2cbcbc0f1a
Remove the default settings fax prefix and move it to the FAX server table.
2015-05-21 03:48:37 +00:00
Mark Crane
c1fb179b1a
Add fax file permission and fix the data type for date and epoch.
2015-05-01 07:10:31 +00:00
Mark Crane
64bc09fd7e
Add fax files table for storing meta data and optional base64.
2015-04-25 21:07:01 +00:00
Nate Jones
29e70796f6
Fax Server: Log detail view now available. Resolves issue 923.
2015-04-16 16:05:39 +00:00
Nate Jones
ac49f1135d
Fax Server: Added permission to control Advanced section visibility. Addresses comment on r7943.
2015-03-23 17:26:47 +00:00
luis daniel lucio quiroz
7f175b4985
accountcode now on fax, PCMU/A as absolute codec string
2015-01-26 19:54:52 +00:00
Mark Crane
9369fd8d0d
Move the menu array to app_menu.php
2014-12-26 03:27:54 +00:00
Nate Jones
0fec6216ef
Fax Server: Send faxes to multiple recipients at once, customizable 'Subject Tag' for Remote Inbox viewing, preparations for Email-to-Fax functionality.
2014-11-29 13:32:42 +00:00
Nate Jones
f3e726eeea
Fax Server: Added interface to access (via IMAP or POP3) the inbound fax target email account. Required: PHP IMAP extension (obviously).
2014-11-27 13:37:08 +00:00
Mark Crane
2931a98842
Remove the add permission for fax log add
2014-09-09 17:56:58 +00:00
Mark Crane
4c971dbe6d
Move fax logs inside app/fax
2014-09-09 16:41:53 +00:00
Mark Crane
5efbf5e1fd
Fix the fax logs, add fax_uuid
2014-09-09 10:48:20 +00:00
Mark Crane
00c744b63a
Add domain_uuid, fax_date, fax_epoch to fax retry
2014-09-07 05:18:35 +00:00
Mark Crane
ce159b2cbd
Add fax date, epoch and primary key for the fax_logs table
2014-09-07 00:44:47 +00:00
Mark Crane
9b60110cf7
Add a new Spanish translation donated by José Manuel Calquin Heinsohn. 'es-cl'. This completes the menu Spanish translation.
2014-02-13 20:15:59 +00:00
Nuno Miguel Reis
c405bfa745
language translations for pt-pt and some other minor fixes and updates
2013-10-17 22:06:53 +00:00
Nuno Miguel Reis
c0bae01b3a
changed single quote to double quotes everywhere
2013-10-01 11:35:07 +00:00
Mark Crane
94f592cc08
Correct the tabbing by replacing the spaces with tabs. Replace some of the single quotes with double qoutes and keep the fr-ca translations.
2013-09-30 16:21:08 +00:00
Philippe Rioual
92dde8ac9b
repaired previous errors inserted in r4614 : reinserted 'de-de' instead 'de' and correct files. keeps fr-ca to report in app_config.php files
2013-09-30 15:22:35 +00:00
Philippe Rioual
84b11a971c
added missing french translations and changed fr to fr-fr in all app_languages.php and app_config.php files.
2013-09-30 13:19:40 +00:00
Mark Crane
7ba40f465e
Add permissions for every table (view, add, edit, and delete). Important change to increase security on the REST API and will be beneficial for more detailed control of permissions.
2013-09-25 20:23:10 +00:00
Mark Crane
6cb84a39c7
Convert all remaining app_config.php files to UTF-8 without BOM.
2013-09-21 16:00:28 +00:00
Mark Crane
c130a8cae5
Change fr to fr-fr and de to de-de.
2013-09-17 20:02:19 +00:00
Mark Crane
f61de19169
Move the French translations into the development branch.
...
Translation work done thanks to by bhouba for his work on the translations.
2013-09-13 21:04:53 +00:00
Mark Crane
98178c6ef7
Fix the database app_config array on several of teh app_config file array.
2013-09-13 09:39:57 +00:00
Mark Crane
6eb013b611
Copy the translations French and Spanish translations into the dev branch.
2013-05-13 00:50:43 +00:00
Nuno Miguel Reis
2e74a0c238
menu translation work
2012-10-11 00:07:03 +00:00
Nuno Miguel Reis
42db314c54
more work in translation to portuguese from Portugal (pt-pt)
2012-10-06 18:01:11 +00:00
Mark Crane
390a0fbaf9
Remove the additional languages for the app description will be moving that to the app_languages.php file.
2012-10-03 20:21:03 +00:00
Mark Crane
3407f4d52c
Set fax menu en-us to en for now.
2012-09-25 22:50:15 +00:00
Mark Crane
7425ef855d
Add de-ch to app/fax/app_config.php
2012-09-18 18:24:57 +00:00
Mark Crane
e5751263ed
Add multi-lingual definitions in the fusionpbx/app/fax/app_config.php this will be used as a basic example for other app_config.php files.
2012-09-18 18:00:18 +00:00
Mark Crane
00f175321f
Add destination number to the fax server.
2012-09-15 16:26:21 +00:00
Mark Crane
0ea5f9e1ee
Remove the v_ inside php code in preparation to rename the php files.
2012-07-27 15:22:11 +00:00
Mark Crane
af103e9c41
Add a missing file sip_profile_copy.php to the dev branch.
2012-06-04 14:58:40 +00:00