Closed haki9 closed 6 years ago
I found that the problem happened when transport is "UDP"
Hi, on Android or iOS ?
on iOS
Facing same issue is there any way i can fix this issue in android?
This issue caused by retransmits on UDP protocol. Please attach a tcpdump from server/client for further investigation.
try { CallOpParam prm = new CallOpParam(true); prm.setStatusCode(pjsip_status_code.PJSIP_SC_BUSY_HERE); call.hangup(prm); prm.delete(); } catch (Exception e) { e.printStackTrace(); }
@omar-othmann thanks or the try-catch example, but it doesn't solve the bug, it just hides the error.
@datso Sorry. I thought it was for Android
it is ok.
Please re-open the ticket once you have a reproduce with the latest version (2.7.4).
hi, I have the problem.When I called hangupCall(call), the log is hangup success but it also tries to call. how can I fix that?