This document was generated from CDN thread
Created by: null on 19-04-2005 09:41:17 PM
I need to obtain the following information about the HTTP request on the onStartCall and the doAction methods in the StartCallInterface and ActionElementBase.
1. getLocalAddr/Port
2. getRemoteAddr/Port
3. getQueryString
4. getRequestURI
5. getRequestURL
This information needs to be logged to a custom database, and I am building some Java classes for this purpose. My question is, how to get access to the HttpServletRequest object from the onCallStart and doAction methods so that the above methods can be used to obtain the data I need (source port/IP, dest port/ip etc). I canâ¿¿t find anything referencing this on any of the Audium docs.
Subject: RE: Access to HTTPServletRequest data from Audium Java API
Replied by: Michael Bochynski on 19-04-2005 10:21:00 PM
Hi Chandima,
Audium does not send the HTTPServletRequest objects to elements, hence you cannot refer to this object using Audium API.
Regards,
Michael