Hi,<br><br>I&#39;m using radius server to do an accounting, but it does not store an application type (audo/video). Audio/video calls has to be rated with cdrtool, that is why I need this information. It is not even sent through radius protocol, so the radius server cannot get it. My extra-params are:<br>
<br>modparam(&quot;acc&quot;, &quot;radius_extra&quot;, &quot;User-Name=$Au; \<br>                 Calling-Station-Id=$from; \<br>                 Called-Station-Id=$to; \<br>                 Sip-Translated-Request-URI=$avp(s:translated_uri); \<br>
                 Sip-RPid=$avp(s:rpid); \<br>                 Source-IP=$si; \<br>                 Source-Port=$sp; \<br>                 Canonical-URI=$avp(s:can_uri); \<br>                 Billing-Party=$avp(s:billing_party); \<br>
                 Divert-Reason=$avp(s:divert_reason); \<br>                 X-RTP-Stat=$hdr(X-RTP-Stat); \<br>                 Contact=$hdr(contact); \<br>                 Event=$hdr(event); \<br>                 SIP-Proxy-IP=$avp(s:sip_proxy_ip); \<br>
                 ENUM-TLD=$avp(s:enum_tld)&quot;)<br><br><br>Suggestions? Thanks.<br>