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

Function evi_probe_event

evi/event_interface.c:267–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267int evi_probe_event(event_id_t id)
268{
269 if (id < 0 || id >= events_no) {
270 LM_ERR("invalid event %d\n", id);
271 return -1;
272 }
273
274 /* check for subscribers */
275 if (!events[id].subscribers)
276 return 0;
277
278 /* returns the number of transport module loaded */
279 return get_trans_mod_no();
280}
281
282
283/* returns the id of an event */

Callers 15

log_expiryFunction · 0.85
profiling_raise_eventFunction · 0.85
sr_set_statusFunction · 0.85
event_dprintFunction · 0.85
_pt_raise_eventFunction · 0.85
mysql_raise_eventFunction · 0.85
_ds_set_stateFunction · 0.85
lb_raise_eventFunction · 0.85
presence_raise_eventFunction · 0.85
_qr_raise_event_bad_dstFunction · 0.85
raise_siprec_state_eventFunction · 0.85
agent_raise_eventFunction · 0.85

Calls 1

get_trans_mod_noFunction · 0.85

Tested by

no test coverage detected