hello,<br><br>maybe it is a stupid question but i cannot figure that out....<br><br>i need to add h323-conf-id and i'm doing it like this but it keeps failing.<br><br>if (rc_avpair_add(rh, &send, 24, "12345678-12345678-12345678", -1, 9) == NULL){<br>
       printf("An Error occured during rc_avpair_add : VSA h323-conf-id\n");<br>       result = ERROR_RC;<br>       break;<br><br>}<br><br><br>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 <br>
<br><br><br>Please, can someone help ?<br>