<div dir="ltr">Hello,<div>According to Q.1912 spec, the &#39;Generic Number&#39; or sometimes called &#39;Additional calling number&#39; may be placed in the &quot;From&quot; SIP header, while the Calling Party Number can be placed in the P-Asserted-Identity.</div><div><br></div><div>We&#39;ve noticed that in the case when FreeSWITCH receives an INVITE like this (From header &amp; PAI header have different information), FreeSWITCH will disregard the From and use only the PAI number in both B-leg From header and PAI.</div><div><br></div><div>I&#39;ve found a work around to solve this by exporting the A-leg variable ${sip_from_user} into the B-leg&#39;s ${sip_from_user}</div><div>Example:</div><div><br></div><div>&lt;action application=&quot;bridge&quot; data=&quot;{sip_from_uri=${<a href="mailto:sip_from_user%7D@172.20.207.155">sip_from_user}@172.20.207.155</a>}sofia/internal/<a href="http://sip:555@172.20.207.154:5060">sip:555@172.20.207.154:5060</a>&quot;/&gt;<br></div><div><br></div><div>This seems like a hack at best... my question is, there a more elegant way to preserve the respective From &amp; PAI of A-leg and just place them in B-leg?</div><div><br></div><div>Thanks in advance.</div><div><br></div></div>