BGS5T:Information about call | Telit Cinterion IoT Developer Community
March 19, 2015 - 12:51pm, 1589 views
Hi,
I am using ATD"number"; to call some users. I would like to see with my ATCommandListener if user had answered the call, hang up or didn't answer. I managed to get colp infromation printed inside terminal, but I can't get it to my ATCommandListener.
What else besides at+colp = 1 should I set?
I can capture data about incoming call so that I listen for +CRING and then with +CLCC check users nummber. But like I said I would like to see changes of call status with URC if that is possible.
Best regards,
Jure
Hello,
The COLP command only enables a calling subscriber to get the connected line identity of the called party after setting up a mobile originated call.
AT+COLP=1 should be enough to get COLP URCs. If you issue this command using the same ATCommand instance for which you register the listener you should get URCs when the call is answered by the other party.
Best regards,
Bartłomiej