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

Function w_is_myself

core_cmds.c:1559–1565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1557}
1558
1559static int w_is_myself(struct sip_msg *msg, str *host, int *port)
1560{
1561 if (check_self(host, port ? *port : 0, 0))
1562 return 1;
1563 else
1564 return -1;
1565}
1566
1567static int w_print_avps(struct sip_msg* msg, char* foo, char *bar)
1568{

Callers

nothing calls this directly

Calls 1

check_selfFunction · 0.85

Tested by

no test coverage detected