-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incoming call accepted, Status = call! #2
Comments
If the call is answered, send call hang up command to hang up the phone
If the caller cancels the call, esp32 will reset the state after receiving the bye command Line 40 in d09927c
ArduinoVoip/src/SipMachine.cpp Line 283 in d09927c
|
If the caller cancels the call : ArduinoVoip/src/SipMachine.cpp Line 122 in d09927c
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! |
Okay, I didn’t encounter this problem during the test. I have been busy recently. I will check it when I have time. |
Ok, pls see the code ArduinoVoip/src/SipMachine.cpp Line 190 in d09927c
its on if condition } its work? |
It works and is used to detect the content of the sip body |
If incoming call show log it
|
After receiving the call, esp needs to send the answer command many times to answer it normally? |
i think esp no send command many time.. |
the call problem ended outomatic after 10 second solved.. but if caller hang up, caller not send BYE.. |
if make call not work, just show ***** Invite ***** |
if incoming call accepted, cannot get cancel if caller hang up the call.
The text was updated successfully, but these errors were encountered: