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

Function w_remove_msg_branch

core_cmds.c:1014–1017  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1012}
1013
1014static int w_remove_msg_branch(struct sip_msg *msg, int *branch)
1015{
1016 return (remove_msg_branch(*branch)==0) ? 1 : -1 ;
1017}
1018
1019static int w_move_msg_branch(struct sip_msg *msg, int *src_idx,
1020 int *dst_idx, int *keep)

Callers

nothing calls this directly

Calls 1

remove_msg_branchFunction · 0.85

Tested by

no test coverage detected