Hi all,
i have 2 questions for the forum:
1) What can I do to simulate a failure message to understand if openser store it into database, through acc_db_request?
2) Have I any chance to get information from reply messages, like storing some in db or something else? I know I can't use acc and avp module in on_reply route block, so any suggestion?
Thanks in advance
Davide
Hi,
D'Addelfio Davide wrote:
Hi all,
i have 2 questions for the forum:
- What can I do to simulate a failure message to understand if
openser store it into database, through acc_db_request?
just send it back to your proxy with a username that does not exists in RURI -> 404 Not Found.
- Have I any chance to get information from reply messages, like
storing some in db or something else? I know I can’t use acc and avp module in on_reply route block, so any suggestion?
not from on_reply but from the failure_route you can.
regards, bogdan