On Thu, Mar 14, 2013 at 5:28 PM, Danny Kurniawan < [email protected]> wrote:
> Thanks a lot for your reply.
>
> Yes i got it working. However one more question :
>
> what is the operator used to check if the value is empty ?
>
> if(control:Calling-Station-Id == ""){
> reject
> }
>
> *not working for above
>
>
Not sure. Maybe
if( !("%{control:Calling-Station-Id}") ){
reject
}
--
Fajar
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

