cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
100
Views
0
Helpful
0
Comments
cdnadmin
Level 11
Level 11
This document was generated from CDN thread

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
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