Hi all<br>Is it possible to send Vendor Specific Attributes through an rlm module?<br>I use the following method to send standard attributes through an rlm module:<br>(As suggested by the template itself)<br><br><b><span>
</span></b>reply = pairmake ("User-Name", "root", T_OP_EQ);<br>pairadd (&request->reply->vps, reply);<br>request->reply->code = PW_USER_NAME;<br>DEBUG ("rlm_cmod: Sending User-Name");
<br><br>What specific code should I use when for example I want to send h323-credit-amount attribute to a NAS?<br><br>Best Regards<br><span class="sg">Ali</span>