Hi Kaare,
You can get the incoming call number by enable this feature with AT command: AT+CLIP=1. After that, you must subscribe the response “+CLIP” to get the number of incoming call.
ttt
I implemented it using the call service, and once I get an event that sees an incoming call, I wait for the 3rd ring before I accept the call etc. The reason behind this is that I first check to see if I reckognise the number using the AT command AT+CLCC.
It is a bit more work, but a solution none the less.
I have tried to implement what you’ve suggested, but I am not getting any event in the call handler when there is an incoming call. I am using OpenAT v4.25 and firmware version 6.63d on a Q2686.
In fact, I am getting one event when the call is hanged up on the remote terminal and after that the gprs session is automatically closed.
Please let me know if you have figured out a workaround this.