Bruce213

Results 12 comments of Bruce213

hi @ahhfzhang i have tried some three sip server include myvoipserver,yate and om20(one ipbx server) , event if i don't do anything about esp32 after it registed on the sip...

> Hi @Bruce213 > > 1. You should use `esp_sip_uas_answer(sip, true)` to answer the call. > 2. The local IP address returned to sip via `_get_network_ip` is wrong. > >...

> Hi @ahhfzhang any feedback pls?

> Hi @Bruce213 > > Let's check the data path first, you can change ESP_LOGD(TAG, "SIP_EVENT_REQUEST_NETWORK_IP") to ESP_LOGI .. and debug what the IP address is. > > `SIP_RTP: receive...

Hi,@ahhfzhang i have tried myvoipserver,yate and a Commercial ip-pbx hardware , esp-sip with all of these platforms will lost connection after a while. Please help to check whether it is...

> Hi, @davidHuW > > We have been running on the YATE server for more than 10 hours without any offline problems. > > ``` > ADF: master > IDF:...

> Yes, maybe the network is not very stable, so the server does not receive the UDP packets sent by ESP. then , does esp have some timeout vailable about...

> Yes, we will retransmit several times if it was time out. > > about eth you can refer to idf eth example : > > https://github.com/espressif/esp-idf/tree/master/examples/ethernet should i add...

hi, i alse met problem in this demo, I (27) boot: ESP-IDF v4.3.2-230-gab8b292407-dirty 2nd stage bootloader I (27) boot: compile time 21:59:59 I (28) boot: chip revision: 3 I (32)...

when esp32 device call esp_rtc_answer() , the peer telephone can not recv 200 ACK, so it still keeping calling state ,have anyone help to check the problem?thanks.