I can&#39;t speak for TCL but SIP Refer is supported.<br><br>voice service voip<br>&nbsp;sip<br>&nbsp; redirect ip2ip<br><br>With the above config, the router will send a 3XX Refer when an incoming SIP call matches an outgoing SIP voip dial-peer.
<br><br>I don&#39;t know if this helps your situation since you are using TCL.&nbsp; Perhaps if TCL can redirect the call to the outbound dial-peer IOS will take care of SIP REFER.<br><br>Justin<br><br><div><span class="gmail_quote">
On 2/26/07, <b class="gmail_sendername">tele</b> &lt;<a href="mailto:tele@plexia.com">tele@plexia.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Dear all,<br><br>Is it possibile to do 3xx SIP redirect message with a TCL IVR script?<br><br>i&#39;m using only SIP and what i want to achieve it&#39;s a redirect or a<br>transfer(REFER) to a destination.<br><br>let me describe my scenario:
<br><br>UA1 ----&gt; SIP proxy ----&gt; UA2<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ANNSERVER<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(cisco)<br><br>UA1 call a destination<br>a SIP PROXY recive the request, rewrite request username, and send the<br>call to the cisco
<br>ANNSERVER(cisco) recive the call, match the correct dial-peer and run<br>the correct tcl script<br><br>my tcl do a media play on the proceeding call leg so i do an early media<br>announce, something like this:<br><br>
proc act_Setup { } {<br><br>&nbsp;&nbsp;&nbsp;&nbsp;leg setupack leg_incoming<br>&nbsp;&nbsp;&nbsp;&nbsp;leg proceeding leg_incoming<br>&nbsp;&nbsp;&nbsp;&nbsp;leg progress leg_incoming<br><br>&nbsp;&nbsp;&nbsp;&nbsp;media play leg_incoming tftp://192.168.1.194/myann.au<br>}<br><br>now i fill the From with the correct original from uri,
<br>then i need to &quot;transfer&quot; or redirect the call.<br><br>SIP PROXY recive the redirect or REFER and generate the INVITE to the<br>original destination, now the ANNSERVER(cisco) is not anymore on the<br>path of signalling, and the call go from ua1 to ua2 throught the SIP
<br>proxy.<br><br>I&#39;ve read documentation and i&#39;m trying to do something with the set<br>callinfo(redirect) but it&#39;s not really clear to me,<br>the set callinfo control how the call is place with the leg setup
<br>command so i think that i need to working on this.<br><br>any idea regarding transfer and redirect with TCL IVR 2.0 ?<br><br>thank you,<br><br>:tele<br><br><br><br>_______________________________________________<br>cisco-voip mailing list
<br><a href="mailto:cisco-voip@puck.nether.net">cisco-voip@puck.nether.net</a><br><a href="https://puck.nether.net/mailman/listinfo/cisco-voip">https://puck.nether.net/mailman/listinfo/cisco-voip</a><br></blockquote></div>
<br>