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

Function t_calc_branch

modules/tm/t_msgbuilder.c:901–911  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

899
900
901int t_calc_branch(struct cell *t,
902 int b, char *branch, int *branch_len)
903{
904 return syn_branch ?
905 branch_builder( t->hash_index,
906 t->label, 0,
907 b, branch, branch_len )
908 : branch_builder( t->hash_index,
909 0, t->md5,
910 b, branch, branch_len );
911}
912

Callers 5

build_localFunction · 0.85
build_dlg_ackFunction · 0.85
assemble_viaFunction · 0.85
pre_print_uac_requestFunction · 0.85
t_newtranFunction · 0.85

Calls 1

branch_builderFunction · 0.85

Tested by

no test coverage detected