Search found 2 matches

by alatif
Fri Jan 05, 2024 2:12 am
Forum: ESP-ADF
Topic: how to get caller id in VoIP example.
Replies: 1
Views: 3265

Re: how to get caller id in VoIP example.

in the voip app v2.4 release https://github.com/espressif/esp-adf/tree/release/v2.4/examples/advanced_examples/voip we can get the caller id using this line of code ESP_LOGI(TAG, "ringing... RemotePhoneNum %s", (char *)event->data); how can i get that caller id in the current master branch? static i...
by alatif
Thu Jan 04, 2024 8:37 am
Forum: ESP-ADF
Topic: how to get caller id in VoIP example.
Replies: 1
Views: 3265

how to get caller id in VoIP example.

Hi,
i can run the voip app example without any problem.
https://github.com/espressif/esp-adf/tr ... ocols/voip

is there any way to get caller id when there is incoming call event to esp32.
thank you.