Open chumvan opened 2 years ago
did you start any sip server?
For example go run examples/b2bua/main.go
Hi,
Yes, I tried that and was able to see the registration. Thank you!
Just to be sure, Is the port 5066
in this example assigned for the SIP client trying to register itself to the registra inside b2bua and how the function ua.SendRegister()
is aware of address 0.0.0.0:5060
of the b2bua shown in my log ? I failed to track that.
Does this register
demonstrate a separated example from the client/b2bua mentioned in the README.md
i.e. Should the client work if I only run it and the [examples/b2bua/main.go]() ? I will make a new issue if I should describe more details then.
Hi, I am trying to implement a simple Registra to store IP of the two SIP device, starting with the examples/register. However, the program failed to make SIP REGISTER and kept showing
Request Timeout
error as can be seen from the screenshot below:Initially I ran the code in the mac M1 and then tried it again with the ubuntu 20.04 virtual machine. Neither of them worked. I haven't edited the code yet, just cloning and running via
go run ./exmples/register/main -c
.I saw some issues mentioned by @brnt but this seems to be a different one. Let me know if I could provide more info Thank you for your help.