indotronic

Results 11 comments of indotronic

> Silakan baki untuk memainkan wav dengan kurang dari 100ms. Saya akan mencoba memainkan beberapa suara yang sangat pendek seperti "klik" tetapi kemudian loop tetap berbunyi. i got same issue!

如何为 4 个光纤端口和 1 个 rj45 设置 rtl8305nb?

i am working, but how to answer call? have code?

> Feature request: > > There is the ability to read incoming `MESSAGEs` received over SIP using `esp_sip_read_incomming_messages` but no mechanism to send a `MESSAGE`. > > Since the source...

If the caller cancels the call : https://github.com/rousir/ArduinoVoip/blob/d09927c316491cbaf43aa2d21cc83b6f86ab5f45/src/SipMachine.cpp#L122 if caller calling and answered, speak, and caller hang up. Esp no get respondcode, still lopoping in here!

and if time experied the sip cannot re-registering! in debug show 07:27:39.221 -> sip server disconnected, reconnect... 07:27:39.256 -> Connect SIP Client on IP 192.168.43.202 Port 5060 ret= true 07:27:39.256...

Ok, fix now for re registering issues! pls see the code https://github.com/rousir/ArduinoVoip/blob/d09927c316491cbaf43aa2d21cc83b6f86ab5f45/src/SipMachine.cpp#L190 its on if condition if (sipHeader.contentLength > 0) { } its work?

If incoming call show log it > 19:08:37.381 -> 192.168.43.54 19:08:37.381 -> Init i2s amp... 19:08:37.719 -> Respons Code = 401 19:08:38.026 -> Respons Code = 401 19:08:38.225 -> Respons...

i think esp no send command many time.. and auto hangup after 10sec accept call

the call problem ended outomatic after 10 second solved.. but if caller hang up, caller not send BYE..