<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Can we get VXML Server IP in session or call variables??</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=5220350" />
  <subtitle>Can we get VXML Server IP in session or call variables??</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=5220350</id>
  <updated>2013-05-18T11:04:19Z</updated>
  <dc:date>2013-05-18T11:04:19Z</dc:date>
  <entry>
    <title>RE: Can we get VXML Server IP in session or call variables??</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5220683" />
    <author>
      <name>Hemal Mehta</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5220683</id>
    <updated>2012-02-28T14:48:24Z</updated>
    <published>2012-02-28T14:48:24Z</published>
    <summary type="html">[quote] 
 
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[/quote]

Yes, you can. You need to use java code.  You can use something like:
 

InetAddress currentIP = InetAddress.[i]getLocalHost[/i]();
to get this.
 
 
Hemal</summary>
    <dc:creator>Hemal Mehta</dc:creator>
    <dc:date>2012-02-28T14:48:24Z</dc:date>
  </entry>
  <entry>
    <title>Can we get VXML Server IP in session or call variables??</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5220349" />
    <author>
      <name>Amit Ingole</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5220349</id>
    <updated>2012-02-28T12:12:00Z</updated>
    <published>2012-02-28T12:11:46Z</published>
    <summary type="html"> 
 
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</summary>
    <dc:creator>Amit Ingole</dc:creator>
    <dc:date>2012-02-28T12:11:46Z</dc:date>
  </entry>
</feed>

