Hello everyone,
 
I just need some inputs on which config would provide a more efficient running radiator at high loads.
 
Thanks,
 
Jaime
 
CONFIG 1:
 
<AuthBy SQL>
    Identifier FIRST
</AuthBy>   
<AuthBy SQL>
    Identifier SECOND
</AuthBy>
<AuthBy SQL>
    Identifier DEFAULT
</AuthBy>   
 
<Handler Called-Station-Id=8888888>
    <Realm first>
        AuthBy FIRST
    </Realm>
    <Realm second>
        AuthBy SECOND
    </Realm>
    <Realm>
        Authby DEFAULT
    </Realm>
</Handler>
<Handler Called-Station-Id=5555555>
<Realm second>
        AuthBy SECOND
    </Realm>
    <Realm>
        Authby DEFAULT
    </Realm>
</Handler>
 
OR
 
<AuthBy SQL>
    Identifier FIRST
</AuthBy>   
<AuthBy SQL>
    Identifier SECOND
</AuthBy>
<AuthBy SQL>
    Identifier DEFAULT
</AuthBy>
 
<Handler Called-Station-Id=8888888,Realm=first>
    AuthBy FIRST
</Hander>
<Handler Called-Station-Id=8888888,Realm=second>
    AuthBy SECOND
</Hander>
<Handler Called-Station-Id=5555555,Realm=second>
    AuthBy SECOND
</Hander>
<Handler >
    AuthBy DEFAULT
</Hander>
 

Reply via email to