+CLCC: List current calls


To return a list of current calls of ME. If command succeeds but no calls are available,
no information response is sent to TE.


Syntax
AT+CLCC
Response(s) [+CLCC: <id>, <dir>, <state>, <mode>, <mpty>[, <number>, <type>[, <alpha>]]]

                        [+CLCC: <id>, <dir>, <state>, <mode>, <mpty>[, <number>, <type>[, <alpha>]]]
                        […]
OK
                     +CME ERROR: <err>


AT+CLCC=?
Response(s) OK


Parameter(s)
<id> Call identification number Numeric
<dir> Call direction Numeric
0 Mobile originated (MO) call
1 Mobile terminated (MT) call
<state> state of the call Numeric
0 Active
1 Held
2 Dialing (MO call)
3 Alerting (MO call)
4 Incoming (MT call)
5 Waiting (MT call)
<mode> bearer/teleservice Numeric
0 Voice
1 Data
2 Fax
3 Voice followed by data, voice mode
4 Alternating voice/data, voice mode
5 Alternating voice/fax, voice mode
6 Voice followed by data, data mode
7 Alternating voice/data, data mode
8 Alternating voice/fax, fax mode
9 Unknown
<mpty> Multiparty (conference) call parties Numeric
0 Call is not one of multiparty (conference) call parties
1 Call is one of multiparty (conference) call parties
<number> Phone number in format specified by <type> String
<type> Type of address octet Numeric
129 Dialing string without international access code “+”.
145 Dialing string includes international access code character “+”.
<alpha> Alphanumeric representation of <number> corresponding to the entry found in phonebook; used character set should be the one selected with command +CSCS
String


Example(s)
List current calls
ATD0952123456;
OK
AT+CLCC
+CLCC: 1,0,0,0,0,"0952123456",129,"aa"
1. Dial number.
2. List current call.

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-03
  • 2022-02-05
  • 2021-07-18
  • 2022-12-23
猜你喜欢
  • 2021-11-19
  • 2022-12-23
  • 2021-06-13
  • 2021-11-17
  • 2021-10-08
  • 2022-12-23
相关资源
相似解决方案