Hey everyone,<br><br>I attempted at first to post this issue in openser's mailing list but have failed<br>to get a reply and thus I am trying in freeradius's as I hope there are people here<br>with similar experience.
<br><br>OpenSER is a SIP Proxy tool and I integrated it to send accounting records to a freeradius<br>deployed server. To do that I had to patch a source copy of freeradius and provide both the<br>radius server and client the appropriate dictionary files.
<br><br>What I would like is the ability to extend the formal SIP ATTRIBUTES with my own set.<br><span style="font-family: monospace;"></span>And so, I tried adding myself some custom attributes to both dictionary files, the one on the
<br>freeradius server and the other on openser's radiusclient-ng server and tried for example this:<br><br>
ATTRIBUTE Sip-Src-IP 900 string<br>ATTRIBUTE Sip-Src-Port 901 string<br>ATTRIBUTE Sip-Hdr-Contact 902 string<br>ATTRIBUTE Sip-Hdr-UA 903 string
<br>ATTRIBUTE Sip-Hdr-From 904 string<br>ATTRIBUTE Sip-Hdr-Media 905 string<br><br><br>But this fails to work, openser/radiusclient-ng is sending accounting records still but specifically
<br>without the above attributes even when they are defined in both server and client's dictionary.sip files.<br><br>My question is why, and how is it possible to do that?<br>And the second question, is there a more extensive
dictionary.sip file?<br><br><br>Thanks,<br>Liri.