You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/es_es/user-manual.md
+45-1Lines changed: 45 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,22 @@ Puede especificar un número de teléfono de confianza para el reenvío automát
61
61
{contenido del SMS}
62
62
```
63
63
64
+
Para dispositivos con doble SIM, puede especificar qué tarjeta SIM usar:
65
+
66
+
```
67
+
/sendsms 1
68
+
{número de teléfono del destinatario}
69
+
{contenido del SMS}
70
+
```
71
+
72
+
o
73
+
74
+
```
75
+
/sendsms 2
76
+
{número de teléfono del destinatario}
77
+
{contenido del SMS}
78
+
```
79
+
64
80
Ejemplo:
65
81
```
66
82
/sendsms
@@ -76,6 +92,18 @@ Puede usar `/sendussd` para enviar solicitudes USSD, con el formato:
76
92
/sendussd
77
93
{código USSD}
78
94
```
95
+
96
+
Para dispositivos con doble SIM, puede especificar qué tarjeta SIM usar:
97
+
98
+
```
99
+
/sendussd 1 {código USSD}
100
+
```
101
+
102
+
o
103
+
104
+
```
105
+
/sendussd 2 {código USSD}
106
+
```
79
107
**Si no está en la región actual, agregue su código de país/región (por ejemplo, código internacional para España: +34).**
80
108
81
109
## 4. Comandos - Control del Bot mediante Chat
@@ -84,7 +112,23 @@ Puede enviar el comando `/start` para obtener una lista de comandos disponibles.
84
112
### Enviar SMS
85
113
El formato para enviar SMS usando comandos es el mismo que por SMS. También puede enviar `/sendsms` para entrar en el modo interactivo de envío de SMS.
86
114
87
-
Usar `/sendsms` enviará SMS a través de la tarjeta SIM predeterminada. Cuando use múltiples tarjetas SIM, use `/sendsms1` para enviar a través de la primera SIM y `/sendsms2` para la segunda (si está disponible).
115
+
Para dispositivos con doble SIM, puede añadir el número de tarjeta SIM (1 o 2) después del comando para especificar cuál usar:
116
+
117
+
```
118
+
/sendsms 1
119
+
{número de teléfono del destinatario}
120
+
{contenido del SMS}
121
+
```
122
+
123
+
o
124
+
125
+
```
126
+
/sendsms 2
127
+
{número de teléfono del destinatario}
128
+
{contenido del SMS}
129
+
```
130
+
131
+
Cuando use `/sendsms` sin especificar el número de tarjeta SIM en un dispositivo con doble SIM, el sistema le pedirá que seleccione qué tarjeta SIM usar.
88
132
89
133
### Responder SMS
90
134
Puede usar la función de respuesta de Telegram para responder rápidamente a SMS recibidos y llamadas perdidas.
Copy file name to clipboardExpand all lines: docs/ru_ru/user-manual.md
+46-2Lines changed: 46 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,22 @@ For a description of the Bot API, see this page: https://core.telegram.org/bots/
83
83
{текст сообщения}
84
84
```
85
85
86
+
Для устройств с двумя SIM-картами вы можете указать, какую SIM-карту использовать:
87
+
88
+
```
89
+
/sendsms 1
90
+
{номер получателя}
91
+
{текст сообщения}
92
+
```
93
+
94
+
или
95
+
96
+
```
97
+
/sendsms 2
98
+
{номер получателя}
99
+
{текст сообщения}
100
+
```
101
+
86
102
Пример:
87
103
88
104
```
@@ -102,6 +118,18 @@ cxll
102
118
{USSD код}
103
119
```
104
120
121
+
Для устройств с двумя SIM-картами вы можете указать, какую SIM-карту использовать:
122
+
123
+
```
124
+
/sendussd 1 {USSD код}
125
+
```
126
+
127
+
или
128
+
129
+
```
130
+
/sendussd 2 {USSD код}
131
+
```
132
+
105
133
**Если вы находитесь не в текущем регионе, добавьте код страны/региона (например, международный код для материкового Китая: +86).**
106
134
107
135
## 4. Команды - Управление ботом через команды чата
@@ -112,7 +140,23 @@ cxll
112
140
113
141
Формат отправки SMS через команды такой же, как при отправке через SMS. Вы также можете просто отправить `/sendsms` для интерактивной отправки SMS.
114
142
115
-
Использование `/sendsms` отправит SMS через SIM-карту по умолчанию. При использовании нескольких SIM-карт используйте `/sendsms1` для отправки через первую SIM-карту и `/sendsms2` через вторую SIM-карту (если доступна).
143
+
Для устройств с двумя SIM-картами вы можете добавить номер SIM-карты (1 или 2) после команды, чтобы указать, какую использовать:
144
+
145
+
```
146
+
/sendsms 1
147
+
{номер получателя}
148
+
{текст сообщения}
149
+
```
150
+
151
+
или
152
+
153
+
```
154
+
/sendsms 2
155
+
{номер получателя}
156
+
{текст сообщения}
157
+
```
158
+
159
+
При использовании `/sendsms` без указания номера SIM-карты на устройстве с двумя SIM-картами система предложит выбрать, какую SIM-карту использовать.
116
160
117
161
### Ответ на SMS
118
162
@@ -138,4 +182,4 @@ cxll
138
182
139
183
- Cloudflare® является зарегистрированной торговой маркой Cloudflare, Inc.
140
184
141
-
- MIUI® является зарегистрированной торговой маркой Xiaomi Technology Co., Ltd.
185
+
- MIUI® является зарегистрированной торговой маркой Xiaomi Technology Co., Ltd.
Copy file name to clipboardExpand all lines: docs/user-manual.md
+45-1Lines changed: 45 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,22 @@ You can set a trusted phone number for automatic forwarding. The bot will forwar
92
92
{SMS content}
93
93
```
94
94
95
+
For dual SIM devices, you can specify which SIM card to use:
96
+
97
+
```
98
+
/sendsms 1
99
+
{Receiver phone number}
100
+
{SMS content}
101
+
```
102
+
103
+
or
104
+
105
+
```
106
+
/sendsms 2
107
+
{Receiver phone number}
108
+
{SMS content}
109
+
```
110
+
95
111
Example:
96
112
97
113
```
@@ -111,6 +127,18 @@ You can use `/sendussd` to send USSD requests. The command format is:
111
127
{USSD code}
112
128
```
113
129
130
+
For dual SIM devices, you can specify which SIM card to use:
131
+
132
+
```
133
+
/sendussd 1 {USSD code}
134
+
```
135
+
136
+
or
137
+
138
+
```
139
+
/sendussd 2 {USSD code}
140
+
```
141
+
114
142
**If you are roaming, please add your country/region codes before the number(e.g., UK country calling code: +44)**
115
143
116
144
## 4. Commands - Use chat commands to manage bot
@@ -127,6 +155,22 @@ The command format to send an SMS is:
127
155
{Receiver phone number}
128
156
{SMS content}
129
157
```
158
+
159
+
For dual SIM devices, you can specify which SIM card to use by adding the SIM number (1 or 2) after the command:
160
+
```
161
+
/sendsms 1
162
+
{Receiver phone number}
163
+
{SMS content}
164
+
```
165
+
166
+
or
167
+
168
+
```
169
+
/sendsms 2
170
+
{Receiver phone number}
171
+
{SMS content}
172
+
```
173
+
130
174
For example,
131
175
```
132
176
/sendsms
@@ -136,7 +180,7 @@ example.com
136
180
137
181
It will send `example.com` to the number `+441807391001` by SMS.
138
182
139
-
An SMS will be sent by default SIM card when using `/sendsms`. When you are using dual SIM cards, use `/sendsms1` to send SMS from the first SIM card and `/sendsms2`to send SMS from the second SIM card (if SIM2 is avaliable).
183
+
When using `/sendsms` without specifying a SIM card number on a dual SIM device, you will be prompted to select which SIM card to use.
0 commit comments