FusionPBX
aed89a5000
Update extension_dashboard.php
...
Make the outbound caller id select work better.
2017-04-21 06:55:44 -06:00
FusionPBX
6f41869fc9
Add caller id select to the extension dashboard.
2017-04-21 06:26:34 -06:00
FusionPBX
e4f73f09cf
Create extension_dashboard.php
2017-04-19 20:40:42 -06:00
FusionPBX
8eb2a1cc0f
Update app_config.php
...
Add extension_caller_id permission.
2017-04-19 20:39:35 -06:00
FusionPBX
15c4cb8f04
Update app_languages.php
...
Add label-caller_id_number to app/extensions
2017-04-19 15:18:19 -06:00
Alexey Melnichuk
bbe117cd0e
Fix. Create needed number of extensions ( #2509 )
2017-04-14 04:09:11 -06:00
Alexey Melnichuk
11510645a0
Fix. Add extension with non numeric extension number. ( #2508 )
2017-04-14 02:12:24 -06:00
The-Operator
7ff174075a
Add/Update German and Austrian translations ( #2483 )
...
Updates to the following apps:
call_broadcast
call_flows
devices
dialplan_inbound
dialplan_outbound
edit
emails
exec
extensions
fax
fifo
fifo_list
gateways
ivr_menus
2017-04-08 09:35:29 -06:00
FusionPBX
86fa73a5e5
Update extension_edit.php
2017-03-27 15:05:41 -06:00
FusionPBX
9ad5dc58e1
Update app_config.php
2017-03-27 15:01:02 -06:00
FusionPBX
af5e2ea9dd
Update extension_edit.php
2017-03-27 14:49:55 -06:00
konradSC
4c2eb26f72
Voicemail tutorial ( #2451 )
...
* Update macro.lua
Add additional macros for the tutorial.
* Create tutorial.lua
* Update index.lua
* Update record_greeting.lua
Add menu variable to route back to appropriate place in the flow.
* Update record_menu.lua
Add menu variable to accommodate the tutorial.
* Update change_password.lua
Add menu variable to accommodate the tutorial.
* Update record_name.lua
Add menu variable to accommodate the tutorial.
* Update voicemail_edit.php
Add option to play tutorial on next login.
* Update app_languages.php
* Update app_config.php
Add voicemail_tutorial to database.
* Update extension_edit.php
Set "voicemail_tutorial" to true for new extensions.
2017-03-24 23:06:16 -06:00
FusionPBX
3b3bec94c0
Update app_config.php
2017-03-17 11:28:48 -06:00
Dean Montgomery
6587065b95
Fix disappearing voicemail_description. ( #2394 )
...
Editing an extension causes the voicemail_description filed to disappear in v_voicemails.
* Preserves voicemail_description if present in v_voicemails table.
* Creates voicemail_description if empty in v_voicemails.
2017-03-08 16:30:31 -07:00
drenda
cbdedf285e
Added italian translation ( #2399 )
...
* Added Italian translation
* add italian translation
* add italian translation
* add italian translation
* fix typo error
* add italian translation
* added italian translation
* added italian translation
* added italian translation
* added italian translation
* added italian language
* added italian translation
* added italian language
* added italian translation
* added italian translation
* added italian translation
* added italian translation
* added italian translation
* added italian translation
* added italian translation
* added italian translation
* added italian translation
* added italian language
* added italian language
* added italian translation
* added italian translation
* added italian language
* fixed error in copy button
* added italian translation
* added italian translation
* partial italian translation
* added partial italian translation
* added italian translation
* added italian translation
* Update app_languages.php
2017-02-24 21:42:58 -07:00
drenda
eeb20db3a1
Added italian translation ( #2391 )
...
* Added Italian translation
* add italian translation
* add italian translation
* add italian translation
* fix typo error
* add italian translation
* added italian translation
* added italian translation
* added italian translation
* added italian translation
* added italian language
* added italian translation
* added italian language
* added italian translation
* added italian translation
* added italian translation
* added italian translation
* added italian translation
* added italian translation
* added italian translation
* added italian translation
* added italian translation
* added italian language
* added italian language
* added italian translation
* added italian translation
* added italian language
* fixed error in copy button
* added italian translation
* added italian translation
* partial italian translation
2017-02-22 21:31:40 -07:00
FusionPBX
037eb4e7e5
Update app_config.php
2017-02-15 22:34:43 -07:00
konradSC
74263c3bab
Update extension_delete.php ( #2314 )
...
Delete the extension settings from v_follow_me and v_follow_me_destinations.
2017-01-19 12:57:58 -07:00
FusionPBX
bbf32464ad
Update extension_edit.php
2017-01-05 02:29:43 -07:00
Alexey Melnichuk
faf90fe297
Fix. Remove unused code. ( #2233 )
2016-12-07 23:46:47 -07:00
FusionPBX
e684cfceaa
Update extension_edit.php
...
Fix an extension edit permission problem.
2016-12-06 10:29:44 -07:00
FusionPBX
09ec7b1a65
Update extension_edit.php
2016-12-02 17:25:51 -07:00
FusionPBX
c882b08abf
Update extension_copy.php
...
Change the duplicate message from green to red.
2016-11-29 12:08:11 -07:00
FusionPBX
89f68e73ff
Update extension_copy.php
2016-11-29 11:56:05 -07:00
FusionPBX
72cdefba59
Update extension.php
2016-11-29 11:51:33 -07:00
FusionPBX
fe49484055
Update extension.php
...
Improve the extension->exists method.
2016-11-29 11:38:00 -07:00
FusionPBX
f65903e75e
Update extension.php
...
Update the function exists method.
2016-11-29 11:04:00 -07:00
FusionPBX
5fa05c2bbf
Update extension_edit.php
...
Prevent a SQL error when adding a new user.
2016-11-24 12:21:55 -07:00
FusionPBX
9cac833ee3
Update extension.php
...
Remove the extra exists method added a few hours ago.
2016-11-24 11:03:13 -07:00
FusionPBX
da5c667202
Update extension_edit.php
...
Use check_str on extension edit when building the sql queries. In the future will switch to PHP PDO prepared statements with parameters. This change fixes a problem where the check_str is used twice and duplicating the single quote.
2016-11-24 03:21:35 -07:00
jebsolutions
9626f23072
prevent cloning duplicate extensions (master #1821 ) ( #2033 )
...
* prevent cloning duplicate extensions
app/extensions/app_languages.php
+ add duplicate extension error prompt
app/extensions/extension_copy.php
+ add check to see if duplicate extension exists
app/extensions/resources/classes/extension.php
+ add function to check if extension exists
* fix typo
* Update app_languages.php
* Update extension_copy.php
* Update extension.php
* Update extension_copy.php
Use the global app_languages.php message-duplicate translation.
* Update extension_copy.php
* Update extension.php
2016-11-24 00:23:44 -07:00
Alexey Melnichuk
abba829aae
Add. Increment number-alias and MWI account number when generates multiple extensions. ( #2078 )
2016-11-17 11:46:25 -07:00
FusionPBX
5fe295a818
Update extension.php
...
Add exists method to the extension class.
2016-11-05 22:32:20 -06:00
FusionPBX
bd7867ef5e
Update extension_edit.php
...
Fix the link thanks KonradSC for reporting the problem.
2016-11-01 21:54:37 -06:00
FusionPBX
c814250c54
Update app_config.php
2016-10-23 13:20:55 -06:00
FusionPBX
d16d625eac
Update extension_edit.php
2016-10-21 10:19:45 -06:00
FusionPBX
ede281ce51
Update extension_edit.php
2016-10-18 09:16:33 -06:00
FusionPBX
bd15a0a52d
Update extension.php
2016-10-18 00:18:32 -06:00
FusionPBX
457007a773
Update extension_edit.php
...
Add accountcode to extensions.
2016-10-14 07:42:01 -06:00
FusionPBX
194fb8170f
Update extension_edit.php
...
Update permissions for extension edit.
2016-10-09 10:32:49 -06:00
FusionPBX
0391693ade
Update extension_edit.php
2016-10-05 18:24:53 -06:00
FusionPBX
cb5228bd0f
Update extension_delete.php
2016-10-05 09:34:57 -06:00
FusionPBX
6a511a4621
Update extension_edit.php
2016-10-04 23:55:02 -06:00
FusionPBX
763c797f62
Update app_languages.php
2016-10-04 21:50:24 -06:00
FusionPBX
b16b9a6430
Use default settings voicemail password length.
2016-08-28 14:25:50 -06:00
FusionPBX
8c9d9926e1
Update extension_edit.php
2016-08-28 13:07:37 -06:00
FusionPBX
0d1ca7885d
Update extension_edit.php
...
Update the voicemail password form input.
2016-08-28 12:58:19 -06:00
FusionPBX
9ddd8f81dc
Update extension.php
...
Merged pull request 1607 manually.
2016-08-25 15:59:32 -06:00
Alexey Melnichuk
252f4db916
Add. `force_ping` option for extension ( #1809 )
...
* Add. `force_ping` option for extension
This option force FS send SIP OPTIONS message to
detect if this reged device still available.
* Update language file.
2016-08-11 09:46:54 -06:00
FusionPBX
ee80056f07
Update extensions.php
...
Update the extensions header.
2016-08-04 20:05:56 -06:00
FusionPBX
b7fafa2c50
Update extensions.php
...
Move extension registered before enabled and description which are always last.
2016-07-28 09:59:38 -06:00
FusionPBX
de71fbdf7e
Update app_config.php
...
Change the permission in app_config.php from extension_show_registered to extension_registered.
2016-07-28 00:01:47 -06:00
FusionPBX
47e22e5f61
Update extensions.php
...
Change extension_show_registered to extension_registered.
2016-07-27 23:59:25 -06:00
Chris Black
1cca98951d
Fix my PR for the device registered on extensions page. ( #1772 )
...
* Fix my PR for the device registered on extensions page.
* Change to registered
2016-07-27 23:03:59 -06:00
markjcrane
bd23c78670
Use FreeSWITCH to run mkdir so it inherits its own user and group permissions.
2016-06-28 15:18:40 -06:00
Mafoo
27dc84b3b8
BugFix-remove-legacy-warning ( #1638 )
...
changed switch_music_on_hold->select to be more inline of usage
changed extension_edit to use new format
changed call_center_queue_edit to use new format while
https://github.com/fusionpbx/fusionpbx/pull/1637 is in testing
2016-06-08 15:15:36 -06:00
reliberate
2ca4d5d1d9
Extension: Update assigned Device line password only if user has permission to view/edit Extension password.
2016-06-06 14:36:31 -06:00
Mafoo
71525c26b0
I got the permissions wrong ( #1616 )
...
it should have been in octal mod (leading 0)
also updated the fax application as it needs the stickygid too
2016-05-26 05:55:46 -06:00
Mafoo
86c4742347
Added sticky GID permissions ( #1615 )
2016-05-25 21:51:41 -06:00
reliberate
bf5f1223af
Gateways: Fix paging and order by.
...
Devices/Users/Extensions: Visual adjustments.
2016-05-21 13:04:31 -06:00
markjcrane
b27b11fe40
Add a new permission number_alias. By default hide it to prevent confusing users.
2016-05-11 13:36:31 -06:00
markjcrane
cbd78f0e74
Change extension permission defaults.
2016-05-11 13:03:06 -06:00
markjcrane
9e20f0a570
Update the record count for extensions list.
2016-05-07 18:06:36 -06:00
markjcrane
9d0eac2111
On the extensions page use is_array($extensions) instead of $num_rows
2016-05-07 17:37:24 -06:00
markjcrane
2378ace5a8
Change the method to detect if the array exists for extensions.
2016-05-07 17:27:27 -06:00
FusionPBX
3e33a7c15c
Merge pull request #1562 from moteus/display_long_extensions
...
Fix. Display long extensions (>9 digits)
2016-04-29 09:25:46 -06:00
markjcrane
471da2bca0
Add (!class_exists('extension'))
2016-04-28 16:57:42 -06:00
markjcrane
c3b12c217d
Cleanup the indentation ... tabs and whitespace after the last pull request.
2016-04-28 16:56:44 -06:00
Alexey Melnichuk
a0c79a685a
Fix. Display long extensions (>9 digits)
2016-04-28 14:37:58 +03:00
Harry G. Coin
f02028629a
fixes so cli installs/upgrades work.
...
Also another step along the way allowing freeswitch to run -u -g freeswitch and fusionpbx to run -u -g www-data
2016-04-25 21:26:26 -05:00
Harry G. Coin
1f9ad42543
include omitted column name, partial fix to support mariadb 10.1.
2016-04-25 20:44:30 -05:00
Harry G. Coin
bda6861f88
\r\n --> \n
...
Cause all the .php files containing lines ending with \r\n to instead end with \n.
DYI with:
find fusionpbx -type f -name '*.php' -exec dos2unix '{}' \;
2016-04-25 20:30:23 -05:00
Harry G. Coin
8abe003a71
The goal is to increase confidence in fusionpbx, one step is to run by default with error_reporting (E_ALL ^ E_NOTICE);
...
So, please find in this set numerous small changes which eliminate numerous php warning messages.
Also, a small bug fix in an sql statistics routine, naming a count(*) field as count, so displaying correct detail.
If any of the proposed changes are omitted, the relevant page will experience php warnings.
There are no doubt fusionpbx pages I've yet to visit that still generate warnings, this set is nearly certainly not comprehensive.
2016-04-25 20:19:58 -05:00
reliberate
d73ea93a14
Voicemail: Show Add button even when no Voicemails exist.
...
Extensions: Integrate keyboard shortcuts (Ctrl+A to select all, Delete to delete checked).
2016-03-31 18:03:32 -06:00
Alexey Melnichuk
04a0349050
Fix. Display extension on MySQL.
...
Problem that
```SQL
select (select count(*) as num_rows ...)
```
is not the same as
```SQL
select (select count(*) ...) as num_rows
```
I think problem may be on SQLite too.
2016-03-29 19:00:59 +03:00
markjcrane
b7ee8d69c3
Fix the problem with non-numeric extension causing an error. Not certain we will keep this method but its an interesting solution.
2016-03-29 03:42:24 -06:00
reliberate
5974b686e9
Apps: Integrate ability to set paging via a Default/Domain/User Setting (domain > paging > numeric).
2016-03-28 23:02:11 -06:00
reliberate
5793de2851
Destinations/Extensions/Voicemails: Better sorting ability.
2016-03-28 15:21:05 -06:00
reliberate
d5c60df4fc
Added: Bootstrap Framework - initial integration.
...
Added: Bootstrap Plugins - DateTimePicker, ColorPicker (in multiple apps)
Added: Default Theme - responsive
Removed: RightJS Framework - no longer needed.
Removed: Accessible Theme - superseded by Default theme.
Removed: Minimized Theme - superseded by Default theme.
Enhanced: Menu - responsiveness added.
Enhanced: Dashboard - responsiveness added.
Etc.
2016-03-25 16:29:20 -06:00
FusionPBX
ddcb4cab28
Revert "Revert "Revert "search selects"""
2016-03-24 22:25:18 -06:00
FusionPBX
d7b95e462b
Revert "Revert "search selects""
2016-03-24 22:03:37 -06:00
FusionPBX
f9096f9cf1
Revert "search selects"
2016-03-24 22:02:41 -06:00
blackc2004
c2e1755931
search selects
2016-03-22 15:42:46 -07:00
reliberate
39bfec7aa2
Extensions: Added bulk delete.
...
Voicemail: Added bulk delete. On delete, remove recordings folder, and voicemail_options, _destinations, and _greetings database records.
2016-03-16 18:48:42 -06:00
FusionPBX
45704a7707
Merge pull request #1469 from mafoo/WhitespaceClean-app/batch_2
...
WhitespaceClean-app/batch_2
2016-03-11 13:35:24 -07:00
markjcrane
961e527abb
Change device_provision_enable to device_enabled to make it consistent with the rest of the fields that are used for to enable and disable something.
2016-03-11 11:46:02 -07:00
mafoo
6eed9935d4
WhitespaceClean-app/batch_2
...
whitespace pass over files
for reference regex that was used s/[ \t]+(\r?\n)/\1/
2016-03-11 12:01:24 +00:00
reliberate
39a31432ba
User Dashboard: Minor layout optimizations.
...
Follow Me: Added search and minimized paging controls.
Extensions: Added minimized paging controls.
2016-03-03 19:01:58 -07:00
reliberate
9b9d8b4e3b
Devices, Extensions, Gateways, Users: Bypass browser password manager prompt when saving.
2016-02-25 18:19:51 -07:00
markjcrane
af18c963c0
Rename .project.ROOT to project_root.php this conforms better with current file naming standards.
2016-02-22 14:01:18 -07:00
markjcrane
d65982cfac
Add a new permission extension_user_record to control who is able to see extension record. By default superadmin has this permission.
2016-01-27 15:56:22 -07:00
Mafoo
56b34c34ca
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
87dbd6b428
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
fa081456b1
Change $_SERVER['DOCUMENT_ROOT'].PROJECT_PATH to $_SERVER["PROJECT_ROOT"].
2016-01-17 00:01:13 -07:00
FusionPBX
d298dad5cc
Merge pull request #1331 from mafoo/BugFix-root.php_logic
...
Rollout new root.php
2016-01-16 10:09:44 -07:00
Matthew Vale
6999198492
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
markjcrane
fca7beb7af
If the call group or toll allow have a value set set selected.
2016-01-13 17:57:25 -07:00
markjcrane
9c5eb3faea
Use call group singular instead of plural.
2016-01-13 16:40:26 -07:00
markjcrane
b8d3ca338d
Add an option for toll allow and call group select list.
2016-01-13 16:26:55 -07:00
Matthew Vale
a41e89af76
Added full logic to support cli as well
2016-01-13 17:38:54 +00:00
Matthew Vale
0176d30312
change to use '/' instead of DIRECTOR_SEPERATOR
2016-01-12 14:47:50 +00:00
Matthew Vale
e6ad46cfbf
Rollout of root.php
2016-01-12 13:55:39 +00:00
Matthew Vale
81b85c3caf
Merge branch 'fusionpbx/master' into Enhance-Languages
...
Conflicts:
app/extensions/app_languages.php
2015-12-11 08:45:26 +00:00
blackc2004
d107530cf2
extension download
2015-12-10 15:07:46 -08:00
Matthew Vale
f5bfeffe18
First pass on app/*
2015-12-10 10:12:41 +00:00
FusionPBX
cab006a151
Merge pull request #1307 from blackc2004/patch-15
...
Update app_config.php
2015-12-09 14:57:06 -08:00
blackc2004
52bd6a1029
Update extension.php
2015-12-09 14:04:26 -08:00
blackc2004
9a1d650532
Update app_config.php
2015-12-09 13:59:43 -08:00
FusionPBX
ee8166d918
Merge pull request #1210 from blackc2004/patch-8
...
Update extension_edit.php
2015-10-30 09:37:23 -06:00
FusionPBX
b829588746
Merge pull request #1211 from blackc2004/patch-7
...
Update app_languages.php
2015-10-30 09:36:55 -06:00
FusionPBX
e8d95a94e3
Merge pull request #1212 from blackc2004/patch-6
...
Update app_config.php
2015-10-30 09:36:30 -06:00
blackc2004
cdb016277d
Update extension.php
2015-10-29 12:24:55 -07:00
blackc2004
292b754cb1
Update extension_edit.php
2015-10-29 12:24:24 -07:00
blackc2004
e2c3717556
Update app_languages.php
2015-10-29 12:23:49 -07:00
blackc2004
3c4a7744e4
Update app_config.php
2015-10-29 12:22:40 -07:00
Alexey Melnichuk
3db89f6c91
Change. Allow use destination number as Outbound CallerID number for extension.
2015-10-23 15:05:24 +03:00
koldoa
2d5bce9481
Changed readdir to scandir so we can get sorted template names
2015-10-16 15:04:31 +02:00
markjcrane
4107bd0826
Another case where automcomplete bombs. Accounts -> Extensions password is used for registration not for a login. In FusionPBX if the password is left empty it would automatically create a new password. However auto complete instead puts in the login password this is an undesirable bug that this update fixes by adding a honey pot for the password.
2015-09-19 18:19:23 -06:00
markjcrane
7bd5f9a1ba
Add extension count.
2015-09-04 23:12:36 -06:00
markjcrane
514fd37672
Fix the extension device list.
2015-08-25 11:57:59 -06:00
FusionPBX
632d152035
Merge pull request #1118 from moteus/clear_cache_number_alias
...
Fix. clear cache also for number_alias.
2015-08-21 11:33:03 -06:00
Alexey Melnichuk
bff7f43abb
Fix. clear cache also for number_alias.
2015-08-21 13:22:07 +04:00
markjcrane
850d53359c
Move SQL queries out of the content as a best practice and coding standard. Fix number alias when using auth name and auth id.
2015-08-20 20:16:07 -06:00
markjcrane
8ca1eaf93e
Give precedence to number_alias over extension in destinations class that generates the destination select list.
2015-08-15 21:49:27 -06:00
markjcrane
e9d5215232
Change type number to text to fix caller id numbers that start with a 0.
2015-08-14 10:47:15 -06:00
FusionPBX
e6a85e776b
Merge pull request #1018 from moteus/number_alias_as_vm_id
...
Change. Use number_alias as voicemail_id.
2015-08-11 20:43:20 -06:00
FusionPBX
75aaf20cfa
Merge pull request #1017 from moteus/no_default_domain
...
Change. Does not use `default` dialplan/directory.
2015-08-10 11:27:19 -06:00
markjcrane
ebe536c66d
Change call_center_contact to user_contact.
2015-08-07 15:24:24 -05:00
markjcrane
1393201847
Escape the $ for $domain_uuid.
2015-08-06 00:14:46 -05: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
0c76720731
Add title-call_groups to app/extensions.
2015-08-03 18:42:16 -06:00
markjcrane
dd1d7a9ffd
Merge branch 'master' of https://github.com/fusionpbx/fusionpbx
2015-08-02 23:43:53 +00:00
root
22c146f7f4
Add latest translations
2015-08-02 23:42:11 +00:00
markjcrane
6f6a2fc8d0
Change extension_context to extension_user_context in one location that was missed.
2015-07-31 10:58:38 -06:00
markjcrane
a7a472c86a
Add a new permission extension_user_context.
2015-07-31 09:37:53 -06:00
markjcrane
2353b9622a
Change else if to elseif on extension_edit.php
2015-07-31 09:18:27 -06:00
Alexey Melnichuk
18491ea2c0
Merge branch 'master' into no_default_domain
...
Conflicts:
app/hot_desking/extension_edit.php
2015-07-21 11:24:59 +04:00
Alexey Melnichuk
a4b0b2d271
Merge branch 'master' into number_alias_as_vm_id
...
Conflicts:
app/hot_desking/extension_edit.php
2015-07-21 11:19:13 +04: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
Alexey Melnichuk
e89a499b2c
Change. Use number_alias as voicemail_id.
2015-07-02 18:49:58 +04:00
Alexey Melnichuk
9097861e30
Change. Does not use `default` dialplan/directory.
...
I think it more consistent that it allows edit domain in single place.
Also on my Windows machine while installing all users/context creates not in `default` directory.
And I have problem because remove users did not work, `default.xml` file contain `$${v_domain}` variables.
2015-07-02 13:14:35 +04:00
Mark Crane
3031f125f2
Add latest translations
2015-06-30 10:30:02 +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
4d5b09e7b5
Move extension devices up on the page to make it more convenient for configuring devices.
2015-06-23 19:43:12 +00:00