Alexey Melnichuk
9f59353061
Change. Use function to deal with fax_queue in fax_send.php.
2015-11-23 14:57:44 +03:00
markjcrane
faad283331
Clear the dial_string variable so that it to prevent duplicate destinations.
2015-11-22 19:07:56 -07:00
markjcrane
93ff09e8b1
Add a new variable mitel_vlan_id.
2015-11-20 10:50:35 -07:00
markjcrane
ff9e302768
Add Mitel 5324 and 5340 templates.
2015-11-20 09:23:41 -07:00
Alexey Melnichuk
64f91c3ed2
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
2f88d1d985
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
0227b11822
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
b95410387e
Merge branch 'master' into fax_queue
2015-11-20 11:00:44 +03:00
Alexey Melnichuk
b3cc3a8887
Add. Supports MySQL/SQLite to fax queue.
2015-11-20 10:38:51 +03:00
markjcrane
748e286ae9
Add style white-space: nowrap; to destination edit.
2015-11-19 22:42:33 -07:00
markjcrane
1360f5d27a
Merge branch 'master' of https://github.com/fusionpbx/fusionpbx
2015-11-19 22:32:52 -07:00
markjcrane
13725701cf
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
d004db6866
Merge pull request #1248 from blackc2004/master
...
vlan id's in yealink
2015-11-19 17:40:11 -08:00
markjcrane
e93e225515
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
4f9853ab30
Merge pull request #1250 from blackc2004/patch-12
...
Update y000000000028.cfg
2015-11-19 14:17:29 -08:00
blackc2004
0bcde0707c
Update y000000000036.cfg
2015-11-19 13:47:38 -08:00
blackc2004
824287ef76
Update y000000000037.cfg
2015-11-19 13:47:17 -08:00
blackc2004
29ef0453a7
Update y000000000035.cfg
2015-11-19 13:47:05 -08:00
blackc2004
71c8630f00
Update y000000000029.cfg
2015-11-19 13:46:37 -08:00
blackc2004
003c86c015
Update y000000000028.cfg
2015-11-19 13:45:06 -08:00
FusionPBX
88d1c250b5
Merge pull request #1244 from mafoo/BugFix_Provision
...
BugFix + Optional Enable extensions appear in directory
2015-11-19 09:40:27 -08:00
markjcrane
1484a78482
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
38eb535fff
Merge pull request #1243 from mafoo/Enhance-Theme
...
Optimized control of background images
2015-11-19 09:25:47 -08:00
FusionPBX
bc37dd18d7
Merge pull request #1245 from mafoo/Enhance-Sip_Profiles
...
Enhance sip profiles
2015-11-19 09:17:22 -08:00
FusionPBX
159cef5f67
Merge pull request #1247 from mafoo/Enhance-Vars
...
Enhance vars
2015-11-19 09:15:44 -08:00
Matthew Vale
18c7a500b7
Bugfix
2015-11-19 14:57:47 +00:00
Matthew Vale
850a1af0c0
Added more ringer types
...
corrected reference to ssl dir to use $conf_dir
moved countries list out to its own file so it can be maintained easier
(and used by other apps)
2015-11-19 14:54:04 +00:00
Matthew Vale
116298f721
Added External IPv6 support
...
created the external IPv6 profile
2015-11-19 13:57:23 +00:00
Matthew Vale
8505605202
BugFix + Optional Enable extensions appear in directory
...
BugFix to respect http_domain_filter when auto creating
setting provision> directory_extensions populates $extensions as a
contacts array in provisioning
2015-11-19 13:17:01 +00:00
Alexey Melnichuk
2aff851929
Fix. fax_emails.php relay on number cleanup in fax_send.php
2015-11-19 14:48:41 +03:00
Matthew Vale
caacf5e64e
Optimized control of background images
...
It is now possible to have the default setting to enable background
images (via theme > enable_background_images) but have a domain turn it
off again as they want to use gradients or specific images.
Upgrading any installation that already has any background_image enabled
will cause enable_background_images to turn on to let it continue to
work.
Including support code that the new install system will utilize, should
not affect existing systems.
2015-11-19 11:33:07 +00:00
Alexey Melnichuk
c146f9fc4f
Add. Allow specify DTMF in parentheses in phone number.
...
E.g. `123456 (PP789)`
2015-11-19 14:30:06 +03:00
Alexey Melnichuk
82d858c2b8
Add. Basic fax_queue_monitor script.
...
To start
From cli: `luarun fax_queue_monitor.lua`
Autostart with FS: Add `<param name="startup-script" value="fax_queue_monitor.lua"/>` to `lua.conf.xml`
From shell: call from `script_dir` `lua fax_queue_monitor.lua` (require installed Lua and some additional libraries).
To stop
remove `fax_queue.tmp` file from `script_dir/run`
2015-11-19 13:19:59 +03:00
Alexey Melnichuk
aaa333eda1
Fix. Use fax_send_mode option in fax_send.php file.
2015-11-19 13:13:47 +03:00
Alexey Melnichuk
ed13cbc5ff
Fix. Display description as last item on fax_server page
2015-11-19 12:36:35 +03:00
Matthew Vale
75efd1bd58
Resolved install issues, environment now in tact enough to run app_defaults
2015-11-18 17:30:43 +00:00
Matthew Vale
192ef9fc3f
Merge remote-tracking branch 'remotes/fusionpbx/master' into Install_Rewrite
2015-11-18 17:08:37 +00:00
Matthew Vale
9db81bdcb6
re-added file to file conflict
2015-11-18 17:05:10 +00:00
FusionPBX
ed8c7ee732
Merge pull request #1239 from mafoo/Enhance-Languages
...
Enhance languages
2015-11-18 08:51:03 -08:00
Alexey Melnichuk
1944c01820
Remove some log.
2015-11-18 16:41:13 +03:00
Alexey Melnichuk
21e3c62816
Rome some comments.
2015-11-18 16:32:00 +03:00
Alexey Melnichuk
e769a0eafe
Add. Lua part of fax_queue.
...
To poll active task you can run `luarun fax_queue_poll_once.lua`
2015-11-18 16:27:55 +03:00
Alexey Melnichuk
17f435fb22
Add. Web UI to configure fax_queue.
2015-11-18 15:37:41 +03:00
Matthew Vale
9c1277f85c
removed old installers
2015-11-17 17:02:39 +00:00
Matthew Vale
702466ea52
Initial Rewrite
2015-11-17 17:02:38 +00:00
Mafoo
09db455c3a
Merge pull request #3 from fusionpbx/master
...
Merge from master
2015-11-17 16:59:50 +00:00
Matthew Vale
e66b2f831a
added support to name the languages
...
added remaining flags i have from the famfamfam set and renamed them to country names
2015-11-17 16:20:14 +00:00
markjcrane
9761699ae7
Add voicemail record-silence-threshold variable and change the default threshold from 30 to 300.
2015-11-16 16:59:11 -07:00
Matthew Vale
b53999069c
Enhancements to language support (for future use)
...
optimized the text.php to check the language code once, not every time
2015-11-16 09:41:34 +00:00
markjcrane
4b8e61b094
Fix the call center dialplan creation when adding a call center queue.
2015-11-14 20:18:31 -07:00