Hi All
I have followed this howto http://cdrtool.ag-projects.com/browser/doc/INSTALL.txt
I did the CDR Tool installation
I installed freeradius and I installed radiusclient-ng
I did comment out the radius modules from the exclude list
in the openser Makefile
I did comment out ENABLE_RADIUS_ACC modules/acc/Makefile
I did enter the following info into openser à modparam("acc",
"radius_config","/usr/local/etc/radiusclient-ng/radiusclient.conf")
I did edit /usr/local/etc/radiusclient-ng/servers to meet
the secret requirements
I did add dictionary.ser to /usr/local/etc/radiusclient-ng/
I did restart the freeradius server using radiusd –x
Now when I do start openser I do get the following error:
Jun 16 10:02:02 [4488] ERROR:acc:init_acc_rad: acc: can't
get code for the Sip-Response-Code attribute
Jun 16 10:02:02 [4488] ERROR:acc:mod_init: failed to init
radius
Jun 16 10:02:02 [4488] ERROR:core:init_mod: failed to
initialize module acc
Jun 16 10:02:02 [4488] ERROR:core:main: error while
initializing modules
Jun 16 10:02:02 [4488] DBG:xlog:destroy: destroy module...
And the radius server does not show any incoming requests.
I have been hinted that the error above is related to some
dictionary issue. However as mentioned above I did copy the dictionary.ser file
to /usr/local/etc/radiusclient-ng/
Any hints please?
Thanks.