drachtio-server: cannot fire a call using blink on getting started according to docs
According to developer guide >> Introduction >> Lets do something simple
Now fire up a sip client of some kind (e.g. Bria, Blink, or other), point it at the address your drachtio server is listening on, and place a call.
I needed to fire up a sip client.
I installed blink and tried to connect with a sip contact sip:22@127.0.0.1 But blink fails to connect to it.
I have used drachtio/dractio-server:latest docker image.
And have assumed its default config has been used with contacts setting as
<contact>sip:*;transport=udp,tcp</contact>
What am I missing here?
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 19
Just a quick follow up on linphone, I just tried it and immediately saw a problem. If you are doing everything on localhost, then you are going to run into problems with ports. The way I just solved it was to start the docker container on an alternate port, 5064 in my case. You could also configure linphone to bind to a different port as well. Ultimately, my docker run command was this:
docker run -p 9022:9022 -p 127.0.0.1:5064:5060/udp drachtio/drachtio-server:latest
I then configured my SIP account in Linphone to send calls to 5064 and all was well.
You should be able to get a capture in Wireshark via the loopback(lo) interface.