Hello all!

For authentification VoIP users I want to use RRQ and ARQ messages auth via 
Freeradius 
via [RadAliasAuth] GnuGK feature.

For RRQ auth I want to use Cisco-AVPair check attribute,
for ARQ auth I want to use Calling-Station-Id check attribute.

radcheck table:
+----+----------+--------------------+----+-----------------------------------+
| id | UserName | Attribute          | op | Value                             |
+----+----------+--------------------+----+-----------------------------------+
|  1 | user1    | User-Password      | == | user1                             |
|  2 | user1    | Cisco-AVPair       | == | "h323-ivr-out=terminal-alias:xxx" |
|  3 | user1    | Calling-Station-Id | =~ | 10[0-9]                           |
+----+----------+--------------------+----+-----------------------------------+

But RRQ Access-Request doesn't contain Calling-Station-Id attribute and Radius 
return Reject value.

Is it possible to distinguish Access-Request packets (and make different select 
query) or if some attribute is found to check up it but if this attribute is 
not found to return Accept?

Thanks in advance!
-- 
___________________________________________________________
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm


-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to