dart-sip-ua icon indicating copy to clipboard operation
dart-sip-ua copied to clipboard

A dart-lang version of the SIP UA stack.

Results 179 dart-sip-ua issues
Sort by recently updated
recently updated
newest added

I don't know if I maybe use it wrong but `hold()` doesn't seem to work in recent versions (on web). The last version for which it works flawlessly is 0.3.5...

Is there any way to change the Caller ID of a call? I can't manage to do it. Thank you!

Using Asterisk server on FreePBX on Android with example app Register into the Account page (OK) Call a mobile number As soon as the mobile answers the call, the app...

bug

## Describe the bug When starting a call in iOS, around 98% of the time the call would start in speakerphone even when the enableSpeakerphone(false) function was called as it...

bug

I am unable to use iPhone's receiver speaker for calling, even after using the example code for toggling speakers it doesn't work. I was able to achieve the toggling on...

bug

callState.stream?.getAudioTracks()?.first?.enableSpeakerphone(false) is not working for iOS physical device. Any solution for iOS ?

bug

**Describe the bug** When the registration is completed, the first call will time out. When a second call is initiated,The opposite end will receive incoming twice。 **System Infomation()** Flutter SDK...

bug

hello Am facing an error while running my app with regard to ongenerateroute below is an image of the error and simple app code ![● routes dart - froutes -...

SIP js has subscribe where one UA can subscribe the presence of others. Is it possible to do it with this UA? https://sipjs.com/api/0.5.0/subscription/

wontfix

I want to listen to sip logs (registration, trying, ok, etc) and send that to my API. but I'm unable to find any way to listen to that in my...

bug