HI everyone. Is there any way I can get calling party’s phone number? I subscribe to Call Service events with adl_callSubscribe, and when I get the notification about incoming voice call (ADL_CALL_EVENT_RING_DATA), I need to determine the caller’s phone number.
Thanks in advance.
Hiya,
Only way to do it (on the Q26xx at least) is to subscribe to the AT+CLIP unsolicited response.
There are some other threads about this on the forum.
ciao, Dave
Hiya,
I forgot to mention - if the calling party has their ID blocked, you won’t get a +CLIP response after the first RING…so you have to take care of this edge condition…
ciao, Dave