Created by: Amit Ingole on 28-02-2012 06:11:46 AM Is their a way from where we can get the CVP VXML server IP in any kind of CVP variable or any call session variable in CVP (7.X ahead). thanks in advance Amit Ingole
Subject: RE: Can we get VXML Server IP in session or call variables?? Replied by: Hemal Mehta on 28-02-2012 08:48:24 AM
Is their a way from where we can get the CVP VXML server IP in any kind of CVP variable or any call session variable in CVP (7.X ahead).
thanks in advance
Amit Ingole
Yes, you can. You need to use java code. You can use something like:
InetAddress currentIP = InetAddress.getLocalHost(); to get this. Hemal
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: