Have you confirmed that the sip_history_info parameter is even defined at the time bridge the call? Add this line line right before the bridge and make a test call:<br>&lt;action application=&quot;log&quot; data=&quot;NOTICE SIP history for this call leg is: ${sip_history_info}&quot;/&gt;<br>
<br>Check the console for an orange colored line with the sip_history_info.<br><br>On a different note: what information in the sip_history_info are you needing? In any case, you might be able to set an X header in server A that you can then collect in server B. I recommend checking this section of the mod_sofia page:<br>
<br><a href="http://wiki.freeswitch.org/wiki/Mod_sofia#Channel_Variables">http://wiki.freeswitch.org/wiki/Mod_sofia#Channel_Variables</a><br><br>HTH,<br>MC<br><br><div class="gmail_quote">On Wed, May 30, 2012 at 9:04 PM, Sanath Prasanna <span dir="ltr">&lt;<a href="mailto:ahe.sanath@gmail.com" target="_blank">ahe.sanath@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span>Hi,</span><div>I transfer some calls from Server A Freeswitch box to Server B Freeswitch box. I need to get  value of variable_sip_history_info parameter in Server B. It is coming to Server A. But not coming to Server B. Also I play few announcement from Server B. It is not hear to caller even though it is play from server B box.</div>

<div>Pls help to sort out above 2 problems.</div><div><br></div><div>Server A ip: 10.1.1.252</div><div>Server B ip: 10.1.1.253</div><div><br></div><div>Here is the dial plan of server A.</div>
<div>&lt;include&gt;</div><div>        &lt;extension name=&quot;op-inbound&quot;&gt;</div><div>        &lt;condition field=&quot;destination_number&quot; expression=&quot;^(\d{8}[1,2])$&quot;&gt;</div>
<div>        &lt;action application=&quot;bridge&quot; data=&quot;sofia/internal/$<a href="mailto:1@10.1.1.253" style="color:rgb(17,85,204)" target="_blank">1@10.1.1.253</a>&quot;/&gt;</div><div>      &lt;/condition&gt;</div>

<div>    &lt;/extension&gt;</div><div>&lt;/include&gt; </div><div><br></div><div>Here is the acl.conf.xml</div><div>server B</div><div><div>&lt;list name=&quot;domains&quot; default=&quot;deny&quot;&gt;</div>
<div>      &lt;!-- &lt;node type=&quot;allow&quot; domain=&quot;$${domain}&quot;/&gt; --&gt;</div><div>         &lt;node type=&quot;allow&quot; cidr=&quot; <a href="http://10.1.1.252/32" style="color:rgb(17,85,204)" target="_blank">10.1.1.252/32</a>&quot;/&gt;</div>

<div>    &lt;/list&gt;</div></div><div>Server A:</div><div><div>&lt;list name=&quot;domains&quot; default=&quot;deny&quot;&gt;</div><div>      &lt;!-- &lt;node type=&quot;allow&quot; domain=&quot;$${domain}&quot;/&gt; --&gt;</div>

<div>         &lt;node type=&quot;allow&quot; cidr=&quot; <a href="http://10.1.1.253/32" style="color:rgb(17,85,204)" target="_blank">10.1.1.253/32</a>&quot;/&gt;</div><div>    &lt;/list&gt;</div><div><br></div><div>Br,</div>

<div>Sanath</div></div>
<br></blockquote></div><br>