<?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>Call ID information</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=13258792" />
  <subtitle>Call ID information</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=13258792</id>
  <updated>2013-05-24T06:25:39Z</updated>
  <dc:date>2013-05-24T06:25:39Z</dc:date>
  <entry>
    <title>RE: Call ID information</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13532468" />
    <author>
      <name>Yaw-Ming Chen</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13532468</id>
    <updated>2013-03-26T18:56:55Z</updated>
    <published>2013-03-26T18:56:55Z</published>
    <summary type="html">If you like to refer to programming guide please use version 2
http://www.cisco.com/en/US/docs/ios/voice/tcl/developer/guide/tclivrv2.html
version 1 is really out of date.
 
The incremental number you refer to I think is sequence number you see in debug output like:
Mar 26 17:58:49.765: //[color=#993300][b]891[/b][/color]//TCL :/tcl_CallCloseObjCmd:  close
Mar 26 17:59:47.630: //[color=#993300][b]900[/b][/color]//TCL :/tcl_PutsObjCmd: proc act_Setup
[color=#000000]The guid is the same as we see in SIP call-id.  The one you mentioned is no loner used in version2[/color]
[color=#000000]Thanks !
[/color]
[color=#000000] [/color]
[color=#000000] [/color]
 </summary>
    <dc:creator>Yaw-Ming Chen</dc:creator>
    <dc:date>2013-03-26T18:56:55Z</dc:date>
  </entry>
  <entry>
    <title>RE: Call ID information</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13515237" />
    <author>
      <name>Jean Lofrano</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13515237</id>
    <updated>2013-03-26T14:38:21Z</updated>
    <published>2013-03-26T14:38:21Z</published>
    <summary type="html">Hi Yaw, 
I´ve been looking for the "call ID" of call. 
I´ve found the follow topic in the book: TCL IVR Version 1 programming guide. 

The callID command is used for debugging purposes only. It can be used in problem determination
for a particular call. This command returns the call ID (which is used in the IOS debug messages) of
the incoming or outgoing call leg. This call ID has no meaning outside the router that is handling the
call.
Syntax
callID [outgoing]

But, I´m working with a IOS 15.0(1r)M9.  
The call ID is a incremental number like this: 17050, 17051... But with the command "infotag get leg_guid" I´m receiving something like this: 00C0C742.3199D211.8B019F3B.3BB84202
 
Are there possibilities to convert the number 00C0C742.3199D211.8B019F3B.3BB84202 to 17050... ? 
 
thanks.
 </summary>
    <dc:creator>Jean Lofrano</dc:creator>
    <dc:date>2013-03-26T14:38:21Z</dc:date>
  </entry>
  <entry>
    <title>RE: Call ID information</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13261753" />
    <author>
      <name>Jean Lofrano</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13261753</id>
    <updated>2013-03-19T19:10:39Z</updated>
    <published>2013-03-19T19:10:39Z</published>
    <summary type="html">Hey Yaw, 
 
Show on debug... 

You have already answered my doubt with leg_guid.
 
thanks.</summary>
    <dc:creator>Jean Lofrano</dc:creator>
    <dc:date>2013-03-19T19:10:39Z</dc:date>
  </entry>
  <entry>
    <title>RE: Call ID information</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13257488" />
    <author>
      <name>Yaw-Ming Chen</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13257488</id>
    <updated>2013-03-19T17:44:54Z</updated>
    <published>2013-03-19T17:44:54Z</published>
    <summary type="html">Don't know what you mean -- show the "call ID" --[/b][/b][/b]  and show to who ?
if you just need to print it out on debug using puts command you can use "infotag get leg_guid [legID]"
 to get that string. 
 
Thanks !</summary>
    <dc:creator>Yaw-Ming Chen</dc:creator>
    <dc:date>2013-03-19T17:44:54Z</dc:date>
  </entry>
  <entry>
    <title>Call ID information</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13258791" />
    <author>
      <name>Jean Lofrano</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13258791</id>
    <updated>2013-03-19T17:04:20Z</updated>
    <published>2013-03-19T17:04:20Z</published>
    <summary type="html">Hi team,
 
The call-ID is called "call identifier". I must be a unique string that identifies a call.

Can I show the "call ID" of the each call via Tcl script? 

like this: 
 
proc ActionPlayWelcome { } {
    puts "IT7: playing audio Welcome"

    global WelcomePrompt
    global CallID
 
    leg setupack leg_incoming
    leg proceeding leg_incoming
    leg connect leg_incoming

    set CallID [infotag get evt_proto_headers “CallID”]

    puts "CallID is $CallID"

    media play leg_incoming $WelcomePrompt

    puts " Audio played Welcome"
}
 
thanks.</summary>
    <dc:creator>Jean Lofrano</dc:creator>
    <dc:date>2013-03-19T17:04:20Z</dc:date>
  </entry>
</feed>

