I can't speak for TCL but SIP Refer is supported.<br><br>voice service voip<br> sip<br> 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't know if this helps your situation since you are using TCL. 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> <<a href="mailto:tele@plexia.com">tele@plexia.com</a>> 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'm using only SIP and what i want to achieve it's a redirect or a<br>transfer(REFER) to a destination.<br><br>let me describe my scenario:
<br><br>UA1 ----> SIP proxy ----> UA2<br> |<br> ANNSERVER<br> (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> leg setupack leg_incoming<br> leg proceeding leg_incoming<br> leg progress leg_incoming<br><br> 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 "transfer" 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've read documentation and i'm trying to do something with the set<br>callinfo(redirect) but it'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>