FusionPBX
a76dee8130
Merge pull request #1258 from moteus/fax_queue
...
Fix. problem when same session can release task multiple times.
2015-11-26 08:21:07 -08:00
Alexey Melnichuk
990dd7b9ed
Add. log session uuid
2015-11-26 17:41:48 +03:00
Alexey Melnichuk
5bc286d5e2
Fix. Remove task in next.lua (Fix preview commit)
2015-11-26 17:30:56 +03:00
Alexey Melnichuk
a485be3883
Fix. Remove task in next.lua
2015-11-26 17:25:15 +03:00
Alexey Melnichuk
486004de02
Fix. problem when same session can release task multiple times.
...
It can be when originate has group dial-string. So it call `api_hangup_hook`
for each channel.
Now we release task in `retry.lua` only if originate success and this is same channel
which execute `exec.lua`.
If originate fail we release task `next.lua`
2015-11-26 17:23:33 +03:00
markjcrane
7e18d6d122
Remove the old reference to install class and replaced with install_switch.
2015-11-25 21:55:17 -07:00
markjcrane
ec44f93afd
Another minor adjustment.
2015-11-25 18:18:48 -07:00
markjcrane
1ea8a721fb
Fix the syntax by adding a missing semi-colon.
2015-11-25 18:17:48 -07:00
markjcrane
cbfaaa2ae1
If the script dir is set in the session we know the location and don't need to ask freeswitch for it again.
2015-11-25 18:16:38 -07:00
markjcrane
a30b0b56ab
Remove trailing tabs. Fix some spelling mistakes. And update core/upgrade/app_defaults.php to fix advanced -> upgrade.
2015-11-25 18:06:27 -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
FusionPBX
8bcf55b5fc
Merge pull request #1251 from moteus/fax_queue
...
Fax queue
2015-11-25 07:37:28 -08:00
FusionPBX
e16cd92558
Merge pull request #1252 from mafoo/Install_Rewrite
...
Install rewrite
2015-11-25 07:35:50 -08:00
Matthew Vale
4746deab5b
Migrated styling into template
2015-11-25 15:31:33 +00:00
Matthew Vale
9a0f56668d
Updated detected configuration
2015-11-25 15:19:00 +00:00
Alexey Melnichuk
4814d20dce
Fix. cleanup old tasks.
2015-11-25 13:21:02 +03:00
Alexey Melnichuk
b806a92cd1
Fix. Log output in retry.lua
2015-11-25 12:42:56 +03:00
markjcrane
83dac1faa0
Add ability to download the provisioning files from the device edit page for those users that have the device_files permission.
2015-11-25 00:10:49 -07:00
markjcrane
6f0d3c54f5
Fix the path on the provisioning file.
2015-11-24 16:31:25 -07:00
Matthew Vale
e7347283ca
Changed countries list to be retrieved from new countries class
...
disabled next on change of language
2015-11-24 16:27:04 +00:00
Alexey Melnichuk
3f6b772420
Add. option to work with broken `affected_rows` FS 1.4
2015-11-24 18:49:21 +03:00
Alexey Melnichuk
f34a2f330a
Fix. Add `split` function (required by lazy_settings).
2015-11-24 14:26:21 +03:00
Alexey Melnichuk
573738fbbb
Fix. `path_join` function when first argument is full path.
2015-11-24 13:54:04 +03:00
Alexey Melnichuk
3d643bbb2d
Fix. Update language file.
2015-11-23 16:33:43 +03:00
Alexey Melnichuk
644060fe27
Fix. Use fax_dir only if we can not find fax file.
2015-11-23 15:51:05 +03:00
Alexey Melnichuk
6c52afa2c5
Add. Use fax queue to do fax forward.
2015-11-23 15:12:55 +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
markjcrane
7749088fd8
Clear the dial_string variable so that it to prevent duplicate destinations.
2015-11-22 19:07:56 -07:00
markjcrane
56cc0a6055
Add a new variable mitel_vlan_id.
2015-11-20 10:50:35 -07:00
markjcrane
2cd10197c1
Add Mitel 5324 and 5340 templates.
2015-11-20 09:23:41 -07: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
Matthew Vale
ea86150b33
Merge remote-tracking branch 'remotes/fusionpbx/master' into Install_Rewrite
...
Conflicts:
themes/enhanced/app_defaults.php
2015-11-20 10:50:27 +00:00
Alexey Melnichuk
7e5bbbfdaa
Merge branch 'master' into fax_queue
2015-11-20 11:00:44 +03:00
Alexey Melnichuk
5e0947813c
Add. Supports MySQL/SQLite to fax queue.
2015-11-20 10:38:51 +03:00
markjcrane
ae4a9d499f
Add style white-space: nowrap; to destination edit.
2015-11-19 22:42:33 -07:00
markjcrane
c4db1a48f0
Merge branch 'master' of https://github.com/fusionpbx/fusionpbx
2015-11-19 22:32:52 -07:00
markjcrane
8db0341392
Time condition fix alignment of the arrow button by adding style nowrap and 3 pixel padding.
2015-11-19 22:32:34 -07:00
FusionPBX
899eaa797e
Merge pull request #1248 from blackc2004/master
...
vlan id's in yealink
2015-11-19 17:40:11 -08:00
markjcrane
8e048019d1
Add underscore between the words in the variables.
...
{$ldap_name_filter}
{$ldap_number_filter}
{$yealink_directory_setting_url}
2015-11-19 15:20:14 -07:00
FusionPBX
63a04ee4d5
Merge pull request #1250 from blackc2004/patch-12
...
Update y000000000028.cfg
2015-11-19 14:17:29 -08:00
blackc2004
958be5229e
Update y000000000036.cfg
2015-11-19 13:47:38 -08:00
blackc2004
27eb41972a
Update y000000000037.cfg
2015-11-19 13:47:17 -08:00
blackc2004
f8cdb08250
Update y000000000035.cfg
2015-11-19 13:47:05 -08:00
blackc2004
5d0bb6c6de
Update y000000000029.cfg
2015-11-19 13:46:37 -08:00
blackc2004
d5348db16d
Update y000000000028.cfg
2015-11-19 13:45:06 -08:00
FusionPBX
bb7d8f1718
Merge pull request #1244 from mafoo/BugFix_Provision
...
BugFix + Optional Enable extensions appear in directory
2015-11-19 09:40:27 -08:00
markjcrane
1d51571364
Change setting enable_background_images to background_image_enabled. This keeps the code consistent as 'enabled' is used throughout the code as a suffix. It also displays this setting next to the background_image setting.
2015-11-19 10:34:28 -07:00
FusionPBX
d6fc9d8701
Merge pull request #1243 from mafoo/Enhance-Theme
...
Optimized control of background images
2015-11-19 09:25:47 -08:00
FusionPBX
9069a229ce
Merge pull request #1245 from mafoo/Enhance-Sip_Profiles
...
Enhance sip profiles
2015-11-19 09:17:22 -08:00