Skip to content
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

Request Timeout Error during SIP Registration #431

Open
DarshanIncredere opened this issue Mar 12, 2024 · 0 comments
Open

Request Timeout Error during SIP Registration #431

DarshanIncredere opened this issue Mar 12, 2024 · 0 comments

Comments

@DarshanIncredere
Copy link

DarshanIncredere commented Mar 12, 2024

Issue:
I'm encountering a "Request Timeout" error during the registration process of my SIP client in a Flutter application.

Steps to Reproduce:

Start the Flutter application.
Attempt SIP registration.
Observe the "Request Timeout" error.

Request:

REGISTER sip:xxx.com SIP/2.0
Via: SIP/2.0/WSS u712yopey496.invalid;branch=z9hG4b2349958341
Max-Forwards: 69
To: sip:100@username.com
From: "100" sip:100@username.com;tag=nnxil7vjnhk
Call-ID: 6ovgq1reo45097l817dd8s
CSeq: 1 REGISTER
Contact: null;+sip.ice;reg-id=1;+sip.instance="urn:uuid:a898iuca-2795-449e-a195-57b7ccb9172c";expires=3600
Expires: 3600
Allow: INVITE,ACK,CANCEL,BYE,UPDATE,MESSAGE,OPTIONS,REFER,INFO,NOTIFY
Supported: path,gruu,outbound
User-Agent: Dart SIP Client v1.0.0
Content-Length: 0

Error Logs:

flutter: [2024-03-12 12:17:44.713] Level.debug non_invite_client.dart:62 ::: Timer F expired for transaction z9hG4bK749958341
flutter: [2024-03-12 12:17:44.714] Level.debug sip_ua_helper.dart:183 ::: registrationFailed => Code: [408], Cause: Unavailable, Reason: Request Timeout

Flutter 3.19.0
Dart 3.3.0

Include any additional information that might be relevant to the issue.

Anyone in resolving this issue would be greatly appreciated!

Thank you in advance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant