I need to return certain cvx attributes(example vpop_id). I have them in a
postgres table with the DNIS as the key. After the AuthSelect gets this
information, how can I pass this information to a postAuthHook which can
then do a set_attr?
Here is the AuthBy SQL and the handler part of the config file.
<AuthBy SQL>
DBSource dbi:Pg:dbname=radmin;host=xxx.xxx.xxx.xxx
DBUsername radmin
DBAuth xxxx
Identifier CVXAttributes
AuthSelect select VPOP_ID from CVX_ATTRIBUTES \
where DNIS = '%{Called-Station-Id}'
</AuthBy>
<Handler zon_cvx_dnis="true">
....
AuthBy CVXAttributes
....
</Handler>
Thanks and regards,
Lisa
===
Archive at http://www.starport.net/~radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.