DoubangoTelecom / imsdroid

High Quality Video SIP/IMS client for Google Android
https://doubango.org
Other
294 stars 168 forks source link

CallState turns to InCall when remote user cancel the call #618

Open omerasif57 opened 5 years ago

omerasif57 commented 5 years ago

Problem: When a remote user cancel a call while in early media state the, state at calling user end turns to InCall instead of termination. It terminates at remote user end but not at calling user end.

Expected Behavior: When a remote user hit the cancel button while in early media state. The call should be terminated at both ends.

I have tested it with sample test call source provided in imsdroid github repo. Also in my client app as well.

Please advise.