Some Android Phones support WiFi calling but there's no option in the UI to turn on this feature. For such phones, you can use one of following techniques
$ am start -a android.intent.action.MAIN -n com.android.settings/.Settings\$WifiCallingSettingsActivity
$ am start -a android.intent.action.MAIN -n com.google.android.ims/.ui.WifiCallingSettingsActivity
Download the Activity Launcher app (https://play.google.com/store/apps/details?id=de.szalkowski.activitylauncher) from Playstore. Search for "wificalling" (Without space).
@GSM9737
adb shell
in the command prompt. This will open a shell to the connected Android phone.am start -a android.intent.action.MAIN -n com.android.settings/.Settings\$WifiCallingSettingsActivity
in the same command prompt. This should open the WiFi Calling settings on the phone.am start -a android.intent.action.MAIN -n com.google.android.ims/.ui.WifiCallingSettingsActivity