Hi,
I am trying to get Kamailio to work with CDRTool. In the step of installing freeradius and adding kamailio's dictionary dictionary.kamailio to freeradius, I get the following error when starting freeradius -X, which fails to start:
Error: Errors reading dictionary: dict_init: No ATTRIBUTE "Sip-Method" defined for VALUE "Other"
Replacing Kamailio's dictionary with OpenSips' one, freeradius starts correctly. I assume then that there's something missing in Kamailio's dictionary. I am using Kamailio v3.2.0 and it's dictionary file.
Any help ? Thanks :)
RA
Problem solved.
I included /etc/freeradius/radiusclient-ng/dictionary.sip in freeradius' radiusd.conf file: $INCLUDE /etc/freeradius/radiusclient-ng/dictionary.sip
The missing attributes in dictionary.kamailio were defined in dictionary.sip.
Reda
On Sat, Feb 4, 2012 at 23:27, Reda Aouad reda.aouad@gmail.com wrote:
Hi,
I am trying to get Kamailio to work with CDRTool. In the step of installing freeradius and adding kamailio's dictionary dictionary.kamailio to freeradius, I get the following error when starting freeradius -X, which fails to start:
Error: Errors reading dictionary: dict_init: No ATTRIBUTE "Sip-Method"
defined for VALUE "Other"
Replacing Kamailio's dictionary with OpenSips' one, freeradius starts correctly. I assume then that there's something missing in Kamailio's dictionary. I am using Kamailio v3.2.0 and it's dictionary file.
Any help ? Thanks :)
RA