2023-03-16 18:53:28 +01:00
|
|
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
|
|
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
|
|
|
|
|
|
- [Call forwarding, relevant commands edition](#call-forwarding-relevant-commands-edition)
|
|
|
|
- [Commands](#commands)
|
|
|
|
- [Status check](#status-check)
|
|
|
|
- [GUI](#gui)
|
|
|
|
|
|
|
|
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
|
|
|
|
2021-12-06 19:56:29 +01:00
|
|
|
# Call forwarding, relevant commands edition
|
|
|
|
|
2023-02-26 18:01:13 +01:00
|
|
|
_This is widely documented around the internet, but everything has a lot
|
|
|
|
of details irrelevant to my case of two phones and it's always effort to
|
|
|
|
cherry-pick the relevant parts. This file may be unintentionally Finland
|
|
|
|
specific._
|
2021-12-06 19:56:29 +01:00
|
|
|
|
|
|
|
1. Open dialer
|
2021-12-06 21:29:10 +01:00
|
|
|
2. Enter command. +358 is Finnish international format, remove leading 0 from
|
2023-11-13 17:35:16 +01:00
|
|
|
phone number's local format. (040… → +35840…)
|
2021-12-06 19:56:29 +01:00
|
|
|
3. Call there
|
|
|
|
|
|
|
|
## Commands
|
|
|
|
|
2023-02-26 18:01:13 +01:00
|
|
|
- `##002#` - Remove all call forwards
|
|
|
|
- `**61*+358…**30#` - forward if call is not answered in 30 seconds
|
|
|
|
- 30 may be replaced with multiples of 5 between 5 and 30.
|
|
|
|
- `**62*+358…#` - forward if phone is not connected to network.
|
|
|
|
- `**67*+358…#` - forward if phone is on another call.
|
2021-12-06 19:56:29 +01:00
|
|
|
|
|
|
|
Copy-paste template for text editor:
|
|
|
|
|
|
|
|
```
|
2021-12-06 21:29:10 +01:00
|
|
|
**61*+358…**30#
|
|
|
|
**62*+358…#
|
|
|
|
**67*+358…#
|
2021-12-06 19:56:29 +01:00
|
|
|
```
|
|
|
|
|
2021-12-16 17:41:36 +01:00
|
|
|
## Status check
|
|
|
|
|
2023-02-26 18:01:13 +01:00
|
|
|
- `*#002#` - Supposedly status for all forwards. Will respond with everything
|
2021-12-16 17:41:36 +01:00
|
|
|
has failed.
|
2023-11-13 17:40:53 +01:00
|
|
|
- `*#61#` - Status for forward while not answered. Doesn't show the amount
|
|
|
|
of seconds as that would likely make life too easy?
|
2023-02-26 18:01:13 +01:00
|
|
|
- `*#62#` - Status for forward when not connected to network.
|
|
|
|
- `*#67#` - Status for when being in other calls.
|
2021-12-16 17:41:36 +01:00
|
|
|
|
2021-12-06 19:56:29 +01:00
|
|
|
## GUI
|
|
|
|
|
2023-11-13 17:40:53 +01:00
|
|
|
- Apple: has no proper GUI for the cases above, only on/off toggle for
|
|
|
|
forwarding every call.
|
|
|
|
https://support.apple.com/guide/iphone/iphe9bdd027a/ios
|
|
|
|
- Android: Dialer → Settings → Calling Accounts → SIM → Call forwarding.
|
|
|
|
Has options for Always, Busy, Not answered (no word on time) and Out of
|
|
|
|
network.
|
2023-02-26 18:01:13 +01:00
|
|
|
- SailfishOS: Settings → Applications → Phone → Call forwarding. Case forward when
|
2021-12-06 19:56:29 +01:00
|
|
|
not answered in X time has no option how long to wait and I am not going to try
|
|
|
|
whether it forwards in 5 or 30 seconds.
|