We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi thank you for the awesome project!
I'm starting a sip registrar service in my Elixir project, it works fine with UDP but it returns timeout when trying with TCP!
{:error, {:exit, :timeout}}
Here is my simple project https://github.com/phanmn/ex-pbx
We can start with Iex and using this command to register with TCP
:nksip_uac.register(:client, "<sip:127.0.0.1;transport=tcp>", [{:sip_pass, "1234"}, :contact, {:get_meta, [<<"contact">>]}])
This is a command to register with UDP
:nksip_uac.register(:client, "sip:127.0.0.1", [{:sip_pass, "1234"}, :contact, {:get_meta, [<<"contact">>]}])
Please give me some hints, many thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi thank you for the awesome project!
I'm starting a sip registrar service in my Elixir project, it works fine with UDP but it returns timeout when trying with TCP!
Here is my simple project https://github.com/phanmn/ex-pbx
We can start with Iex and using this command to register with TCP
This is a command to register with UDP
Please give me some hints, many thanks!
The text was updated successfully, but these errors were encountered: