# Donar ## Linphone configuration Choose a SIP UDP, Audio RTP/UDP and Video RTP/UDP that is different between your clients. Go to manage account. Add a new SIP proxy. ``` Username: @127.13.3.7: Proxy: 127.13.3.7: Leave the rest empty. Uncheck all the checkboxes. ``` ## Docker build ``` sudo docker build -t registry.gitlab.inria.fr/qdufour/donar . sudo docker push registry.gitlab.inria.fr/qdufour/donar ```