[Kamailio-Users] acc & radius
Juha Heinanen
jh at tutpro.com
Fri Feb 12 04:46:31 CET 2010
Kris Amy writes:
> Is there anything special required to get radius support into the acc
> module?
in modules/acc/Makafile:
# set ENABLE_RADIUS_ACC to true if you wish to enable RADIUS accounting
# (uncomment next line or 'ENABLE_RADIUS_ACC=true make all')
#ENABLE_RADIUS_ACC=true
ifeq ($(ENABLE_RADIUS_ACC),true)
DEFS+=-DRAD_ACC -I$(LOCALBASE)/include
LIBS=-L$(LOCALBASE)/lib $(RADIUS_LIB)
endif
-- juha
More information about the sr-users
mailing list