Search found 2 matches

by Captainavi
Thu Feb 27, 2020 6:08 pm
Forum: ESP-ADF
Topic: VOIP Example no Audio through ESP after call answer
Replies: 1
Views: 7970

VOIP Example no Audio through ESP after call answer

Hi, I have an ESP32 set up with MAX9860 audio codec. A Yate server is running on a local IP that I am using to register the ESP to. I have a softphone Android app that I am using to call the ESP. The softphone app is able to call other softphones on the network and play audio through fine. I am runn...
by Captainavi
Thu Feb 27, 2020 1:36 am
Forum: ESP-ADF
Topic: VOIP example URI format
Replies: 1
Views: 6483

Re: VOIP example URI format

I have the voip registration working with a local Yate server.
My SIP URI is "udp://200:002@10.0.0.50:5060"

For standard port and network protocol.
udp://(SIP-USR):(SIP-PASWD)@(SERVER-IP):5060

-Avi