<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Setting host in refer-to on REDIRECT TCL transfer in Call Control</title>
    <link>https://community.cisco.com/t5/call-control/setting-host-in-refer-to-on-redirect-tcl-transfer/m-p/3528763#M1468</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm doing a SIP REFER transfer in TCL using the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set callInfo(originationNum) 1112223333&lt;/P&gt;&lt;P&gt;set callInfo(mode) "REDIRECT"&lt;/P&gt;&lt;P&gt;leg setup $dnisValue callInfo $incoming&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming dnisValue is 2223334444 for illustration purposes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works, in that the gateway sends a REFER message, with the REFER-to field being the dnis in the $dnisValue variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;024410: May&amp;nbsp; 3 11:25:09.360 EDT: //0/000000000000/SIP/Msg/ccsipDisplayMsg:&lt;/P&gt;&lt;P&gt;Sent:&lt;/P&gt;&lt;P&gt;REFER sip:2223334444@x.x.x.x:5060 SIP/2.0&lt;/P&gt;&lt;P&gt;&amp;lt;snip&amp;gt;&lt;/P&gt;&lt;P&gt;Refer-To: sip:2223334444@x.x.x.x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that the "x.x.x.x" (host portion of the refer-to) is the egress interface of the same gateway, instead of the carrier IP. The carrier is receiving the REFER, accepting it, then sending the call back to the gateway (since the x.x.x.x IP is the gateway.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to specify the host portion of the refer-to when doing the transfer via TCL? I would think it would be in callInfo if it is able to be set..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 May 2017 15:31:57 GMT</pubDate>
    <dc:creator>nate.koenig</dc:creator>
    <dc:date>2017-05-03T15:31:57Z</dc:date>
    <item>
      <title>Setting host in refer-to on REDIRECT TCL transfer</title>
      <link>https://community.cisco.com/t5/call-control/setting-host-in-refer-to-on-redirect-tcl-transfer/m-p/3528763#M1468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm doing a SIP REFER transfer in TCL using the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set callInfo(originationNum) 1112223333&lt;/P&gt;&lt;P&gt;set callInfo(mode) "REDIRECT"&lt;/P&gt;&lt;P&gt;leg setup $dnisValue callInfo $incoming&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming dnisValue is 2223334444 for illustration purposes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works, in that the gateway sends a REFER message, with the REFER-to field being the dnis in the $dnisValue variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;024410: May&amp;nbsp; 3 11:25:09.360 EDT: //0/000000000000/SIP/Msg/ccsipDisplayMsg:&lt;/P&gt;&lt;P&gt;Sent:&lt;/P&gt;&lt;P&gt;REFER sip:2223334444@x.x.x.x:5060 SIP/2.0&lt;/P&gt;&lt;P&gt;&amp;lt;snip&amp;gt;&lt;/P&gt;&lt;P&gt;Refer-To: sip:2223334444@x.x.x.x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that the "x.x.x.x" (host portion of the refer-to) is the egress interface of the same gateway, instead of the carrier IP. The carrier is receiving the REFER, accepting it, then sending the call back to the gateway (since the x.x.x.x IP is the gateway.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to specify the host portion of the refer-to when doing the transfer via TCL? I would think it would be in callInfo if it is able to be set..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2017 15:31:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/setting-host-in-refer-to-on-redirect-tcl-transfer/m-p/3528763#M1468</guid>
      <dc:creator>nate.koenig</dc:creator>
      <dc:date>2017-05-03T15:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: Setting host in refer-to on REDIRECT TCL transfer</title>
      <link>https://community.cisco.com/t5/call-control/setting-host-in-refer-to-on-redirect-tcl-transfer/m-p/3528764#M1469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can get refer-to dest as below, modify and set the new destination.&lt;BR /&gt;set XferTo&amp;nbsp;&amp;nbsp; [infotag get evt_transfer_info transferDest]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;leg setup $XferTo callInfo $OutgoingLeg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Raghavendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2017 04:38:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/setting-host-in-refer-to-on-redirect-tcl-transfer/m-p/3528764#M1469</guid>
      <dc:creator>Raghavendra G V</dc:creator>
      <dc:date>2017-05-08T04:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Setting host in refer-to on REDIRECT TCL transfer</title>
      <link>https://community.cisco.com/t5/call-control/setting-host-in-refer-to-on-redirect-tcl-transfer/m-p/3528765#M1470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With the suggested code, I'm getting:&lt;/P&gt;&lt;P&gt;051424: May 16 09:42:52.763 EDT: //2802//TCL :/tcl_InfotagGetObjCmd: infotag get evt_transfer_info transferDest &lt;/P&gt;&lt;P&gt;051425: May 16 09:42:52.763 EDT: //2802//AFW_:/vtr_ev_transfer_info: argc 3 argindex 2&lt;/P&gt;&lt;P&gt;051426: May 16 09:42:52.763 EDT: //2802//AFW_:/vtr_ev_transfer_info: no transfer request info in event scope&lt;/P&gt;&lt;P&gt;051427: May 16 09:42:52.763 EDT: %VOICE_IEC-3-GW: TCL_IVR: Internal Error (Get infotag failed): IEC=1.1.180.2.31.0 on callID 2802 GUID=5FDFEC6F397411E79DCB9C709CC2C26B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on the line:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; set XferTo&amp;nbsp;&amp;nbsp; [infotag get evt_transfer_info transferDest]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking at the documentation, it is because the scope for the above command is ev_transfer_request, but, I need this information prior to starting the transfer (so I can modify the destination host of the refer-to.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2017 14:05:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/setting-host-in-refer-to-on-redirect-tcl-transfer/m-p/3528765#M1470</guid>
      <dc:creator>nate.koenig</dc:creator>
      <dc:date>2017-05-16T14:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Setting host in refer-to on REDIRECT TCL transfer</title>
      <link>https://community.cisco.com/t5/call-control/setting-host-in-refer-to-on-redirect-tcl-transfer/m-p/3528766#M1471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was thinking perhaps of specifying a sip uri with the host on the leg setup, something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set TakebackDnis [format {sip:%s@%s} $TakebackDnis $hostHere]&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;set callInfo(originationNum) 1112223333&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;set callInfo(mode) "REDIRECT"&lt;/P&gt;&lt;P&gt;leg setup $TakebackDnis callInfo $incoming&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if I do that, I see:&lt;/P&gt;&lt;P&gt;071324: May 16 10:37:07.041 EDT: //2851/F387BD7D9E59/SIP/Error/sipSPISaveReferParams: &lt;/P&gt;&lt;P&gt; No dialpeer passed from application for xfer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(it should use the existing ingress dial-peer for a REFER instead of using the gateway's dialplan. It does this correctly when it is not a sip uri.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2017 14:41:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/setting-host-in-refer-to-on-redirect-tcl-transfer/m-p/3528766#M1471</guid>
      <dc:creator>nate.koenig</dc:creator>
      <dc:date>2017-05-16T14:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Setting host in refer-to on REDIRECT TCL transfer</title>
      <link>https://community.cisco.com/t5/call-control/setting-host-in-refer-to-on-redirect-tcl-transfer/m-p/3528767#M1472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you do the call setup just need number, not the the entire sip url&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2017 16:09:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/setting-host-in-refer-to-on-redirect-tcl-transfer/m-p/3528767#M1472</guid>
      <dc:creator>yawming</dc:creator>
      <dc:date>2017-05-16T16:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Setting host in refer-to on REDIRECT TCL transfer</title>
      <link>https://community.cisco.com/t5/call-control/setting-host-in-refer-to-on-redirect-tcl-transfer/m-p/3528768#M1473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yawchen: If I use just the number, I get the issue mentioned in the first post. It works, but, the refer-to field has the IP of the gateway itself for the domain/host (instead of the carrier IP), so the carrier routes the call back to the gateway. Basically, I need a way to change the domain/host for the REFER, per the first message above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2017 16:45:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/setting-host-in-refer-to-on-redirect-tcl-transfer/m-p/3528768#M1473</guid>
      <dc:creator>nate.koenig</dc:creator>
      <dc:date>2017-05-16T16:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Setting host in refer-to on REDIRECT TCL transfer</title>
      <link>https://community.cisco.com/t5/call-control/setting-host-in-refer-to-on-redirect-tcl-transfer/m-p/3528769#M1474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I haven't worked on script for a while but don't we setup this in session target in the dialpeer ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2017 17:11:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/setting-host-in-refer-to-on-redirect-tcl-transfer/m-p/3528769#M1474</guid>
      <dc:creator>yawming</dc:creator>
      <dc:date>2017-05-16T17:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Setting host in refer-to on REDIRECT TCL transfer</title>
      <link>https://community.cisco.com/t5/call-control/setting-host-in-refer-to-on-redirect-tcl-transfer/m-p/3528770#M1475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's a redirect on an existing call, so, I'd expect it would use the dial-peer that the call ingressed through. If I don't use the sip URI, it sends it out to the carrier as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Either way though, there are matching dial-peers on the gateway (pointing to the applicable IP.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 13:41:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/setting-host-in-refer-to-on-redirect-tcl-transfer/m-p/3528770#M1475</guid>
      <dc:creator>nate.koenig</dc:creator>
      <dc:date>2017-05-17T13:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: Setting host in refer-to on REDIRECT TCL transfer</title>
      <link>https://community.cisco.com/t5/call-control/setting-host-in-refer-to-on-redirect-tcl-transfer/m-p/3528771#M1476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the key is to find out "&lt;SPAN style="color: #3d3d3d; font-family: arial; font-size: 12px;"&gt;The problem is that the "x.x.x.x" (host portion of the refer-to) is the egress interface of the same gateway, instead of the carrier IP" like you indicated. Who instructs putting refer-to target ip ? Tcl script ? IOS config ? Other device ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you use separate dialpeer fot the transfer call ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 14:33:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/setting-host-in-refer-to-on-redirect-tcl-transfer/m-p/3528771#M1476</guid>
      <dc:creator>yawming</dc:creator>
      <dc:date>2017-05-17T14:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Setting host in refer-to on REDIRECT TCL transfer</title>
      <link>https://community.cisco.com/t5/call-control/setting-host-in-refer-to-on-redirect-tcl-transfer/m-p/3528772#M1477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It appears to be automatically populated. The TCL script is what initiates the refer using the code in my original post. If you specify a destination that is just a phone number, the REFER is sent/accepted, but, egress IP is populated as the refer-to host (which seems to be improper.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you specify a sip URI (sip:1112223333@x.x.x.x) as a destination (tried as a workaround), the REFER never gets sent out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 14:42:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/setting-host-in-refer-to-on-redirect-tcl-transfer/m-p/3528772#M1477</guid>
      <dc:creator>nate.koenig</dc:creator>
      <dc:date>2017-05-17T14:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Setting host in refer-to on REDIRECT TCL transfer</title>
      <link>https://community.cisco.com/t5/call-control/setting-host-in-refer-to-on-redirect-tcl-transfer/m-p/3528773#M1478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;who initiates transfer ? How is the call flow from end to end ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 14:48:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/setting-host-in-refer-to-on-redirect-tcl-transfer/m-p/3528773#M1478</guid>
      <dc:creator>yawming</dc:creator>
      <dc:date>2017-05-17T14:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: Setting host in refer-to on REDIRECT TCL transfer</title>
      <link>https://community.cisco.com/t5/call-control/setting-host-in-refer-to-on-redirect-tcl-transfer/m-p/3528774#M1479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TCL script initiates the transfer after receiving DTMF from the caller.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following code initiates the REFER transfer (the "redirect" part is what causes the transfer vs. just setting up another leg) :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set callInfo(originationNum) 1112223333&lt;/P&gt;&lt;P&gt;set callInfo(mode) "REDIRECT"&lt;/P&gt;&lt;P&gt;leg setup $dnisValue callInfo $incoming&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After doing that, we see the following in the refer:&lt;/P&gt;&lt;P&gt;024410: May&amp;nbsp; 3 11:25:09.360 EDT: //0/000000000000/SIP/Msg/ccsipDisplayMsg:&lt;/P&gt;&lt;P&gt;Sent:&lt;/P&gt;&lt;P&gt;REFER sip:2223334444@x.x.x.x:5060 SIP/2.0&lt;/P&gt;&lt;P&gt;&amp;lt;snip&amp;gt;&lt;/P&gt;&lt;P&gt;Refer-To: sip:2223334444@x.x.x.x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that the "x.x.x.x" (host portion of the refer-to) is the egress interface of the same gateway, instead of the carrier IP. The carrier is receiving the REFER, accepting it, then sending the call back to the gateway (since the x.x.x.x IP is the gateway.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since the TCL script is the one initiating the transfer, I need a way to specify the host/domain IP in the Refer-To when I setup the new leg above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 14:56:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/setting-host-in-refer-to-on-redirect-tcl-transfer/m-p/3528774#M1479</guid>
      <dc:creator>nate.koenig</dc:creator>
      <dc:date>2017-05-17T14:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: Setting host in refer-to on REDIRECT TCL transfer</title>
      <link>https://community.cisco.com/t5/call-control/setting-host-in-refer-to-on-redirect-tcl-transfer/m-p/3528775#M1480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you manually hard code in the following format to test it out ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;set TakebackDnis “sip:&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:1234567@abc.com"&gt;1234567@abc.com&lt;/A&gt;&lt;SPAN&gt;”&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 15:18:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/setting-host-in-refer-to-on-redirect-tcl-transfer/m-p/3528775#M1480</guid>
      <dc:creator>yawming</dc:creator>
      <dc:date>2017-05-17T15:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: Setting host in refer-to on REDIRECT TCL transfer</title>
      <link>https://community.cisco.com/t5/call-control/setting-host-in-refer-to-on-redirect-tcl-transfer/m-p/3528776#M1481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried that, but, the REFER isn't sent out and in the logs I see:&lt;/P&gt;&lt;P&gt;071324: May 16 10:37:07.041 EDT: //2851/F387BD7D9E59/SIP/Error/sipSPISaveReferParams: &lt;/P&gt;&lt;P&gt; No dialpeer passed from application for xfer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a uri list matching that pattern and applied it to a dial-peer as well... but... I believe it should be using the same dial-peer as without specifying the host since it is just REFER'ing it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 15:22:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/setting-host-in-refer-to-on-redirect-tcl-transfer/m-p/3528776#M1481</guid>
      <dc:creator>nate.koenig</dc:creator>
      <dc:date>2017-05-17T15:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: Setting host in refer-to on REDIRECT TCL transfer</title>
      <link>https://community.cisco.com/t5/call-control/setting-host-in-refer-to-on-redirect-tcl-transfer/m-p/3528777#M1482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;A simple question we we have destination &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:1234567@abcd.com"&gt;1234567@abcd.com&lt;/A&gt;&lt;SPAN&gt; then we are expecting the call to go to abcd.con right ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;And the number 1234567 should be in abcd.com &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you said:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 12px;"&gt;"The problem is that the "x.x.x.x" (host portion of the refer-to) is the egress interface of the same gateway, instead of the carrier IP. The carrier is receiving the REFER, accepting it, then sending the call back to the gateway (since the x.x.x.x IP is the gateway.)"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 12px;"&gt;Which number is right but domain in the your VG that doesn't make sense to me. In my opinion we should have a dialpeer only handle the egress number/&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 15:45:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/setting-host-in-refer-to-on-redirect-tcl-transfer/m-p/3528777#M1482</guid>
      <dc:creator>yawming</dc:creator>
      <dc:date>2017-05-17T15:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: Setting host in refer-to on REDIRECT TCL transfer</title>
      <link>https://community.cisco.com/t5/call-control/setting-host-in-refer-to-on-redirect-tcl-transfer/m-p/3528778#M1483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like we can't set SIP URI as destination but only number,did you configured dial peer for refer-to destination.&lt;/P&gt;&lt;P&gt;Not sure why gateway ip address populated as the refer-to host in your case. Could you please share logs with below debugs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;debug voip app&lt;/P&gt;&lt;P&gt;debug ccsip messages&lt;/P&gt;&lt;P&gt;debug ccsip error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raghavendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2017 07:44:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/setting-host-in-refer-to-on-redirect-tcl-transfer/m-p/3528778#M1483</guid>
      <dc:creator>Raghavendra G V</dc:creator>
      <dc:date>2017-05-18T07:44:17Z</dc:date>
    </item>
  </channel>
</rss>

