Re: Proxy analyzing Called-Id
Sergey Poznyakoff <[email protected]>
| Newsgroups | gmane.comp.gnu.radius.general |
|---|---|
| Organization | Farlep-Internet |
| Message-ID | <[email protected]> |
> How do proxy where analyzing attribute Called ID.
> PBX with number 444444, Called-ID = 44, forwarder request to radius server 1,
Use hints to append appropriate realm to the user name. E.g.:
# raddb/hints
DEFAULT Called-ID = 44, Replace-User-Name = '%C{User-Name}@realm44'
NULL
DEFAULT Called-ID = 55, Replace-User-Name = '%C{User-Name}@realm55'
NULL
# raddb/realms
realm44 radius.server.1 strip
realm55 radius.server.2 strip
Regards,
Sergey