<html><body><div>Ok so I am still kinda lost in trying to figure this one out here are the two headers that I am looking at - basically someone sends an invite to FS that ask's FS via RPID to hide the caller id info from downstream gateways so the A-LEG is the invite going to FS - FS takes the invite and spits out the B-LEG to go downstream HOWEVER FS does not copy the parameters correctly as you can see in the initial invite A-LEG requested in the RPID to be privacy=uri however on the B-LEG side FS set the RPID to privacy=off in turn telling gateways downstream to display the CID info.</div><div><br></div><div><span class="Apple-style-span" style="font-family: Helvetica, Arial, Verdana, sans-serif; "><div>A-LEG</div><div>Remote-Party-ID: &lt;sip:NUMBER@DOMAIN&gt;;party=calling;screen=yes;privacy=uri</div><div><br></div><div>B-LEG&nbsp;</div><div>Remote-Party-ID: "NAME" &lt;sip:NUMBER@IPADDRESS&gt;;party=calling;screen=yes;privacy=off</div></span><br>On Jul 22, 2010, at 09:35 AM, Michael Collins &lt;msc@freeswitch.org&gt; wrote:<br><br></div><div><blockquote type="cite"><div><br><br><div class="gmail_quote">On Wed, Jul 21, 2010 at 4:18 PM, mike.burlingame <span dir="ltr">&lt;<a href="mailto:mike.burlingame@me.com" _mce_href="mailto:mike.burlingame@me.com">mike.burlingame@me.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 08ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" _mce_style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid #cccccc; padding-left: 1ex;">
<div><div>yeah the variable I need from the A-LEG is&nbsp;<span style="font-family: Helvetica,Arial,Verdana,sans-serif;" _mce_style="font-family: Helvetica,Arial,Verdana,sans-serif;">privacy=uri the B-LEG of FS by default is putting&nbsp;</span><span style="font-family: Helvetica,Arial,Verdana,sans-serif;" _mce_style="font-family: Helvetica,Arial,Verdana,sans-serif;">privacy=off - so I would guess the&nbsp;variable that needs to be exported would be the privacy= correct?</span></div>
<div><span style="font-family: Helvetica,Arial,Verdana,sans-serif;" _mce_style="font-family: Helvetica,Arial,Verdana,sans-serif;"><br></span></div><div><span style="font-family: Helvetica,Arial,Verdana,sans-serif;" _mce_style="font-family: Helvetica,Arial,Verdana,sans-serif;">So the next question I would have is how do I export that that from the A-LEG to the B-LEG - I would have though FS would be Data in Data out so no need to change the RPID request from the original A-LEG?<br>
</span></div></div></blockquote><div>Is the variable simply named "privacy"? If so just use the export app before the bridge:<br>&lt;action application="export" data="privacy=${privacy}"/&gt;<br>
<br>-MC<br></div></div><br>
<div class="_stretch">_______________________________________________<br>
FreeSWITCH-users mailing list<br>
FreeSWITCH-users@lists.freeswitch.org<br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" _mce_href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" _mce_href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" _mce_href="http://wwwfreeswitch.org">http://www.freeswitch.org</a><br>
</div></div></blockquote></div></body></html>