<div dir="ltr"><div>I am trying to integrate opensips (1.10.1) with freeradius(2.1.12) .In  opensips.cfg : </div><div><br></div><div>loadmodule &quot;auth_aaa.so&quot; </div><div>modparam(&quot;auth_aaa&quot;, &quot;aaa_url&quot;, &quot;radius:/etc/radiusclient-ng/radiusclient.conf&quot;)</div><div><br></div><div>loadmodule &quot;aaa_radius.so&quot; </div><div><br></div><div><br></div><div><br></div><div>When I try to test with my sip phone, opensips passes the details to radius successfully and radius sends Access-Accept </div><div>in response, but opensips gives following error :</div><div><br></div><div>ERROR:aaa_radius:rad_send_message: SIP-AVP was not found in the radius dictionary</div><div>ERROR:auth_aaa:aaa_authorize_sterman: authorization failed</div><div><br></div><div>In /etc/radiusclient-ng/dictionary, I have includeded :</div><div><br></div><div>$INCLUDE /etc/raddb/dictionary.opensips</div><div>$INCLUDE /etc/radiusclient-ng/dictionary.sip</div><div><br></div><div><br></div><div>In dictionary.opensips, SIP-AVP is given as:</div><div><br></div><div>ATTRIBUTE SIP-AVP              225  string </div><div><br></div><div>Can anyone help me in getting the cause of this error</div><div><br></div></div>