cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
43
Views
0
Helpful
0
Comments
cdnadmin
Level 11
Level 11
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
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Quick Links