callforwarding: the international format demands the +

This commit is contained in:
Aminda Suomalainen 2021-12-06 22:29:10 +02:00
parent 28f4b53fa3
commit 76f161eafc
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -6,24 +6,24 @@
specific.* specific.*
1. Open dialer 1. Open dialer
2. Enter command. 358 is Finnish international format, remove leading 0 from 2. Enter command. +358 is Finnish international format, remove leading 0 from
phone number's local format. (040… → 3584…) phone number's local format. (040… → +3584…)
3. Call there 3. Call there
## Commands ## Commands
* `##002#` - Remove all call forwards * `##002#` - Remove all call forwards
* `**61*358…**30#` - forward if call is not answered in 30 seconds * `**61*+358…**30#` - forward if call is not answered in 30 seconds
* 30 may be replaced with multiples of 5 between 5 and 30. * 30 may be replaced with multiples of 5 between 5 and 30.
* `**62*358…#` - forward if phone is not connected to network. * `**62*+358…#` - forward if phone is not connected to network.
* `**67*358…#` - forward if phone is on another call. * `**67*+358…#` - forward if phone is on another call.
Copy-paste template for text editor: Copy-paste template for text editor:
``` ```
**61*358…**30# **61*+358…**30#
**62*358…# **62*+358…#
**67*358…# **67*+358…#
``` ```
## GUI ## GUI