Hi,

I'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:

modparam("acc", "radius_extra", "User-Name=$Au; \
                 Calling-Station-Id=$from; \
                 Called-Station-Id=$to; \
                 Sip-Translated-Request-URI=$avp(s:translated_uri); \
                 Sip-RPid=$avp(s:rpid); \
                 Source-IP=$si; \
                 Source-Port=$sp; \
                 Canonical-URI=$avp(s:can_uri); \
                 Billing-Party=$avp(s:billing_party); \
                 Divert-Reason=$avp(s:divert_reason); \
                 X-RTP-Stat=$hdr(X-RTP-Stat); \
                 Contact=$hdr(contact); \
                 Event=$hdr(event); \
                 SIP-Proxy-IP=$avp(s:sip_proxy_ip); \
                 ENUM-TLD=$avp(s:enum_tld)")


Suggestions? Thanks.