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