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

Function pv_www_authorize

modules/auth/auth_mod.c:498–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

496
497
498int pv_www_authorize(struct sip_msg* msg, str* realm)
499{
500 return pv_authorize(msg, realm, HDR_AUTHORIZATION_T);
501}
502

Callers

nothing calls this directly

Calls 1

pv_authorizeFunction · 0.85

Tested by

no test coverage detected