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

Function update_all_script_route_refs

route.c:344–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342
343
344void update_all_script_route_refs(void)
345{
346 struct script_route_ref *it;
347
348 for( it=sroute_refs ; it ; it=it->next ) {
349 update_script_route_ref( it );
350 if (it->idx==-1)
351 LM_WARN("route [%s] not found when updating refs\n",it->name.s);
352 }
353}
354
355
356struct script_route_ref *dup_ref_script_route_in_shm(

Callers 1

routes_switch_per_procFunction · 0.85

Calls 1

update_script_route_refFunction · 0.85

Tested by

no test coverage detected