Changes between Version 1 and Version 2 of Python_SIP/Adv_Config


Ignore:
Timestamp:
Jul 23, 2008 11:00:50 PM (16 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Python_SIP/Adv_Config

    v1 v2  
    55== STUN == #stun 
    66 
     7See [http://www.pjsip.org/python/pjsua.htm#UAConfig UAConfig] 
     8 
    79== ICE == #ice 
     10 
     11See [http://www.pjsip.org/python/pjsua.htm#MediaConfig MediaConfig] 
    812 
    913== TURN == #turn 
    1014 
     15Also see [http://www.pjsip.org/python/pjsua.htm#MediaConfig MediaConfig] 
     16 
    1117== SIP TCP Transport == #tcp 
     18 
     19Just 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). 
    1220 
    1321== SIP TLS Transport == #tls 
    1422 
     23Currently not supported in the Python module.