Changeset 3041 for pjproject/trunk/pjsip/src/pjsua-lib/pjsua_media.c
- Timestamp:
- Jan 4, 2010 1:08:31 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsua-lib/pjsua_media.c
r2996 r3041 335 335 #endif 336 336 337 /* Perform NAT detection */338 pjsua_detect_nat_type();339 340 337 return PJ_SUCCESS; 341 338 } … … 641 638 pj_timer_entry_init(&pjsua_var.snd_idle_timer, PJ_FALSE, NULL, 642 639 &close_snd_timer_cb); 640 641 /* Perform NAT detection */ 642 pjsua_detect_nat_type(); 643 643 644 644 return PJ_SUCCESS;
Note: See TracChangeset
for help on using the changeset viewer.