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><action application="log" data="NOTICE SIP history for this call leg is: ${sip_history_info}"/><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"><<a href="mailto:ahe.sanath@gmail.com" target="_blank">ahe.sanath@gmail.com</a>></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><include></div><div> <extension name="op-inbound"></div><div> <condition field="destination_number" expression="^(\d{8}[1,2])$"></div>
<div> <action application="bridge" data="sofia/internal/$<a href="mailto:1@10.1.1.253" style="color:rgb(17,85,204)" target="_blank">1@10.1.1.253</a>"/></div><div> </condition></div>
<div> </extension></div><div></include> </div><div><br></div><div>Here is the acl.conf.xml</div><div>server B</div><div><div><list name="domains" default="deny"></div>
<div> <!-- <node type="allow" domain="$${domain}"/> --></div><div> <node type="allow" cidr=" <a href="http://10.1.1.252/32" style="color:rgb(17,85,204)" target="_blank">10.1.1.252/32</a>"/></div>
<div> </list></div></div><div>Server A:</div><div><div><list name="domains" default="deny"></div><div> <!-- <node type="allow" domain="$${domain}"/> --></div>
<div> <node type="allow" cidr=" <a href="http://10.1.1.253/32" style="color:rgb(17,85,204)" target="_blank">10.1.1.253/32</a>"/></div><div> </list></div><div><br></div><div>Br,</div>
<div>Sanath</div></div>
<br></blockquote></div><br>