<div dir="ltr"><div>somehow i am getting following error, if i start radius<br><br>Error: Errors reading dictionary: dict_init: /etc/freeradius/dictionary.opensips[93]: dict_addattr: Duplicate attribute name Event-Timestamp<br>
<br></div><div>If i remove it from /etc/freeradius/dictionary.opensips  file it works! but my it screwed my time in mysql table<br><br>ATTRIBUTE       Event-Timestamp        230     string<br></div><div><br><br></div>Just run grep to find out but it is not anywhere define but still i am getting error<br>
<div><br>root@sip:/etc/freeradius# grep "Event-Timestamp" * -r<br>dictionary.opensips:ATTRIBUTE       Event-Timestamp        230     string<br>sql.conf:                UNIX_TIMESTAMP('%S') - '%{Event-Timestamp}', \<br>
sql.conf:                UNIX_TIMESTAMP('%S') - '%{Event-Timestamp}', \<br>sql.conf:                UNIX_TIMESTAMP('%S') - '%{Event-Timestamp}', \<br>sql.conf:                FROM_UNIXTIME(%{Event-Timestamp}), \<br>
sql.conf:                FROM_UNIXTIME(%{Event-Timestamp}), \<br>sql.conf:                UNIX_TIMESTAMP('%S') - '%{Event-Timestamp}', \<br>sql.conf:                UNIX_TIMESTAMP('%S') - '%{Event-Timestamp}', \<br>
<br></div></div>