await _sipuaHelper.start(
UaSettings()
..webSocketUrl = "wss://edge.sip.onsip.com"
..webSocketSettings.transport_scheme = "WSS"
..webSocketSettings.extraHeaders = <String, dynamic>{
"Origin": " https://tryit.jssip.net",
}
..displayName = dest
..password = dest
..authorizationUser = dest
..uri = "sip:$dest@sipjs.onsip.com",
);
Make call a from one device to other
Once call get connected, try call.refer()
you will get the above error
Expected behavior
Once fun call.refer() is called, it should processes the request and notifies the involved parties, ultimately establishing a new call leg to the new destination.
System Infomation()
Flutter SDK Version: 3.19.6
Target OS and Version: 23.10
Describe the bug When making call refer, Refer failed with below error
To Reproduce Steps to reproduce the behavior:
Expected behavior Once fun call.refer() is called, it should processes the request and notifies the involved parties, ultimately establishing a new call leg to the new destination.
System Infomation() Flutter SDK Version: 3.19.6 Target OS and Version: 23.10