Changes between Version 1 and Version 2 of Python_SIP/Adv_Config
- Timestamp:
- Jul 23, 2008 11:00:50 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Python_SIP/Adv_Config
v1 v2 5 5 == STUN == #stun 6 6 7 See [http://www.pjsip.org/python/pjsua.htm#UAConfig UAConfig] 8 7 9 == ICE == #ice 10 11 See [http://www.pjsip.org/python/pjsua.htm#MediaConfig MediaConfig] 8 12 9 13 == TURN == #turn 10 14 15 Also see [http://www.pjsip.org/python/pjsua.htm#MediaConfig MediaConfig] 16 11 17 == SIP TCP Transport == #tcp 18 19 Just create a TCP transport, and add "<sip:your-proxy;lr;transport=tcp>" in your account's proxy list (replace "your-proxy" with your proxy's host/IP address). 12 20 13 21 == SIP TLS Transport == #tls 14 22 23 Currently not supported in the Python module.