MCPcopy 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
82int init_dlg_timer(dlg_timer_handler hdl )
83{
84 timer_hdl = hdl;
85 return _init_gen_dlg_timer( &d_timer );
86}
87
88int init_dlg_del_timer(dlg_timer_handler hdl )
89{

Callers 1

mod_initFunction · 0.85

Calls 1

_init_gen_dlg_timerFunction · 0.85

Tested by

no test coverage detected