About URC: +QIND: "ccinfo"

Hi
I need documentations about URC (AT+QINDCFG=“ccinfo”,1):

+QIND: "ccinfo",<id>,<dir>,<state>,<mode>,<mpty>,<number>,<type>[,<alpha>]

In the AT Command Manual V2.0 there isen’t… Can you Help me?

My module is:
EC25 EUX
Revision: EC25EUXGAR08A08M1G

Hi Tommy
You can refer to the document, thank you


Quectel_EC200U&EG915U_Series_AT_Commands_Manual_V1.0.pdf (1.2 MB)

I need URC documentation:
+QIND: "ccinfo",<id>,<dir>,<state>,<mode>,<mpty>,<number>,<type>[,<alpha>]

Please refer to the chapter in the attached document
7.18 List current calls +CLCC
27007-h10.zip (1.0 MB)

Thanks for the help Herbert.
I tested +QIND: "ccinfo" and I saw < state > = -1 when close incoming call.
< state > = -1 is not present in CLCC command. I think is an exception because the call is not present.
There are other exceptions in the +QIND: "ccinfo" parameters?

Please upload your query results

RING
^DSCI: 4,1,4,0,xxxxxxxx,145
+QIND: “ccinfo”,4,1,4,0,0,“xxxxxxxx”,145

AT+CLCC
+CLCC: 1,1,0,1,0,"",128
+CLCC: 2,1,0,1,0,"",128
+CLCC: 4,1,4,0,0,“xxxxxxxx”,145
+CLCC: 3,1,0,1,0,"",128
OK

RING

AT+CLCC
+CLCC: 1,1,0,1,0,"",128
+CLCC: 2,1,0,1,0,"",128
+CLCC: 4,1,4,0,0,“xxxxxxxx”,145
+CLCC: 3,1,0,1,0,"",128
OK

^DSCI: 4,1,6,0,xxxxxxxx,145
+QIND: “ccinfo”,4,1,-1,0,0,“xxxxxxxx”,145
NO CARRIER

AT+CLCC
+CLCC: 1,1,0,1,0,"",128
+CLCC: 2,1,0,1,0,"",128
OK

I think I’ll use the ^DSCI. It is more documented in my opinion.
What do you think?

yes,you can,Anything that achieves your purpose is a good way to do it