Hi kentavr,
What's the version of ADF and voip you test? There is a AEC function added in voip example two months ago. I do not sure if this is the problem in my ESP32-Lyrat board.
Acoustic Echo Cancellation (AEC) :
Software AEC
only support MINI board with our algorithm stream
Hardware AEC
You ...
Search found 4 matches
- Wed Apr 07, 2021 1:32 am
- Forum: ESP-ADF
- Topic: ESP32-LyraT V4.3: Voip Example Problem
- Replies: 8
- Views: 13860
- Wed Apr 07, 2021 12:54 am
- Forum: ESP-ADF
- Topic: ESP32-LyraT V4.3: Voip Example Problem
- Replies: 8
- Views: 13860
Re: ESP32-LyraT V4.3: Voip Example Problem
Hi,
I attached two ESP32 logs, one is working with Android and another is NG without voice.
The NG log lacks "SIP_RTP: send task, remote addr=192.168.5.152" in the line 276.
SIP/2.0 486 Busy Here
Via: SIP/2.0/UDP 192.168.5.152:5060;branch=z9hG4bK7fb44041;rport
Contact: <sip:200@192.168.5.10 ...
I attached two ESP32 logs, one is working with Android and another is NG without voice.
The NG log lacks "SIP_RTP: send task, remote addr=192.168.5.152" in the line 276.
SIP/2.0 486 Busy Here
Via: SIP/2.0/UDP 192.168.5.152:5060;branch=z9hG4bK7fb44041;rport
Contact: <sip:200@192.168.5.10 ...
- Fri Mar 26, 2021 1:24 am
- Forum: ESP-ADF
- Topic: ESP32-LyraT V4.3: Voip Example Problem
- Replies: 8
- Views: 13860
Re: ESP32-LyraT V4.3: Voip Example Problem
Yes, it should be work between two ESP32, but fail now. If I use voip example from ADF, it also failed with Android. I use g711enc_pipeline_open() and g711dec_pipeline_open() from OLIMEX sip_phone_example project to replace recorder_pipeline_open() and player_pipeline_open(), it works with Android ...
- Thu Mar 25, 2021 3:39 am
- Forum: ESP-ADF
- Topic: ESP32-LyraT V4.3: Voip Example Problem
- Replies: 8
- Views: 13860
ESP32-LyraT V4.3: Voip Example Problem
ADF V2.2. Have Asterisk working with one ESP32 and Android phone. But there is no sound with ESP32 to ESP32, any idea?