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

Function aaa_proxy_authorize

modules/auth_aaa/authorize.c:134–138  ·  view source on GitHub ↗

* Authorize using Proxy-Authorize header field (URI user parameter given) */

Source from the content-addressed store, hash-verified

132 * Authorize using Proxy-Authorize header field (URI user parameter given)
133 */
134int aaa_proxy_authorize(struct sip_msg* _msg, str* _realm,
135 str* _uri_user)
136{
137 return authorize(_msg, _realm, _uri_user, HDR_PROXYAUTH_T);
138}
139
140
141/*

Callers

nothing calls this directly

Calls 1

authorizeFunction · 0.70

Tested by

no test coverage detected