flutter-webrtc / dart-sip-ua

A dart-lang version of the SIP UA stack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can't register with freeswitch data

yusuf-umarr opened this issue · comments

i am trying to use the library in my flutter project, and i have working freeswitch server which i have used with different softphones,
but i am having issue using the sip_ua,
i usually register/login on softphone with username: 10**@"public ip", password:*******, and i tried it with the sip_ua but it showing this error " [2023-07-04 09:34:48.116] Level.error websocket_dart_impl.dart:120 ::: error SocketException: Connection refused (OS Error: Connection refused, errno = 111), address = tryit.jssip.net, port = 33914 ".
Thanks

i was able to solve with the sipjs guild, here the link :https://sipjs.com/guides/server-configuration/freeswitch-legacy/