Do you guys know if I can set up a list with a bunch of numbers and restrict the company devices to only make and receive calls from/to this whitelist?
Do you guys know if I can set up a list with a bunch of numbers and restrict the company devices to only make and receive calls from/to this whitelist?
Mobicontrol currently supports Phone Whitelist or Blacklist with profile for devices using OEM-specific Android-Plus device agent, but not for devices using generic Android-Enterprise device agent.
Hi Vinicius,
Thank you for posting in SOTI Central.
Android Enterprise:
We do provide this functionality via a Call Policy / Call Blocking under writeprivateprofstring. Here is an example you can use:
writeprivateprofstring CallBlocking
writeprivateprofstring CallBlocking InNumber1 "16471234567"
writeprivateprofstring CallBlocking OutNumber1 "16471234567"
writeprivateprofstring CallBlocking IncomingMode 2
writeprivateprofstring CallBlocking OutgoingMode 2
writeprivateprofstring CallBlocking Notify 3
apply callpolicy
1 = DENY
2 = ALLOW
Android Classic / OEM Specific:
We have a profile configuration called Phone Calls, see the below for reference:


If you have any questions or need clarification. Feel free to reach out. To note, we're looking at introducing the UI for AE in a future release. You're also welcome to file a Feature Request via support@soti.net for it.
Regards,
The script works in Android 8 but not in Android 10.
¿Is there another script for Android 10 devices (workmanaged)?
Thank you.