В Thu, 04 Apr 2013 21:07:34 +0200 Daniel-Constantin Mierla miconda@gmail.com пишет:
Hello,
a rather old tutorial, from openser time, is available at:
That should be still useful to get the idea of configuring radius side. Regarding Kamailio, the functions may have the same names, just some modules were merged in misc_radius, so if you don't find what ever xyz_radius module, check that one.
Daniel, if i understand correctly, construction like
modparam("acc", "service_type", 15) modparam("acc", "radius_extra", "Sip-Src-IP=$si;Sip-Src-Port=$sp")
must be replaced to
modparam("acc_radius", "service_type", 15) modparam("acc_radius", "radius_extra", "Sip-Src-IP=$si;Sip-Src-Port=$sp")