hello,
maybe it is a stupid question but i cannot figure that out....
i need to add h323-conf-id and i'm doing it like this but it keeps failing.
if (rc_avpair_add(rh, &send, 24, "12345678-12345678-12345678", -1, 9) == NULL){
printf("An Error occured during rc_avpair_add : VSA h323-conf-id\n");
result = ERROR_RC;
break;
}
I've added an $INCLUDE dictionary.cisco to the end of the default freeradius dictionary so the attribute should be known .. but still .. same problem
Please, can someone help ?