MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / w_calculate_hooks

Function w_calculate_hooks

modules/tm/dlg.c:133–136  ·  view source on GitHub ↗

* wrapper to calculate_hooks * added by dcm */

Source from the content-addressed store, hash-verified

131 * added by dcm
132 */
133int w_calculate_hooks(dlg_t* _d)
134{
135 return calculate_hooks(_d);
136}
137
138/*
139 * Create a new dialog - internal function

Callers 2

t_uacFunction · 0.85
requestFunction · 0.85

Calls 1

calculate_hooksFunction · 0.85

Tested by

no test coverage detected