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

Function pv_proxy_authorize

modules/auth/auth_mod.c:492–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

490
491
492int pv_proxy_authorize(struct sip_msg* msg, str* realm)
493{
494 return pv_authorize(msg, realm, HDR_PROXYAUTH_T);
495}
496
497
498int pv_www_authorize(struct sip_msg* msg, str* realm)

Callers

nothing calls this directly

Calls 1

pv_authorizeFunction · 0.85

Tested by

no test coverage detected