dart-sip-ua
dart-sip-ua copied to clipboard
A dart-lang version of the SIP UA stack.
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...
## 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...
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...
callState.stream?.getAudioTracks()?.first?.enableSpeakerphone(false) is not working for iOS physical device. Any solution for iOS ?
**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...
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/
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...