<?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>RE: How do I respond 200 OK to a hold request in TCL IVR?</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_recent_posts?p_l_id=" />
  <subtitle>RE: How do I respond 200 OK to a hold request in TCL IVR?</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_recent_posts?p_l_id=</id>
  <updated>2013-05-18T14:57:30Z</updated>
  <dc:date>2013-05-18T14:57:30Z</dc:date>
  <entry>
    <title>RE: How TCL can speak a password for caller?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15376845" />
    <author>
      <name>Jean Lofrano</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15376845</id>
    <updated>2013-05-17T18:24:42Z</updated>
    <published>2013-05-17T18:24:42Z</published>
    <summary type="html">Another solution is the TTS "loquendo", right? 
I ´m be able to use the loquendo, it is available in my environment... 

What solution will be better? 

regards,</summary>
    <dc:creator>Jean Lofrano</dc:creator>
    <dc:date>2013-05-17T18:24:42Z</dc:date>
  </entry>
  <entry>
    <title>RE: How TCL can speak a password for caller?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15373633" />
    <author>
      <name>Jean Lofrano</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15373633</id>
    <updated>2013-05-17T17:11:04Z</updated>
    <published>2013-05-17T17:11:04Z</published>
    <summary type="html">Hey Mark, 

I have used httpios::geturl to get the webreturn value, so it´s ok. 
Now, I need to understand your suggestion: 
set prmpt ""
for {set i 1} {$i &lt; [string length $password]} {incr i} {
append prmpt "[string index $password $i].au "
}
media play yourpasswordis.au $prmpt

I need to create a prompt file for each letter, number and character. But what exactly you routine do? 

Regards.
 </summary>
    <dc:creator>Jean Lofrano</dc:creator>
    <dc:date>2013-05-17T17:11:04Z</dc:date>
  </entry>
  <entry>
    <title>RE: Can't hear ringing</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15372927" />
    <author>
      <name>Yaw-Ming Chen</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15372927</id>
    <updated>2013-05-17T16:41:34Z</updated>
    <published>2013-05-17T16:41:34Z</published>
    <summary type="html">Your script has no problem, it works for me I can hear ringback. Maybe something to do with you router, confiurationm...etc</summary>
    <dc:creator>Yaw-Ming Chen</dc:creator>
    <dc:date>2013-05-17T16:41:34Z</dc:date>
  </entry>
  <entry>
    <title>RE: How TCL can speak a password for caller?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15370637" />
    <author>
      <name>Mark Alliban</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15370637</id>
    <updated>2013-05-17T15:56:57Z</updated>
    <published>2013-05-17T15:56:57Z</published>
    <summary type="html">Then yout TCL can build up a prompt file to play. You have a prompt file for each letter, number and character?
set prmpt ""
for {set i 1} {$i &lt; [string length $password]} {incr i} {
append prmpt "[string index $password $i].au "
}
media play yourpasswordis.au $prmpt
 </summary>
    <dc:creator>Mark Alliban</dc:creator>
    <dc:date>2013-05-17T15:56:57Z</dc:date>
  </entry>
  <entry>
    <title>RE: How TCL can speak a password for caller?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15370424" />
    <author>
      <name>Yaw-Ming Chen</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15370424</id>
    <updated>2013-05-17T15:44:00Z</updated>
    <published>2013-05-17T15:44:00Z</published>
    <summary type="html">Can not do text to speach</summary>
    <dc:creator>Yaw-Ming Chen</dc:creator>
    <dc:date>2013-05-17T15:44:00Z</dc:date>
  </entry>
  <entry>
    <title>RE: How TCL can speak a password for caller?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15365835" />
    <author>
      <name>Mark Alliban</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15365835</id>
    <updated>2013-05-17T14:15:36Z</updated>
    <published>2013-05-17T14:15:36Z</published>
    <summary type="html">It's not clear what your problem is. Getting the value from the web server, or speaking it?
To get data from an HTTP server, you can use the httpios commands, such as httpios::geturl.
To speak the password you can use media play leg_incoming @C$password
 </summary>
    <dc:creator>Mark Alliban</dc:creator>
    <dc:date>2013-05-17T14:15:36Z</dc:date>
  </entry>
  <entry>
    <title>RE: How TCL can speak a password for caller?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15365516" />
    <author>
      <name>Jean Lofrano</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15365516</id>
    <updated>2013-05-17T14:02:20Z</updated>
    <published>2013-05-17T14:02:20Z</published>
    <summary type="html">Do you have any suggestion?
 
Regards,</summary>
    <dc:creator>Jean Lofrano</dc:creator>
    <dc:date>2013-05-17T14:02:20Z</dc:date>
  </entry>
  <entry>
    <title>How TCL can speak a password for caller?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15364992" />
    <author>
      <name>Jean Lofrano</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15364992</id>
    <updated>2013-05-17T13:35:11Z</updated>
    <published>2013-05-17T13:35:11Z</published>
    <summary type="html">Hi team,

I have a tcl script working properly. 

But, right now, my tcl ivr script receive a web return that is stored in a variable. 

So, the next step I need to do that TCL script speak for caller what is the file content. For example: 
"Your password has been changed. Your new password is xk123"
 
thanks.
 
 </summary>
    <dc:creator>Jean Lofrano</dc:creator>
    <dc:date>2013-05-17T13:35:11Z</dc:date>
  </entry>
  <entry>
    <title>Can't hear ringing</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15361515" />
    <author>
      <name>Mark Alliban</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15361515</id>
    <updated>2013-05-17T12:04:37Z</updated>
    <published>2013-05-17T12:04:37Z</published>
    <summary type="html">This will hopefully be a simple one for you guys!
I am answering an inbound call, playing a prompt, and connecting it to an outbound call. The prompt plays, the call is answered and connects. Only problem is, I can't hear the destination ringing. I can hear the person on the other end when it answers, but I can't hear it ringing before that.
 
proc init { } {
}
proc act_Setup { } {
 leg connect leg_incoming
 media play leg_incoming flash:1.au
}
proc act_Connect { } {
 puts "dialling 4412345678"
 leg setup 4412345678 callInfo leg_incoming
}
proc act_SetupDone { } {
 puts "Entered SetupDone"
}
proc act_Disconnected { } {
 puts "Entered Disconnected"
 call close
}
init 
set fsm(any_state,ev_disconnected) "act_Disconnected  same_state"
set fsm(CALL_INIT,ev_setup_indication) "act_Setup         PLACECALL"
set fsm(PLACECALL,ev_media_done) "act_Connect       same_state"
set fsm(PLACECALL,ev_setup_done) "act_SetupDone     same_state"
fsm define fsm CALL_INIT
 </summary>
    <dc:creator>Mark Alliban</dc:creator>
    <dc:date>2013-05-17T12:04:37Z</dc:date>
  </entry>
  <entry>
    <title>RE: How do I respond 200 OK to a hold request in TCL IVR?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15346633" />
    <author>
      <name>Yaw-Ming Chen</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15346633</id>
    <updated>2013-05-16T21:01:48Z</updated>
    <published>2013-05-16T21:01:48Z</published>
    <summary type="html">You do connection destroy whne you get [color=#ff0000]ev_transfer_request[/color] to get XTO information. 
 
 </summary>
    <dc:creator>Yaw-Ming Chen</dc:creator>
    <dc:date>2013-05-16T21:01:48Z</dc:date>
  </entry>
  <entry>
    <title>RE: How do I respond 200 OK to a hold request in TCL IVR?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15346230" />
    <author>
      <name>Keith Haugen</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15346230</id>
    <updated>2013-05-16T20:22:59Z</updated>
    <published>2013-05-16T20:22:59Z</published>
    <summary type="html">If I do not run the "connection destroy" command when I handle the ev_feature I receive for hold, I don't have the issue.  Leaving the connection up causes me issues in other areas right now, though, so this is just an FYI.</summary>
    <dc:creator>Keith Haugen</dc:creator>
    <dc:date>2013-05-16T20:22:59Z</dc:date>
  </entry>
  <entry>
    <title>RE: How do I respond 200 OK to a hold request in TCL IVR?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15343925" />
    <author>
      <name>Keith Haugen</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15343925</id>
    <updated>2013-05-16T20:08:36Z</updated>
    <published>2013-05-16T20:08:36Z</published>
    <summary type="html">Yes, it will also work if I ignore the ev_feature event in my TCL script.</summary>
    <dc:creator>Keith Haugen</dc:creator>
    <dc:date>2013-05-16T20:08:36Z</dc:date>
  </entry>
  <entry>
    <title>RE: How do I respond 200 OK to a hold request in TCL IVR?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15342670" />
    <author>
      <name>Yaw-Ming Chen</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15342670</id>
    <updated>2013-05-16T19:13:52Z</updated>
    <published>2013-05-16T19:13:52Z</published>
    <summary type="html">FYI,
I was using tcl script.
 
 
 
 </summary>
    <dc:creator>Yaw-Ming Chen</dc:creator>
    <dc:date>2013-05-16T19:13:52Z</dc:date>
  </entry>
  <entry>
    <title>RE: How do I respond 200 OK to a hold request in TCL IVR?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15342201" />
    <author>
      <name>Keith Haugen</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15342201</id>
    <updated>2013-05-16T18:48:43Z</updated>
    <published>2013-05-16T18:48:43Z</published>
    <summary type="html">Yes, if I use the default application trying to transfer a SIP to SIP call works fine using c2900-universalk9-mz.SPA.152-3.T2.bin.  Here is the SIP trace with debug voip ccapi inout turned on:
2859845: *May 16 18:43:22.887: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received: 
INVITE sip:233@10.5.55.250 SIP/2.0
Via: SIP/2.0/TLS 10.5.55.202:62321;branch=z9hG4bK-d8754z-3d211143eb101067-1---d8754z-;rport
Max-Forwards: 70
Contact: &lt;sip:234@10.5.55.202:62321;transport=tls&gt;
To: &lt;sip:233@10.5.55.250&gt;
From: "234"&lt;sip:234@10.5.55.250:5061&gt;;tag=fda2da1e
Call-ID: MjU0ZTBjYWZjZWZiYjY2YjhjOWQ0NjgyNzNhMDMyMGU.
CSeq: 1 INVITE
Session-Expires: 1800
Min-SE: 90
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, SUBSCRIBE, INFO, MESSAGE
Content-Type: application/sdp
Supported: replaces, timer, norefersub, answermode, tdialog, outbound, path, 100rel
User-Agent: MCC7500
Content-Length: 194
v=0
o=- 13013203544687500 13013203544687500 IN IP4 10.5.55.202
s=-
c=IN IP4 10.5.55.202
t=0 0
m=audio 32565 RTP/AVP 0 8
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=ptime:20
a=sendrecv
2859846: *May 16 18:43:22.891: //-1/5209A51889E8/CCAPI/cc_api_display_ie_subfields:
   cc_api_call_setup_ind_common:
   cisco-username=234
   ----- ccCallInfo IE subfields -----
   cisco-ani=sip:234@10.5.55.250:5061
   cisco-anitype=0
   cisco-aniplan=0
   cisco-anipi=0
   cisco-anisi=3
   dest=sip:233@10.5.55.250
   cisco-desttype=0
   cisco-destplan=0
   cisco-rdie=FFFFFFFF
   cisco-rdn=
   cisco-rdntype=0
   cisco-rdnplan=0
   cisco-rdnpi=-1
   cisco-rdnsi=-1
   cisco-redirectreason=-1   fwd_final_type =0
   final_redirectNumber =
   hunt_group_timeout =0
2859847: *May 16 18:43:22.891: //-1/5209A51889E8/CCAPI/cc_api_call_setup_ind_common:
   Interface=0x2D32C574, Call Info(
   Calling Number=sip:234@10.5.55.250:5061,(Calling Name=)(TON=Unknown, NPI=Unknown, Screening=Network, Presentation=Allowed),
   Called Number=sip:233@10.5.55.250(TON=Unknown, NPI=Unknown),
   Calling Translated=FALSE, Subscriber Type Str=Unknown, FinalDestinationFlag=TRUE,
   Incoming Dial-peer=40002, Progress Indication=NULL(0), Calling IE Present=TRUE,
   Source Trkgrp Route Label=, Target Trkgrp Route Label=, CLID Transparent=FALSE), Call Id=575579
2859848: *May 16 18:43:22.891: //-1/5209A51889E8/CCAPI/ccCheckClipClir:
   In: Calling Number=sip:234@10.5.55.250:5061(TON=Unknown, NPI=Unknown, Screening=Network, Presentation=Allowed)
2859849: *May 16 18:43:22.891: //-1/5209A51889E8/CCAPI/ccCheckClipClir:
   Out: Calling Number=sip:234@10.5.55.250:5061(TON=Unknown, NPI=Unknown, Screening=Network, Presentation=Allowed)
2859850: *May 16 18:43:22.891: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
   
2859851: *May 16 18:43:22.891: :cc_get_feature_vsa malloc success
2859852: *May 16 18:43:22.891: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
   
2859853: *May 16 18:43:22.891:  cc_get_feature_vsa count is 1
2859854: *May 16 18:43:22.891: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
   
2859855: *May 16 18:43:22.891: :FEATURE_VSA attributes are: feature_name:0,feature_time:856970728,feature_id:2541
2859856: *May 16 18:43:22.891: //575579/5209A51889E8/CCAPI/cc_api_call_setup_ind_common:
   Set Up Event Sent;
   Call Info(Calling Number=(TON=Unknown, NPI=Unknown, Screening=Network, Presentation=Allowed),
   Called Number=(TON=Unknown, NPI=Unknown))
2859857: *May 16 18:43:22.891: //575579/5209A51889E8/CCAPI/cc_process_call_setup_ind:
   Event=0x2D5FC6B0
2859858: *May 16 18:43:22.891: //-1/xxxxxxxxxxxx/CCAPI/cc_setupind_match_search:
   Try with the demoted called number 233
2859859: *May 16 18:43:22.895: //575579/5209A51889E8/CCAPI/ccCallSetContext:
   Context=0x33165A88
2859860: *May 16 18:43:22.895: //575579/5209A51889E8/CCAPI/cc_process_call_setup_ind:
   &gt;&gt;&gt;&gt;CCAPI handed cid 575579 with tag 40002 to app "_ManagedAppProcess_outbound_call"
2859861: *May 16 18:43:22.899: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent: 
SIP/2.0 100 Trying
Via: SIP/2.0/TLS 10.5.55.202:62321;branch=z9hG4bK-d8754z-3d211143eb101067-1---d8754z-;rport
From: "234"&lt;sip:234@10.5.55.250:5061&gt;;tag=fda2da1e
To: &lt;sip:233@10.5.55.250&gt;
Date: Thu, 16 May 2013 18:43:22 GMT
Call-ID: MjU0ZTBjYWZjZWZiYjY2YjhjOWQ0NjgyNzNhMDMyMGU.
CSeq: 1 INVITE
Allow-Events: telephone-event
Server: Cisco-SIPGateway/IOS-15.2.3.T2
Content-Length: 0

2859862: *May 16 18:43:22.903: //575579/5209A51889E8/CCAPI/ccCallSetupAck:
   Call Id=575579
2859863: *May 16 18:43:22.903: //575579/5209A51889E8/CCAPI/cc_api_set_transfer_info:
   Transfer Number=, Transfer Reason=0x0
2859864: *May 16 18:43:22.903: //575579/5209A51889E8/CCAPI/ccCallProceeding:
   Progress Indication=NULL(0)
2859865: *May 16 18:43:22.903: //-1/xxxxxxxxxxxx/CCAPI/ccGetMemPoolFromContainer:
   mempool not found from usrContainer(34EFE5C4)
2859866: *May 16 18:43:22.903: //-1/xxxxxxxxxxxx/CCAPI/ccCreateMemPoolInContainer:
   Mempool(34D1F32C) created in usrContainer(34EFE5C4)
2859867: *May 16 18:43:22.907: //575579/5209A51889E8/CCAPI/ccCallSetupRequest:
   Destination=, Calling IE Present=TRUE, Mode=0,
   Outgoing Dial-peer=40003, Params=0x3316AC98, Progress Indication=NULL(0)
2859868: *May 16 18:43:22.907: //575579/5209A51889E8/CCAPI/ccCheckClipClir:
   In: Calling Number=sip:234@10.5.55.250:5061(TON=Unknown, NPI=Unknown, Screening=Network, Presentation=Allowed)
2859869: *May 16 18:43:22.907: //575579/5209A51889E8/CCAPI/ccCheckClipClir:
   Out: Calling Number=sip:234@10.5.55.250:5061(TON=Unknown, NPI=Unknown, Screening=Network, Presentation=Allowed)
2859870: *May 16 18:43:22.907: //575579/5209A51889E8/CCAPI/ccCallSetupRequest:
   Destination Pattern=233$, Called Number=sip:233@10.5.55.250, Digit Strip=FALSE
2859871: *May 16 18:43:22.907: //575579/5209A51889E8/CCAPI/ccCallSetupRequest:
   Calling Number=sip:234@10.5.55.250:5061(TON=Unknown, NPI=Unknown, Screening=Network, Presentation=Allowed),
   Called Number=sip:233@10.5.55.250(TON=Unknown, NPI=Unknown),
   Redirect Number=, Display Info=234
   Account Number=234, Final Destination Flag=TRUE,
   Guid=5209A518-BD8F-11E2-89E8-CBB58C3C255E, Outgoing Dial-peer=40003
2859872: *May 16 18:43:22.907: //575579/5209A51889E8/CCAPI/cc_api_display_ie_subfields:
   ccCallSetupRequest:
   cisco-username=234
   ----- ccCallInfo IE subfields -----
   cisco-ani=sip:234@10.5.55.250:5061
   cisco-anitype=0
   cisco-aniplan=0
   cisco-anipi=0
   cisco-anisi=3
   dest=sip:233@10.5.55.250
   cisco-desttype=0
   cisco-destplan=0
   cisco-rdie=FFFFFFFF
   cisco-rdn=
   cisco-rdntype=0
   cisco-rdnplan=0
   cisco-rdnpi=-1
   cisco-rdnsi=-1
   cisco-redirectreason=-1   fwd_final_type =0
   final_redirectNumber =
   hunt_group_timeout =0
2859873: *May 16 18:43:22.907: //575579/5209A51889E8/CCAPI/ccIFCallSetupRequestPrivate:
   Interface=0x2D32C574, Interface Type=3, Destination=, Mode=0x0,
   Call Params(Calling Number=sip:234@10.5.55.250:5061,(Calling Name=234)(TON=Unknown, NPI=Unknown, Screening=Network, Presentation=Allowed),
   Called Number=sip:233@10.5.55.250(TON=Unknown, NPI=Unknown), Calling Translated=FALSE,
   Subscriber Type Str=Unknown, FinalDestinationFlag=TRUE, Outgoing Dial-peer=40003, Call Count On=FALSE,
   Source Trkgrp Route Label=, Target Trkgrp Route Label=, tg_label_flag=0, Application Call Id=)
2859874: *May 16 18:43:22.907: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
   
2859875: *May 16 18:43:22.907: :cc_get_feature_vsa malloc success
2859876: *May 16 18:43:22.907: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
   
2859877: *May 16 18:43:22.907:  cc_get_feature_vsa count is 2
2859878: *May 16 18:43:22.907: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
   
2859879: *May 16 18:43:22.907: :FEATURE_VSA attributes are: feature_name:0,feature_time:856971400,feature_id:2542
2859880: *May 16 18:43:22.907: //575580/5209A51889E8/CCAPI/ccIFCallSetupRequestPrivate:
   SPI Call Setup Request Is Success; Interface Type=3, FlowMode=1
2859881: *May 16 18:43:22.907: //575580/5209A51889E8/CCAPI/ccCallSetContext:
   Context=0x3316AC48
2859882: *May 16 18:43:22.907: //575579/5209A51889E8/CCAPI/ccSaveDialpeerTag:
   Outgoing Dial-peer=40003
2859883: *May 16 18:43:22.911: //575580/5209A51889E8/CCAPI/cc_api_call_proceeding:
   Interface=0x2D32C574, Progress Indication=NULL(0)
2859884: *May 16 18:43:22.911: //575580/5209A51889E8/SIP/Msg/ccsipDisplayMsg:
Sent: 
INVITE sip:233@10.5.55.250:5060 SIP/2.0
Via: SIP/2.0/UDP 10.5.55.250:5060;branch=z9hG4bKDEE211
Remote-Party-ID: "234" &lt;sip:234@10.5.55.250&gt;;party=calling;screen=yes;privacy=off
From: sip:234@10.5.55.250;tag=B4748F4C-2066
To: sip:233@10.5.55.250
Date: Thu, 16 May 2013 18:43:22 GMT
Call-ID: [url=mailto:520D4EA1-BD8F11E2-89EECBB5-8C3C255E@10.5.55.250]520D4EA1-BD8F11E2-89EECBB5-8C3C255E@10.5.55.250[/url]
Supported: timer,resource-priority,replaces
Min-SE:  1800
Cisco-Guid: 1376363800-3180270050-2313735093-2352751966
User-Agent: Cisco-SIPGateway/IOS-15.2.3.T2
Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
CSeq: 101 INVITE
Timestamp: 1368729802
Contact: &lt;sip:234@10.5.55.250:5060&gt;
Expires: 180
Allow-Events: telephone-event
Max-Forwards: 69
Session-Expires:  1800
Content-Type: application/sdp
Content-Disposition: session;handling=required
Content-Length: 212
v=0
o=CiscoSystemsSIP-GW-UserAgent 7964 2822 IN IP4 10.5.55.250
s=SIP Call
c=IN IP4 10.5.55.250
t=0 0
m=audio 19162 RTP/AVP 8 19
c=IN IP4 10.5.55.250
a=rtpmap:8 PCMA/8000
a=rtpmap:19 CN/8000
a=ptime:20
2859885: *May 16 18:43:22.919: //575580/5209A51889E8/SIP/Msg/ccsipDisplayMsg:
Received: 
SIP/2.0 180 Ringing
Via: SIP/2.0/UDP 10.5.55.250:5060;branch=z9hG4bKDEE211
Contact: &lt;sip:233@10.5.55.202:62321&gt;
To: &lt;sip:233@10.5.55.250&gt;;tag=c0360278
From: &lt;sip:234@10.5.55.250&gt;;tag=B4748F4C-2066
Call-ID: [url=mailto:520D4EA1-BD8F11E2-89EECBB5-8C3C255E@10.5.55.250]520D4EA1-BD8F11E2-89EECBB5-8C3C255E@10.5.55.250[/url]
CSeq: 101 INVITE
User-Agent: MCC7500
Content-Length: 0

2859886: *May 16 18:43:22.919: //575580/5209A51889E8/CCAPI/cc_api_call_alert:
   Interface=0x2D32C574, Progress Indication=NULL(0), Signal Indication=SIGNAL RINGBACK(1)
2859887: *May 16 18:43:22.919: //575580/5209A51889E8/CCAPI/cc_api_call_alert:
   Call Entry(Retry Count=0, Responsed=TRUE)
2859888: *May 16 18:43:22.919: //575579/5209A51889E8/CCAPI/ccCallAlert:
   Progress Indication=NULL(0), Signal Indication=SIGNAL RINGBACK(1)
2859889: *May 16 18:43:22.919: //575579/5209A51889E8/CCAPI/ccCallAlert:
   Call Entry(Responsed=TRUE, Alert Sent=TRUE)
2859890: *May 16 18:43:22.919: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent: 
SIP/2.0 180 Ringing
Via: SIP/2.0/TLS 10.5.55.202:62321;branch=z9hG4bK-d8754z-3d211143eb101067-1---d8754z-;rport
From: "234"&lt;sip:234@10.5.55.250:5061&gt;;tag=fda2da1e
To: &lt;sip:233@10.5.55.250&gt;;tag=B4748F54-1601
Date: Thu, 16 May 2013 18:43:22 GMT
Call-ID: MjU0ZTBjYWZjZWZiYjY2YjhjOWQ0NjgyNzNhMDMyMGU.
CSeq: 1 INVITE
Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
Allow-Events: telephone-event
Remote-Party-ID: &lt;sip:233@10.5.55.250&gt;;party=called;screen=no;privacy=off
Contact: &lt;sip:233@10.5.55.250:5061;transport=tls&gt;
Server: Cisco-SIPGateway/IOS-15.2.3.T2
Content-Length: 0

2859891: *May 16 18:43:25.455: //575580/5209A51889E8/SIP/Msg/ccsipDisplayMsg:
Received: 
SIP/2.0 200 OK
Via: SIP/2.0/UDP 10.5.55.250:5060;branch=z9hG4bKDEE211
Require: timer
Contact: &lt;sip:233@10.5.55.202:62321&gt;
To: &lt;sip:233@10.5.55.250&gt;;tag=c0360278
From: &lt;sip:234@10.5.55.250&gt;;tag=B4748F4C-2066
Call-ID: [url=mailto:520D4EA1-BD8F11E2-89EECBB5-8C3C255E@10.5.55.250]520D4EA1-BD8F11E2-89EECBB5-8C3C255E@10.5.55.250[/url]
CSeq: 101 INVITE
Session-Expires: 1800;refresher=uac
Min-SE: 1800
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, SUBSCRIBE, INFO, MESSAGE
Content-Type: application/sdp
Supported: replaces, timer, norefersub, answermode, tdialog, outbound, path
User-Agent: MCC7500
Content-Length: 170
v=0
o=- 13013203547265625 13013203547265625 IN IP4 10.5.55.202
s=-
c=IN IP4 10.5.55.202
t=0 0
m=audio 32566 RTP/AVP 8
a=rtpmap:8 PCMA/8000
a=ptime:20
a=sendrecv
2859892: *May 16 18:43:25.455: //575580/5209A51889E8/CCAPI/cc_api_caps_ind:
   Destination Interface=0x0, Destination Call Id=-1, Source Call Id=575580,
   Caps(Codec=0x2, Fax Rate=0x2, Fax Version:=0, Vad=0x2,
   Modem=0x0, Codec Bytes=20, Signal Type=2)
2859893: *May 16 18:43:25.455: //575580/5209A51889E8/CCAPI/cc_api_caps_ind:
   Caps(Playout Mode=1, Playout Initial=60(ms), Playout Min=40(ms),
   Playout Max=1000(ms), Fax Nom=300(ms))
2859894: *May 16 18:43:25.455: //575579/5209A51889E8/CCAPI/cc_api_caps_ack:
   Destination Interface=0x0, Destination Call Id=575580, Source Call Id=575579,
   Caps(Codec=g711alaw(0x2), Fax Rate=FAX_RATE_VOICE(0x2), Fax Version:=0, Vad=ON(0x2),
   Modem=OFF(0x0), Codec Bytes=160, Signal Type=2, Seq Num Start=1)
2859895: *May 16 18:43:25.455: //575579/5209A51889E8/CCAPI/cc_api_caps_ack:
   Destination Interface=0x0, Destination Call Id=575580, Source Call Id=575579,
   Caps(Codec=g711alaw(0x2), Fax Rate=FAX_RATE_VOICE(0x2), Fax Version:=0, Vad=ON(0x2),
   Modem=OFF(0x0), Codec Bytes=160, Signal Type=2, Seq Num Start=1)
2859896: *May 16 18:43:25.455: //575580/5209A51889E8/CCAPI/cc_api_event_indication:
   Event=178, Call Id=575580
2859897: *May 16 18:43:25.459: //575580/5209A51889E8/CCAPI/cc_api_event_indication:
   Event Is Sent To Conferenced SPI(s) Directly
2859898: *May 16 18:43:25.459: //575580/5209A51889E8/CCAPI/cc_api_call_connected:
   Interface=0x2D32C574, Data Bitmask=0x1, Progress Indication=NULL(0),
   Connection Handle=0
2859899: *May 16 18:43:25.459: //575580/5209A51889E8/CCAPI/cc_api_call_connected:
   Call Entry(Connected=TRUE, Responsed=TRUE, Retry Count=0)
2859900: *May 16 18:43:25.459: //575580/xxxxxxxxxxxx/CCAPI/cc_api_ha_call_active_notify:
   
2859901: *May 16 18:43:25.459: call_info mainst_callID:0x8C85C, peer_callID:0x8C85B, confID:0x0, spi_type:4, media_flo_thru:1, media_passthru:1, num_streams:1, swmtpmsp_present:0
2859902: *May 16 18:43:25.459: //575580/5209A51889E8/SIP/Msg/ccsipDisplayMsg:
Sent: 
ACK sip:233@10.5.55.202:62321 SIP/2.0
Via: SIP/2.0/UDP 10.5.55.250:5060;branch=z9hG4bKDEF2517
From: sip:234@10.5.55.250;tag=B4748F4C-2066
To: &lt;sip:233@10.5.55.250&gt;;tag=c0360278
Date: Thu, 16 May 2013 18:43:22 GMT
Call-ID: [url=mailto:520D4EA1-BD8F11E2-89EECBB5-8C3C255E@10.5.55.250]520D4EA1-BD8F11E2-89EECBB5-8C3C255E@10.5.55.250[/url]
Max-Forwards: 70
CSeq: 101 ACK
Allow-Events: telephone-event
Content-Length: 0

2859903: *May 16 18:43:25.459: //575579/5209A51889E8/CCAPI/ccConferenceCreate:
   (confID=0xFFFFFFFF, callID1=0x8C85B, gcid=520A4140-BD8F11E2-89EBCBB5-8C3C255E, tag=0x0)
2859904: *May 16 18:43:25.459: //575580/5209A51889E8/CCAPI/ccConferenceCreate:
   (confID=0xFFFFFFFF, callID2=0x8C85C, gcid=520A4140-BD8F11E2-89EBCBB5-8C3C255E, tag=0x0)
2859905: *May 16 18:43:25.459: //575579/5209A51889E8/CCAPI/ccConferenceCreate:
   Conference Id=0xFFFFFFFF, Call Id1=575579, Call Id2=575580, Tag=0x0
2859906: *May 16 18:43:25.459: //575579/xxxxxxxxxxxx/CCAPI/cc_api_get_xcode_stream:
   
2859907: *May 16 18:43:25.459: cc_api_get_xcode_stream : 4819
2859908: *May 16 18:43:25.459: //575580/xxxxxxxxxxxx/CCAPI/cc_api_get_xcode_stream:
   
2859909: *May 16 18:43:25.459: cc_api_get_xcode_stream : 4819
2859910: *May 16 18:43:25.459: //575579/5209A51889E8/CCAPI/ccConferenceCreate:
   
2859911: *May 16 18:43:25.459: ccConferenceCreate: ret1=0, codecMask1=2, bytes1=160, negot1=1, dtmf1=0
                    ret2=0, codecMask2=2, bytes2=160, negot2=1, dtmf2=0,
                    tx_dynamic_pt1=8, rx_dynamic_pt1=8, codec_mode1=0, params_bitmap1 =0
                    tx_dynamic_pt2=8, rx_dynamic_pt2=8, codec_mode2=0, params_bitmap2 =0
2859912: *May 16 18:43:25.459: //575579/5209A51889E8/CCAPI/ccGetMediaClassTag:
   media class tag 0
2859913: *May 16 18:43:25.459: //575579/5209A51889E8/CCAPI/ccSetMediaclassIp2ipTags:
   media class tags set: NR 0, ASP 0
2859914: *May 16 18:43:25.459: //575580/5209A51889E8/CCAPI/ccGetMediaClassTag:
   media class tag 0
2859915: *May 16 18:43:25.459: //575580/5209A51889E8/CCAPI/ccSetMediaclassIp2ipTags:
   media class tags set: NR 0, ASP 0
2859916: *May 16 18:43:25.459: //575579/5209A51889E8/CCAPI/ccGet_xc_nr_asp_info:
   media class tags: NR 0, ASP 0
2859917: *May 16 18:43:25.459: //575580/5209A51889E8/CCAPI/ccGet_xc_nr_asp_info:
   media class tags: NR 0, ASP 0
2859918: *May 16 18:43:25.459: //575579/xxxxxxxxxxxx/CCAPI/ccConferenceCreate:
   xcoder inserted for preferred features w/ mask 0x0
2859919: *May 16 18:43:25.459: //575579/5209A51889E8/CCAPI/ccConferenceCreate:
   delay media to slow start case, codec negotation is not done
2859920: *May 16 18:43:25.459: //575579/xxxxxxxxxxxx/CCAPI/cc_api_get_xcode_stream:
   
2859921: *May 16 18:43:25.459: cc_api_get_xcode_stream : 4819
2859922: *May 16 18:43:25.459: //575579/xxxxxxxxxxxx/CCAPI/cc_api_get_xcode_stream:
   
2859923: *May 16 18:43:25.459: cc_api_get_xcode_stream : 4819
2859924: *May 16 18:43:25.463: //575579/5209A51889E8/CCAPI/cc_api_bridge_done:
   Conference Id=0x5EE, Source Interface=0x2D32C574, Source Call Id=575579,
   Destination Call Id=575580, Disposition=0x0, Tag=0x0
2859925: *May 16 18:43:25.463: //575580/xxxxxxxxxxxx/CCAPI/cc_api_get_xcode_stream:
   
2859926: *May 16 18:43:25.463: cc_api_get_xcode_stream : 4819
2859927: *May 16 18:43:25.463: //575580/xxxxxxxxxxxx/CCAPI/cc_api_get_xcode_stream:
   
2859928: *May 16 18:43:25.463: cc_api_get_xcode_stream : 4819
2859929: *May 16 18:43:25.463: //575580/5209A51889E8/CCAPI/cc_api_bridge_done:
   Conference Id=0x5EE, Source Interface=0x2D32C574, Source Call Id=575580,
   Destination Call Id=575579, Disposition=0x0, Tag=0x0
2859930: *May 16 18:43:25.463: //575579/5209A51889E8/CCAPI/cc_generic_bridge_done:
   Conference Id=0x5EE, Source Interface=0x2D32C574, Source Call Id=575580,
   Destination Call Id=575579, Disposition=0x0, Tag=0x0
2859931: *May 16 18:43:25.463: //575579/5209A51889E8/CCAPI/ccConferenceCreate:
   Call Entry(Conference Id=0x5EE, Destination Call Id=575580)
2859932: *May 16 18:43:25.463: //575580/5209A51889E8/CCAPI/ccConferenceCreate:
   Call Entry(Conference Id=0x5EE, Destination Call Id=575579)
2859933: *May 16 18:43:25.463: //575579/5209A51889E8/CCAPI/ccConferenceCreate:
   
2859934: *May 16 18:43:25.463: confID:0x5EE; callEntry1 callID1:0x8C85B, type:3; callEntry2 callID2:0x8C85C, type:3
2859935: *May 16 18:43:25.463: //575579/5209A51889E8/CCAPI/cc_process_notify_bridge_done:
   Conference Id=0x5EE, Call Id1=575579, Call Id2=575580
2859936: *May 16 18:43:25.463: //575579/5209A51889E8/CCAPI/ccCallConnect:
   Progress Indication=NULL(0), Data Bitmask=0x1
2859937: *May 16 18:43:25.463: //575579/5209A51889E8/CCAPI/ccCallConnect:
   Call Entry(Connected=TRUE, Responsed=TRUE)
2859938: *May 16 18:43:25.463: //575579/5209A51889E8/CCAPI/ccSaveDialpeerTag:
   Outgoing Dial-peer=40003
2859939: *May 16 18:43:25.463: //575580/5209A51889E8/CCAPI/ccSaveDialpeerTag:
   Incoming Dial-peer=40002
2859940: *May 16 18:43:25.463: //575580/5209A51889E8/CCAPI/ccSaveDialpeerTag:
   Incoming Dial-peer=0
2859941: *May 16 18:43:25.463: //575580/5209A51889E8/CCAPI/ccCallApp:
   Call Id=575580
2859942: *May 16 18:43:25.463: //575579/5209A51889E8/CCAPI/ccCallApp:
   Call Id=575579
2859943: *May 16 18:43:25.467: //575579/5209A51889E8/CCAPI/ccCallAppReturn:
   Conference Id=0xFFFFFFFF, Call Id=575579
2859944: *May 16 18:43:25.467: //575580/5209A51889E8/CCAPI/ccCallAppTransferReturn:
   Call Id=575580
2859945: *May 16 18:43:25.467: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent: 
SIP/2.0 200 OK
Via: SIP/2.0/TLS 10.5.55.202:62321;branch=z9hG4bK-d8754z-3d211143eb101067-1---d8754z-;rport
From: "234"&lt;sip:234@10.5.55.250:5061&gt;;tag=fda2da1e
To: &lt;sip:233@10.5.55.250&gt;;tag=B4748F54-1601
Date: Thu, 16 May 2013 18:43:22 GMT
Call-ID: MjU0ZTBjYWZjZWZiYjY2YjhjOWQ0NjgyNzNhMDMyMGU.
CSeq: 1 INVITE
Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
Allow-Events: telephone-event
Remote-Party-ID: &lt;sip:233@10.5.55.250&gt;;party=called;screen=no;privacy=off
Contact: &lt;sip:233@10.5.55.250:5061;transport=tls&gt;
Supported: replaces
Server: Cisco-SIPGateway/IOS-15.2.3.T2
Session-Expires:  1800;refresher=uac
Require: timer
Supported: timer
Content-Type: application/sdp
Content-Disposition: session;handling=required
Content-Length: 187
v=0
o=CiscoSystemsSIP-GW-UserAgent 3866 137 IN IP4 10.5.55.250
s=SIP Call
c=IN IP4 10.5.55.250
t=0 0
m=audio 19160 RTP/AVP 8
c=IN IP4 10.5.55.250
a=rtpmap:8 PCMA/8000
a=ptime:20
2859946: *May 16 18:43:25.467: //575579/5209A51889E8/CCAPI/ccCallSetContext:
   Context=0x33165A88
2859947: *May 16 18:43:25.467: //575580/5209A51889E8/CCAPI/ccCallSetContext:
   Context=0x3316AC48
2859948: *May 16 18:43:25.491: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received: 
ACK sip:233@10.5.55.250:5061;transport=tls SIP/2.0
Via: SIP/2.0/TLS 10.5.55.202:62321;branch=z9hG4bK-d8754z-9e36c55b6b9b077e-1---d8754z-;rport
Max-Forwards: 70
Contact: &lt;sip:234@10.5.55.202:62321;transport=tls&gt;
To: &lt;sip:233@10.5.55.250&gt;;tag=B4748F54-1601
From: "234"&lt;sip:234@10.5.55.250:5061&gt;;tag=fda2da1e
Call-ID: MjU0ZTBjYWZjZWZiYjY2YjhjOWQ0NjgyNzNhMDMyMGU.
CSeq: 1 ACK
User-Agent: MCC7500
Content-Length: 0

2859949: *May 16 18:43:25.491: //575579/xxxxxxxxxxxx/CCAPI/cc_api_ha_call_active_notify:
   
2859950: *May 16 18:43:25.491: call_info mainst_callID:0x8C85B, peer_callID:0x8C85C, confID:0x5EE, spi_type:4, media_flo_thru:1, media_passthru:1, num_streams:1, swmtpmsp_present:0
2859951: *May 16 18:43:25.491: //575579/5209A51889E8/CCAPI/cc_api_event_indication:
   Event=200, Call Id=575579
2859952: *May 16 18:43:25.491: //575579/5209A51889E8/CCAPI/cc_api_event_indication:
   Event Is Sent To Conferenced SPI(s) Directly
2859961: *May 16 18:43:30.503: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received: 
INVITE sip:233@10.5.55.250:5061;transport=tls SIP/2.0
Via: SIP/2.0/TLS 10.5.55.202:62321;branch=z9hG4bK-d8754z-8e042c5b8dcce701-1---d8754z-;rport
Max-Forwards: 70
Contact: &lt;sip:234@10.5.55.202:62321;transport=tls&gt;
To: &lt;sip:233@10.5.55.250&gt;;tag=B4748F54-1601
From: "234"&lt;sip:234@10.5.55.250:5061&gt;;tag=fda2da1e
Call-ID: MjU0ZTBjYWZjZWZiYjY2YjhjOWQ0NjgyNzNhMDMyMGU.
CSeq: 2 INVITE
Session-Expires: 1800;refresher=uac
Min-SE: 90
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, SUBSCRIBE, INFO, MESSAGE
Content-Type: application/sdp
Supported: replaces, timer, norefersub, answermode, tdialog, outbound, path
User-Agent: MCC7500
Content-Length: 194
v=0
o=- 13013203552296875 13013203552296875 IN IP4 10.5.55.202
s=-
c=IN IP4 10.5.55.202
t=0 0
m=audio 32565 RTP/AVP 0 8
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=ptime:20
a=sendonly
2859962: *May 16 18:43:30.503: //575580/5209A51889E8/CCAPI/ccGenerateToneInfo:
   Stop Tone On Digit=FALSE, Tone=Null,
   Tone Direction=Sum Network, Params=0x0, Call Id=575580
2859963: *May 16 18:43:30.503: //575580/5209A51889E8/CCAPI/cc_api_remote_codec_dnld_done:
   Destination Interface=0x2D32C574, Destination Call Id=575580, Source Call Id=575579, Xmit Function=0x25FE5608
2859964: *May 16 18:43:30.503: //575580/xxxxxxxxxxxx/CCAPI/cc_api_get_xcode_stream:
   
2859965: *May 16 18:43:30.503: cc_api_get_xcode_stream : 4819
2859966: *May 16 18:43:30.503: //575579/5209A51889E8/CCAPI/cc_api_caps_ind:
   Destination Interface=0x2D32C574, Destination Call Id=575580, Source Call Id=575579,
   Caps(Codec=0x2, Fax Rate=0x2, Fax Version:=0, Vad=0x2,
   Modem=0x0, Codec Bytes=20, Signal Type=2)
2859967: *May 16 18:43:30.503: //575579/5209A51889E8/CCAPI/cc_api_caps_ind:
   Caps(Playout Mode=1, Playout Initial=60(ms), Playout Min=40(ms),
   Playout Max=1000(ms), Fax Nom=300(ms))
2859968: *May 16 18:43:30.503: //575580/5209A51889E8/CCAPI/cc_api_caps_ack:
   Destination Interface=0x2D32C574, Destination Call Id=575579, Source Call Id=575580,
   Caps(Codec=g711alaw(0x2), Fax Rate=FAX_RATE_VOICE(0x2), Fax Version:=0, Vad=ON(0x2),
   Modem=OFF(0x0), Codec Bytes=160, Signal Type=2, Seq Num Start=6977)
2859969: *May 16 18:43:30.503: //575580/5209A51889E8/CCAPI/cc_api_caps_ack:
   Destination Interface=0x2D32C574, Destination Call Id=575579, Source Call Id=575580,
   Caps(Codec=g711alaw(0x2), Fax Rate=FAX_RATE_VOICE(0x2), Fax Version:=0, Vad=ON(0x2),
   Modem=OFF(0x0), Codec Bytes=160, Signal Type=2, Seq Num Start=6977)
2859970: *May 16 18:43:30.503: //575579/5209A51889E8/CCAPI/cc_api_event_indication:
   Event=177, Call Id=575579
2859971: *May 16 18:43:30.503: //575579/5209A51889E8/CCAPI/cc_api_event_indication:
   Event Is Sent To Conferenced SPI(s) Directly
2859972: *May 16 18:43:30.503: //575579/5209A51889E8/CCAPI/cc_api_call_feature:
   Feature Type=50, Interface=0x2D32C574, Call Id=575579
2859973: *May 16 18:43:30.507: //575580/5209A51889E8/SIP/Msg/ccsipDisplayMsg:
Sent: 
INVITE sip:233@10.5.55.202:62321 SIP/2.0
Via: SIP/2.0/UDP 10.5.55.250:5060;branch=z9hG4bKDF01C93
From: sip:234@10.5.55.250;tag=B4748F4C-2066
To: &lt;sip:233@10.5.55.250&gt;;tag=c0360278
Date: Thu, 16 May 2013 18:43:30 GMT
Call-ID: [url=mailto:520D4EA1-BD8F11E2-89EECBB5-8C3C255E@10.5.55.250]520D4EA1-BD8F11E2-89EECBB5-8C3C255E@10.5.55.250[/url]
Supported: timer,resource-priority,replaces
Min-SE:  1800
Cisco-Guid: 1376363800-3180270050-2313735093-2352751966
User-Agent: Cisco-SIPGateway/IOS-15.2.3.T2
Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
CSeq: 102 INVITE
Max-Forwards: 70
Timestamp: 1368729810
Contact: &lt;sip:234@10.5.55.250:5060&gt;
Expires: 180
Allow-Events: telephone-event
Session-Expires:  1800;refresher=uac
Content-Type: application/sdp
Content-Length: 224
v=0
o=CiscoSystemsSIP-GW-UserAgent 7964 2823 IN IP4 10.5.55.250
s=SIP Call
c=IN IP4 10.5.55.250
t=0 0
m=audio 19162 RTP/AVP 8 19
c=IN IP4 10.5.55.250
a=sendonly
a=rtpmap:8 PCMA/8000
a=rtpmap:19 CN/8000
a=ptime:20
2859974: *May 16 18:43:30.507: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent: 
SIP/2.0 100 Trying
Via: SIP/2.0/TLS 10.5.55.202:62321;branch=z9hG4bK-d8754z-8e042c5b8dcce701-1---d8754z-;rport
From: "234"&lt;sip:234@10.5.55.250:5061&gt;;tag=fda2da1e
To: &lt;sip:233@10.5.55.250&gt;;tag=B4748F54-1601
Date: Thu, 16 May 2013 18:43:30 GMT
Call-ID: MjU0ZTBjYWZjZWZiYjY2YjhjOWQ0NjgyNzNhMDMyMGU.
CSeq: 2 INVITE
Allow-Events: telephone-event
Server: Cisco-SIPGateway/IOS-15.2.3.T2
Content-Length: 0

2859975: *May 16 18:43:30.511: //575579/5209A51889E8/CCAPI/ccConferenceDestroy:
   Conference Id=0x5EE, Tag=0x0
2859976: *May 16 18:43:30.511: //575579/5209A51889E8/CCAPI/ccConferenceDestroy:
   
2859977: *May 16 18:43:30.511: confID:0x5EE; callEntry1 callID1:0x8C85B, type:3; callEntry2 callID2:0x8C85C, type:3
2859978: *May 16 18:43:30.511: //575579/5209A51889E8/CCAPI/cc_api_bridge_drop_done:
   Conference Id=0x5EE, Source Interface=0x2D32C574, Source Call Id=575579,
   Destination Call Id=575580, Disposition=0x0, Tag=0x0
2859979: *May 16 18:43:30.511: //575580/5209A51889E8/CCAPI/cc_api_bridge_drop_done:
   Conference Id=0x5EE, Source Interface=0x2D32C574, Source Call Id=575580,
   Destination Call Id=575579, Disposition=0x0, Tag=0x0
2859980: *May 16 18:43:30.511: //575579/5209A51889E8/CCAPI/cc_generic_bridge_done:
   Conference Id=0x5EE, Source Interface=0x2D32C574, Source Call Id=575580,
   Destination Call Id=575579, Disposition=0x0, Tag=0x0
2859981: *May 16 18:43:30.515: //575580/5209A51889E8/SIP/Msg/ccsipDisplayMsg:
Received: 
SIP/2.0 200 OK
Via: SIP/2.0/UDP 10.5.55.250:5060;branch=z9hG4bKDF01C93
Require: timer
Contact: &lt;sip:233@10.5.55.202:62321&gt;
To: &lt;sip:233@10.5.55.250&gt;;tag=c0360278
From: &lt;sip:234@10.5.55.250&gt;;tag=B4748F4C-2066
Call-ID: [url=mailto:520D4EA1-BD8F11E2-89EECBB5-8C3C255E@10.5.55.250]520D4EA1-BD8F11E2-89EECBB5-8C3C255E@10.5.55.250[/url]
CSeq: 102 INVITE
Session-Expires: 1800;refresher=uac
Min-SE: 1800
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, SUBSCRIBE, INFO, MESSAGE
Content-Type: application/sdp
Supported: replaces, timer, norefersub, answermode, tdialog, outbound, path
User-Agent: MCC7500
Content-Length: 170
v=0
o=- 13013203552328125 13013203552328125 IN IP4 10.5.55.202
s=-
c=IN IP4 10.5.55.202
t=0 0
m=audio 32566 RTP/AVP 8
a=rtpmap:8 PCMA/8000
a=ptime:20
a=recvonly
2859982: *May 16 18:43:30.515: //575580/5209A51889E8/CCAPI/cc_api_caps_ind:
   Destination Interface=0x2D32C574, Destination Call Id=-1, Source Call Id=575580,
   Caps(Codec=0x2, Fax Rate=0x2, Fax Version:=0, Vad=0x2,
   Modem=0x0, Codec Bytes=20, Signal Type=2)
2859983: *May 16 18:43:30.515: //575580/5209A51889E8/CCAPI/cc_api_caps_ind:
   Caps(Playout Mode=1, Playout Initial=60(ms), Playout Min=40(ms),
   Playout Max=1000(ms), Fax Nom=300(ms))
2859984: *May 16 18:43:30.515: //575580/5209A51889E8/CCAPI/cc_api_event_indication:
   Event=178, Call Id=575580
2859985: *May 16 18:43:30.515: //575580/5209A51889E8/CCAPI/cc_api_event_indication:
   Event Is Sent To Conferenced SPI(s) Directly
2859986: *May 16 18:43:30.515: //575580/5209A51889E8/SIP/Msg/ccsipDisplayMsg:
Sent: 
ACK sip:233@10.5.55.202:62321 SIP/2.0
Via: SIP/2.0/UDP 10.5.55.250:5060;branch=z9hG4bKDF11B98
From: sip:234@10.5.55.250;tag=B4748F4C-2066
To: &lt;sip:233@10.5.55.250&gt;;tag=c0360278
Date: Thu, 16 May 2013 18:43:30 GMT
Call-ID: [url=mailto:520D4EA1-BD8F11E2-89EECBB5-8C3C255E@10.5.55.250]520D4EA1-BD8F11E2-89EECBB5-8C3C255E@10.5.55.250[/url]
Max-Forwards: 70
CSeq: 102 ACK
Allow-Events: telephone-event
Content-Length: 0

2860007: *May 16 18:44:10.503: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received: 
BYE sip:233@10.5.55.250:5061;transport=tls SIP/2.0
Via: SIP/2.0/TLS 10.5.55.202:62321;branch=z9hG4bK-d8754z-7a288b7064565a22-1---d8754z-;rport
Max-Forwards: 70
Contact: &lt;sip:234@10.5.55.202:62321;transport=tls&gt;
To: &lt;sip:233@10.5.55.250&gt;;tag=B4748F54-1601
From: "234"&lt;sip:234@10.5.55.250:5061&gt;;tag=fda2da1e
Call-ID: MjU0ZTBjYWZjZWZiYjY2YjhjOWQ0NjgyNzNhMDMyMGU.
CSeq: 3 BYE
User-Agent: MCC7500
Reason: SIP;description="Stale re-Invite"
Content-Length: 0

2860008: *May 16 18:44:10.507: //575579/5209A51889E8/CCAPI/cc_api_call_disconnected:
   Cause Value=16, Interface=0x2D32C574, Call Id=575579
2860009: *May 16 18:44:10.507: //575579/5209A51889E8/CCAPI/cc_api_call_disconnected:
   Call Entry(Responsed=TRUE, Cause Value=16, Retry Count=0)
2860010: *May 16 18:44:10.507: //575579/5209A51889E8/CCAPI/ccCallDisconnect:
   Cause Value=16, Tag=0x0, Call Entry(Previous Disconnect Cause=0, Disconnect Cause=16)
2860011: *May 16 18:44:10.507: //575579/5209A51889E8/CCAPI/ccCallDisconnect:
   Cause Value=16, Call Entry(Responsed=TRUE, Cause Value=16)
2860012: *May 16 18:44:10.507: //575580/5209A51889E8/CCAPI/ccCallDisconnect:
   Cause Value=16, Tag=0x0, Call Entry(Previous Disconnect Cause=0, Disconnect Cause=0)
2860013: *May 16 18:44:10.507: //575580/5209A51889E8/CCAPI/ccCallDisconnect:
   Cause Value=16, Call Entry(Responsed=TRUE, Cause Value=16)
2860014: *May 16 18:44:10.507: //575579/5209A51889E8/CCAPI/cc_api_call_disconnect_done:
   Disposition=0, Interface=0x2D32C574, Tag=0x0, Call Id=575579,
   Call Entry(Disconnect Cause=16, Voice Class Cause Code=0, Retry Count=0)
2860015: *May 16 18:44:10.507: //575579/5209A51889E8/CCAPI/cc_api_call_disconnect_done:
   Call Disconnect Event Sent
2860016: *May 16 18:44:10.507: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
   
2860017: *May 16 18:44:10.507: :cc_free_feature_vsa freeing 331455E0
2860018: *May 16 18:44:10.507: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
   
2860019: *May 16 18:44:10.507:  vsacount in free is 1
2860020: *May 16 18:44:10.511: //575580/5209A51889E8/SIP/Msg/ccsipDisplayMsg:
Sent: 
BYE sip:233@10.5.55.202:62321 SIP/2.0
Via: SIP/2.0/UDP 10.5.55.250:5060;branch=z9hG4bKDF22575
From: sip:234@10.5.55.250;tag=B4748F4C-2066
To: &lt;sip:233@10.5.55.250&gt;;tag=c0360278
Date: Thu, 16 May 2013 18:43:30 GMT
Call-ID: [url=mailto:520D4EA1-BD8F11E2-89EECBB5-8C3C255E@10.5.55.250]520D4EA1-BD8F11E2-89EECBB5-8C3C255E@10.5.55.250[/url]
User-Agent: Cisco-SIPGateway/IOS-15.2.3.T2
Max-Forwards: 70
Timestamp: 1368729850
CSeq: 103 BYE
Reason: Q.850;cause=16
P-RTP-Stat: PS=0,OS=0,PR=0,OR=0,PL=0,JI=0,LA=0,DU=45
Content-Length: 0

2860021: *May 16 18:44:10.511: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Sent: 
SIP/2.0 200 OK
Via: SIP/2.0/TLS 10.5.55.202:62321;branch=z9hG4bK-d8754z-7a288b7064565a22-1---d8754z-;rport
From: "234"&lt;sip:234@10.5.55.250:5061&gt;;tag=fda2da1e
To: &lt;sip:233@10.5.55.250&gt;;tag=B4748F54-1601
Date: Thu, 16 May 2013 18:44:10 GMT
Call-ID: MjU0ZTBjYWZjZWZiYjY2YjhjOWQ0NjgyNzNhMDMyMGU.
Server: Cisco-SIPGateway/IOS-15.2.3.T2
CSeq: 3 BYE
Reason: Q.850;cause=16
P-RTP-Stat: PS=0,OS=0,PR=0,OR=0,PL=0,JI=0,LA=0,DU=45
Content-Length: 0

2860022: *May 16 18:44:10.515: //575580/5209A51889E8/SIP/Msg/ccsipDisplayMsg:
Received: 
SIP/2.0 200 OK
Via: SIP/2.0/UDP 10.5.55.250:5060;branch=z9hG4bKDF22575
Contact: &lt;sip:233@10.5.55.202:62321&gt;
To: &lt;sip:233@10.5.55.250&gt;;tag=c0360278
From: &lt;sip:234@10.5.55.250&gt;;tag=B4748F4C-2066
Call-ID: [url=mailto:520D4EA1-BD8F11E2-89EECBB5-8C3C255E@10.5.55.250]520D4EA1-BD8F11E2-89EECBB5-8C3C255E@10.5.55.250[/url]
CSeq: 103 BYE
User-Agent: MCC7500
Content-Length: 0

2860023: *May 16 18:44:10.515: //575580/5209A51889E8/CCAPI/cc_api_call_disconnect_done:
   Disposition=0, Interface=0x2D32C574, Tag=0x0, Call Id=575580,
   Call Entry(Disconnect Cause=16, Voice Class Cause Code=0, Retry Count=0)
2860024: *May 16 18:44:10.515: //575580/5209A51889E8/CCAPI/cc_api_call_disconnect_done:
   Call Disconnect Event Sent
2860025: *May 16 18:44:10.515: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
   
2860026: *May 16 18:44:10.515: :cc_free_feature_vsa freeing 33145880
2860027: *May 16 18:44:10.515: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
   
2860028: *May 16 18:44:10.515:  vsacount in free is 0
2860029: *May 16 18:44:10.515: //-1/xxxxxxxxxxxx/CCAPI/ccMemPoolTDFreeHelper:
   data = 3324CF74
2860030: *May 16 18:44:10.515: ccMemPoolTDFreeHelper:mem_mgr_mempool_free: mem_refcnt(34D1F32C)=0 - mempool cleanup</summary>
    <dc:creator>Keith Haugen</dc:creator>
    <dc:date>2013-05-16T18:48:43Z</dc:date>
  </entry>
  <entry>
    <title>RE: How do I respond 200 OK to a hold request in TCL IVR?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15342003" />
    <author>
      <name>Yaw-Ming Chen</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15342003</id>
    <updated>2013-05-16T18:40:04Z</updated>
    <published>2013-05-16T18:40:04Z</published>
    <summary type="html">I setup two Cisco sip phone on 2900 and did the same test I was able to see 200 OK replying to that sendonly INVITE and tranfer was successful (I only have 2 SIP phone so XTO is a SCCP phone, but I think this passed what you are missing)
 
Did you try transfer without Tcl ? Is it OK ?
My IOS version is:
c2900-universalk9-mz.SPA.153-1.T.bin
 
Thanks</summary>
    <dc:creator>Yaw-Ming Chen</dc:creator>
    <dc:date>2013-05-16T18:40:04Z</dc:date>
  </entry>
  <entry>
    <title>RE: Only the first 2 prompts play</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15317954" />
    <author>
      <name>Mark Alliban</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15317954</id>
    <updated>2013-05-16T08:27:48Z</updated>
    <published>2013-05-16T08:27:48Z</published>
    <summary type="html">Yeah it all should work, hence the reason I have posted here... any ideas?
 
 </summary>
    <dc:creator>Mark Alliban</dc:creator>
    <dc:date>2013-05-16T08:27:48Z</dc:date>
  </entry>
  <entry>
    <title>RE: Only the first 2 prompts play</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15316475" />
    <author>
      <name>Raghavendra Gutty Veeranagappa</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15316475</id>
    <updated>2013-05-16T06:55:21Z</updated>
    <published>2013-05-16T06:55:21Z</published>
    <summary type="html">Hi Mark,
thanks for sharing the info, i don't find any issue with your config or with the script.
Thanks,
Raghavendra</summary>
    <dc:creator>Raghavendra Gutty Veeranagappa</dc:creator>
    <dc:date>2013-05-16T06:55:21Z</dc:date>
  </entry>
  <entry>
    <title>RE: Prepaid debitcard tcl</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15310127" />
    <author>
      <name>Geevarghese Cheria</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15310127</id>
    <updated>2013-05-16T05:25:50Z</updated>
    <published>2013-05-16T05:25:50Z</published>
    <summary type="html">[color=#000000]Hi Paul,[/color]
[color=#000000]
  A RADIUS server can be configured to collect accounting data during the accounting process for each call leg created on the Cisco voice gateway. An integration partner can use this information for postprocessing activities such as generating billing records and network analysis.

Please refer the following urls on configuration.
[url=http://www.cisco.com/en/US/docs/ios/12_2/voice/configuration/guide/vvfdebit.html#wp1229693]http://www.cisco.com/en/US/docs/ios/12_2/voice/configuration/guide/vvfdebit.html#wp1229693[/url]
[url=http://www.cisco.com/en/US/docs/ios/voice/cdr/developer/guide/cdradius.html]http://www.cisco.com/en/US/docs/ios/voice/cdr/developer/guide/cdradius.html[/url][/color]
[color=#000000] [/color]
[color=#000000]Thanks and Regards,
[/color]
[color=#000000]Geevarghese
[/color]</summary>
    <dc:creator>Geevarghese Cheria</dc:creator>
    <dc:date>2013-05-16T05:25:50Z</dc:date>
  </entry>
  <entry>
    <title>Prepaid debitcard tcl</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15303372" />
    <author>
      <name>Paul Onwude</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15303372</id>
    <updated>2013-05-15T23:15:11Z</updated>
    <published>2013-05-15T23:15:11Z</published>
    <summary type="html">Hi All,

I have been trying for sometime to implement the Cisco prepaid debitcard script but it is not working as described. Now i am convinced the i am missing some key components. 

Has anyone here got it working?

I need advise on which radius server to use and also which billing application to use with it. 

Regards

Paul</summary>
    <dc:creator>Paul Onwude</dc:creator>
    <dc:date>2013-05-15T23:15:11Z</dc:date>
  </entry>
  <entry>
    <title>RE: How do I respond 200 OK to a hold request in TCL IVR?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15304467" />
    <author>
      <name>Yaw-Ming Chen</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15304467</id>
    <updated>2013-05-15T23:03:04Z</updated>
    <published>2013-05-15T23:03:04Z</published>
    <summary type="html">I see, the scenario I was talking abount did get the REFER. If you can provide entire SIP trace and deb voip ccapi inout I can ask around for you. You ca send it to developer-support@cisco.com if you feel more comfortable in that way.
 </summary>
    <dc:creator>Yaw-Ming Chen</dc:creator>
    <dc:date>2013-05-15T23:03:04Z</dc:date>
  </entry>
</feed>

