Project

General

Profile

Ask about custom Command

Added by atep 9 months ago

Helo Sir,

We try to monitol Call/Dialout progress, then send Command AT+CLCC=1 to our SIM900 GSM Module

Using, hyper terminal we can get call progress like this one :

Ring Progress : +CLCC: 1,0,3,0,0,"085793001974",129,""
Accepted CAll : +CLCC: 1,0,0,0,0,"085793001974",129,""
Reject Call : +CLCC: 1,0,6,0,0,"085793001974",129,""

How to monitor this call progress using MessagingTolkitCore.

Thanks.