Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ init_dlg_timer
Function
init_dlg_timer
modules/dialog/dlg_timer.c:82–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
int init_dlg_timer(dlg_timer_handler hdl )
83
{
84
timer_hdl = hdl;
85
return _init_gen_dlg_timer( &d_timer );
86
}
87
88
int init_dlg_del_timer(dlg_timer_handler hdl )
89
{
Callers
1
mod_init
Function · 0.85
Calls
1
_init_gen_dlg_timer
Function · 0.85
Tested by
no test coverage detected