Hello.<br>I'm using freeRADIUS to authenticate SIP requests and I'm having problems processing the users.<br>In a request I receive a User-Name that isn't useful, and a Sip-URI-User value which contains the real User-Name that I need.<br>
<br>I've tried<br>if(Sip-URI-User) {<br>    update request {<br>         User-Name = Sip-URI-User<br>    }<br>}<br><br>in default's authorize section, but it says "request returns notfound". <br><br>I've tried User-Name = Sip-URI-User in the preprocess section of radiusd.conf but it doesn't seem to do anything.<br>
<br>So, how can I switch the two before proceeding to authenticate the user? Where and what conditions should be placed?<br>I'm kind of in a time crisis and I don't know what to try anymore. <br><br>Advice is welcome. Thank you.<br>