Changeset 3041


Ignore:
Timestamp:
Jan 4, 2010 1:08:31 PM (14 years ago)
Author:
bennylp
Message:

Misc fix (#1003): resolve NAT type after mapped addresses for SIP/RTP/RTCP sockets have been resolved, so reduce chattiness during initialization and simplify debugging related to STUN problems

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_media.c

    r2996 r3041  
    335335#endif 
    336336 
    337     /* Perform NAT detection */ 
    338     pjsua_detect_nat_type(); 
    339  
    340337    return PJ_SUCCESS; 
    341338} 
     
    641638    pj_timer_entry_init(&pjsua_var.snd_idle_timer, PJ_FALSE, NULL,  
    642639                        &close_snd_timer_cb); 
     640 
     641    /* Perform NAT detection */ 
     642    pjsua_detect_nat_type(); 
    643643 
    644644    return PJ_SUCCESS; 
Note: See TracChangeset for help on using the changeset viewer.