<?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>Forwarding the call via R2/ISDN channel</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=6266947" />
  <subtitle>Forwarding the call via R2/ISDN channel</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=6266947</id>
  <updated>2013-05-20T01:12:47Z</updated>
  <dc:date>2013-05-20T01:12:47Z</dc:date>
  <entry>
    <title>RE: Forwarding the call via R2/ISDN channel</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6422707" />
    <author>
      <name>Raghavendra Gutty Veeranagappa</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6422707</id>
    <updated>2012-09-05T07:24:01Z</updated>
    <published>2012-09-05T07:24:01Z</published>
    <summary type="html">addressed in below thread.
http://developer.cisco.com/web/vgapi/forums/-/message_boards/view_message/6266943</summary>
    <dc:creator>Raghavendra Gutty Veeranagappa</dc:creator>
    <dc:date>2012-09-05T07:24:01Z</dc:date>
  </entry>
  <entry>
    <title>Forwarding the call via R2/ISDN channel</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6266946" />
    <author>
      <name>Jean Lofrano</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6266946</id>
    <updated>2012-09-05T07:15:33Z</updated>
    <published>2012-08-10T14:28:57Z</published>
    <summary type="html">Hi team!!! 
 
I have a solution working properly. But I have a problem of the sizing. 
The script has the flow: 
Incoming call &gt; third part PBX &gt;&gt; ISDN/R2 integration &gt;&gt; Router with TCL script. 
The user can to hear the welcome prompt, but when the user choose the option to forward the call for HelpDesk the integration will busy 2 channels. 
It can be a problem for me, because the environemnt has in around 1500 people. 
Is there any feature for the router leave the call after a transfer? 
thanks. 
 
 
 
proc CallHelpDesk { } {
global CallerID
puts "Fowarding to Help Desk"
set callinfo(originationNum) $CallerID
set callinfo(alertTime) 10
set destination 79889

puts "FAZENDO CHAMADA"
leg setup $destination callinfo leg_outgoing
#fsm setstate CALLEDHELPDESK
}
 
proc CheckCallSetup { } {
puts "IT7 ------------ chamada realizada"
set statuscall [infotag get evt_status]
switch $statuscall {
"ls_000" {
puts "CHAMADA ATIVA"
set incoming [infotag get leg_incoming]
puts "Parte 2"
set outgoing [infotag get leg_outgoing]
connection create $incoming $outgoing
}
defaul {
puts "CHAMADA FALHOU"
}
}
puts "CHECK CALL SETUP ACABOU"
}</summary>
    <dc:creator>Jean Lofrano</dc:creator>
    <dc:date>2012-08-10T14:28:57Z</dc:date>
  </entry>
</feed>

