You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
We are encountering an error while trying to establish a WebSocket connection. The web team has successfully connected to the WebSocket using the JavaScript SIP package (JS SIP), but the mobile application is facing difficulties. We are using the testing credentials given in SIP JS.
Context:
The web team uses the JS SIP package, which is a JavaScript version of SIP_UA.
We are using a SIP JS test accounts for proof of concepts (POCs).
The error occurs specifically on the mobile platform.
Expected Behavior:
The mobile application should be able to connect to the WebSocket and use the SIP functionality similar to the web application.
Additional Information:
We suspect there may be compatibility issues or configuration differences between the web and mobile platforms.
Any insights or suggestions for resolving this issue would be greatly appreciated.
This is my configuration code
settings.webSocketUrl = "wss://flu.sip.us1.twilio.com"; // Twilio WSS URL
settings.uri = "sip:[email protected]"; // SIP URI
settings.authorizationUser = 'username'; // Authorization user
settings.password = 'password'; // Password for SIP user
settings.displayName = 'Dispaly name'; // name
settings.webSocketSettings.transport_scheme = 'WSS';
Hello there! i am also having the kind of same issue testing on mobile. being stuck for two weeks and couldn't find any solution. i have used Zoiper to test my sip registration i entered my sip uri, username password and it works fine but when i tried it in flutter application using the sip_ua it keeps giving me this error am i missing something ??? Any kind of help or informative docs will be really appreciated...
Description:
We are encountering an error while trying to establish a WebSocket connection. The web team has successfully connected to the WebSocket using the JavaScript SIP package (
JS SIP
), but the mobile application is facing difficulties. We are using the testing credentials given in SIP JS.Context:
JS SIP
package, which is a JavaScript version of SIP_UA.Expected Behavior:
Additional Information:
React code: (using JS SJIP)
Flutter code: (using SIP UA)
If sip_ua is dart version of js sip, websocket should have connected successfully but we are getting error given below:
The text was updated successfully, but these errors were encountered: