timer based nat_map refresh

This commit is contained in:
Rupa Schomaker
2010-06-20 19:21:42 -05:00
parent 3d54eec814
commit b36f2a23bf
3 changed files with 27 additions and 0 deletions

2
src/switch_core.c Normal file → Executable file
View File

@@ -1325,6 +1325,8 @@ SWITCH_DECLARE(switch_status_t) switch_core_init(switch_core_flag_t flags, switc
switch_scheduler_task_thread_start();
switch_nat_late_init();
switch_rtp_init(runtime.memory_pool);
runtime.running = 1;