dart-sip-ua
dart-sip-ua copied to clipboard
A dart-lang version of the SIP UA stack.
**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...
Ive come across a possible bug and also made a fix but want to discuss first to see if my assumptions are correct or if there's something else causing the...
**Describe the bug** when i get notification in background then after register , i am trying to find call using call id but i am getting null ![Screenshot 2024-05-10 at...
**Is your feature request related to a problem? Please describe.** I'm really new to webRTC, dockers, Asterisk and all. So when I saw the documentation for setting up Docker, registering...
Hello, I'm new to Flutter and this plugin too. I can see in the example app that it already support TCP and WS, but cannot see anywhere to setup the...
Seems we found an issue in case of using WSS transport. In that case 'Contact' header contains 'ws' value instead of 'wss'. ```Contact: ``` It leads to call issue: 'Failed...
Allows to set custom from_uri & from_display_name for call operation using customOptions parameter. ``` Future initiateCall(String target) async { Map customOptions = {}; var currentCallerId = '186455555' customOptions['from_uri'] = URI('sip',...
We're currently exploring the dart-sip-ua plugin for our project and I'm curious about its capabilities regarding IP camera connectivity. Could any confirm if the plugin supports integrating with IP cameras?...
**Describe the bug** I am using dart-sip-ua to make calls via Asterisk. Because the behavior of the mobile device is unstable when changing networks, I am reporting this. background: The...