* Authorize using Proxy-Authorize header field (URI user parameter given) */
| 132 | * Authorize using Proxy-Authorize header field (URI user parameter given) |
| 133 | */ |
| 134 | int 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 | /* |
nothing calls this directly
no test coverage detected