FusionPBX
446e94ff1a
Merge pull request #1015 from moteus/remove_feature_context
...
Remove using `feature` context.
2015-07-18 12:48:41 -07:00
FusionPBX
40311cebeb
Merge pull request #1032 from moteus/win-send-fax
...
Fix. Send fax via web on Windows.
2015-07-18 12:41:31 -07:00
markjcrane
969c6c6d77
Remove minute from time conditions as its better to use one of the other options.
2015-07-18 12:20:09 -07:00
markjcrane
1bc779aed2
Prevent duplicate call center dialplans.
2015-07-18 11:17:15 -07:00
markjcrane
639b28381d
Fix the sip profile loading during the install or when using app -> defaults.
2015-07-16 12:34:01 -07:00
FusionPBX
aef6836d75
Merge pull request #1016 from moteus/xml_cdr_escape
...
Fix. Escape `<>` in all fields in CDR xml.
2015-07-10 08:58:13 -03:00
markjcrane
8130e970ab
Fix the call center dialplan so that it does not create duplicates using the new call center class.
2015-07-09 10:48:01 -03:00
Alexey Melnichuk
e97ca204fd
Fix. Send fax via web on Windows.
...
* tiffXXX utils did not work with paths like `C:/xxx/ddd.tif`
* using `gswin32c` instead of `gs`
* using `copy` function instead of `cp` command
2015-07-09 16:12:27 +04:00
markjcrane
fb5c1a6ef9
Fix the dialplan_uuid for call center dialplan.
2015-07-09 01:01:12 -03:00
markjcrane
2b0c9d6016
Fix the call center timeout action for the dialplan.
2015-07-09 00:54:27 -03:00
markjcrane
e33943f5a4
This Hot desking has been moved to optional Apps directory. It is now considered to be deprecated and replaced by a better feature.
2015-07-08 12:10:17 -03:00
markjcrane
fda7add887
Remove trailing spaces and adjust the vertical spacing.
2015-07-08 09:30:00 -03:00
markjcrane
39960bac8d
Don't override the device vendor type.
2015-07-08 01:43:52 -03:00
markjcrane
fbcd47394b
Add device key type column add the vendor name.
2015-07-08 01:41:24 -03:00
markjcrane
8123974de4
Add several provision default settings.
2015-07-07 18:07:25 -03:00
markjcrane
b2cdce4940
Change the table name from device lines to keys.
2015-07-07 14:44:14 -03:00
markjcrane
2b150eca0d
Add device key vendor to assign a key to a vendor.
2015-07-07 14:25:00 -03:00
markjcrane
ae99066dcd
The extension_password permission is not needed on the field name as the password is auto-generated. Because of this its only needed on the update.
2015-07-06 12:15:03 -06:00
markjcrane
c5b04b94d9
Add AR eg translation.
2015-07-05 23:13:46 -06:00
reliberate
e24526fb92
Upgrade: Converted Advanced > Upgrade to use Git instead of SVN (untested).
...
Misc: Added provisions elsewhere to account for .git/* files, as currently done with .svn/* files.
2015-07-02 17:25:41 -06:00
Alexey Melnichuk
d7a1829d32
Use non greedy match.
2015-07-02 19:12:12 +04:00
Alexey Melnichuk
1764700fd7
Fix. Escape `<>` in all fields in CDR xml.
...
When using redirect cdr also can contain e.g. `sip_redirect_contact_0` / `sip_redirected_to`.
I use `preg_replace_callback` to proceed all fields.
May be it more correct use urlencode because if we get xml with non UTF8 char we lost CDR.
```php
$xml_string = preg_replace_callback("/<([^><]+)>(.*?)<\/\g1>/",
function ($matches) {
// var_dump($matches);
return '<' . $matches[1] . '>' .
urlencode($matches[2]).
'</' . $matches[1] . '>';
},
$xml_string
);
```
2015-07-02 19:08:48 +04:00
Alexey Melnichuk
5ea2c0e964
Remove using `feature` context.
...
Default dilplan context contains all needed extension to does not use `feature` context.
2015-07-02 12:35:34 +04:00
Mark Crane
3f1dcaea70
Move the Login and Logout items in the menu to a location that is accessible to the translation server.
2015-06-30 17:11:39 +00:00
Mark Crane
2f64ab5804
Add latest translations
2015-06-30 16:30:02 +00:00
Mark Crane
152bbad1b8
Prevent a fax problem when current user is in both the admin and also in the user group.
2015-06-30 15:35:23 +00:00
Mark Crane
f57cf46674
Add latest translations
2015-06-30 13:30:02 +00:00
Mark Crane
d4a8c33f0d
Add latest translations
2015-06-30 12:30:02 +00:00
Mark Crane
f1171227b9
Add latest translations
2015-06-30 11:30:02 +00:00
Mark Crane
3031f125f2
Add latest translations
2015-06-30 10:30:02 +00:00
Mark Crane
4c71476922
Add latest translations
2015-06-29 22:30:02 +00:00
Mark Crane
5d401ee8f4
Add latest translations
2015-06-29 21:30:03 +00:00
luis daniel lucio quiroz
e92fd6e3b7
little typo
2015-06-29 19:03:06 +00:00
luis daniel lucio quiroz
95a7609242
add a condition, not everybody may need the fix
2015-06-29 18:57:03 +00:00
Mark Crane
59b81e5b3d
Add transaction support to dialplan import.
2015-06-25 21:10:50 +00:00
Mark Crane
c99e249f71
Add beginTransaction and commit to speed up the install and upgrade.
2015-06-25 21:00:15 +00:00
Mark Crane
8fcbf0eef1
Correct the dialplan detail tag for the call center dialplan.
2015-06-25 09:46:27 +00:00
Mark Crane
5d4a2375a0
Write the call center dialplan with the new call center class.
2015-06-25 08:25:00 +00:00
luis daniel lucio quiroz
53a7ef3756
caller id fixed
2015-06-24 16:49:07 +00:00
Mark Crane
995780f8f2
Change the call screen recording name.
2015-06-23 23:16:55 +00:00
Mark Crane
18bd7505ba
Change the filename reference to file and the caller id number to the call uuid.
2015-06-23 22:19:46 +00:00
Mark Crane
819bd7457d
Add call_direction inbound filter and inline true.
2015-06-23 21:57:31 +00:00
Mark Crane
b43f5f8647
Change call_screen to call_screen_enabled.
2015-06-23 21:21:50 +00:00
Mark Crane
34f6a889b9
Fix the the syntax so the default will work correctly.
2015-06-23 21:13:22 +00:00
Mark Crane
553d3a9c49
Add call_screen_enabled to the extension insert, update and then set the default to false.
2015-06-23 20:42:26 +00:00
Mark Crane
22dd5b6658
Add extension_call_screen permission, and add call_screen_enabled to extensions/extension_edit.php.
2015-06-23 20:06:44 +00:00
Mark Crane
71b0956e9a
Add call_screen_enabled to extension_edit.php.
2015-06-23 19:59:51 +00:00
Mark Crane
5823b0f8bc
Add call_screen_enabled to the database and add the lable for translations.
2015-06-23 19:58:07 +00:00
Mark Crane
f9a5a1db66
Add dialplans needed for call screening.
2015-06-23 19:48:40 +00:00
Mark Crane
4d5b09e7b5
Move extension devices up on the page to make it more convenient for configuring devices.
2015-06-23 19:43:12 +00:00