= Advanced Settings = [[TracNav(Python_SIP/TOC)]] == STUN == #stun See [http://www.pjsip.org/python/pjsua.htm#UAConfig UAConfig] == ICE == #ice See [http://www.pjsip.org/python/pjsua.htm#MediaConfig MediaConfig] == TURN == #turn Also see [http://www.pjsip.org/python/pjsua.htm#MediaConfig MediaConfig] == SIP TCP Transport == #tcp Just create a TCP transport, and add "" in your account's proxy list (replace "your-proxy" with your proxy's host/IP address). == SIP TLS Transport == #tls Currently not supported in the Python module.