flutter-webrtc / dart-sip-ua

A dart-lang version of the SIP UA stack.
MIT License
339 stars 269 forks source link

call failed with cause: Code: [408], Cause: Unavailable, Reason: Request Timeout I/flutter ( 8964): callStateChanged Instance of 'Call' CallStateEnum.FAILED #458

Open Sankalpamokal opened 3 months ago

Sankalpamokal commented 3 months ago

Getting status 408 request timeout while making call via TCP

John251314 commented 3 months ago

Yest, I have same issues

Sankalpamokal commented 3 months ago

The issue might be bcaz of rport not matching. Is there any way to set static rport while registering. Bcaz while registering we are getting dynamic rport which is not matching while making calls resulting in call getting rejected from server due to port mismatch

John251314 commented 3 months ago

The issue might be bcaz of rport not matching. Is there any way to set static rport while registering. Bcaz while registering we are getting dynamic rport which is not matching while making calls resulting in call getting rejected from server due to port mismatch

No, I get this issues when registration to server; I dont know what happened, Its ok on the android Native, but I`m try registration using same account;

viniciusoliverrs commented 3 months ago

Any solution?

BarakatMohamad commented 2 months ago

@John251314 @viniciusoliverrs @Sankalpamokal @jbg @hiratake55
Any solution?