Changes between Version 6 and Version 7 of Ticket #1412


Ignore:
Timestamp:
Aug 2, 2012 11:39:35 AM (12 years ago)
Author:
bennylp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1412 – Description

    v6 v7  
    33== New STUN setting arrangements == 
    44 
    5 The STUN server settings are still in the global {{{pjsua_config}}}. New settings are introduced in the account config to disable or enable STUN for either SIP or media transports: {{{sip_stun_use}}} and {{{media_stun_use}}}.  
     5The STUN server settings are still in the global {{{pjsua_config}}}. New settings are introduced in the account config to disable or enable STUN for either SIP or media transports: '''{{{sip_stun_use}}}''' and '''{{{media_stun_use}}}'''.  
    66 
    77 Rationale: :: 
     
    3232STUN, ICE, and TURN setup of the media transports now will follow the account config settings instead. 
    3333 
     34== pjsua == 
     35 
     36New option '''{{{--disable-stun}}}''' is added.