<div dir="ltr">You could also try whether mod_sofia supports arrays for that variable<div><br></div><div><a href="http://wiki.freeswitch.org/wiki/Dialplan_ARRAYS">http://wiki.freeswitch.org/wiki/Dialplan_ARRAYS</a><div><br>

</div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 23 April 2014 08:05, Dahlberg, David <span dir="ltr">&lt;<a href="mailto:david.dahlberg@fkie.fraunhofer.de" target="_blank">david.dahlberg@fkie.fraunhofer.de</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Am Dienstag, den 22.04.2014, 12:40 -0400 schrieb Sanjiv Kumar:<br>
<div class="">&gt; I am trying to export sip_h_Diversion header twice but I only see the<br>
&gt; last attempt on leg-B. It appears that second export attempt<br>
&gt; overwrites the first one.<br>
</div>[..]<br>
<div class="">&gt;  &lt;action application=&quot;export&quot; data=&quot; nolocal:sip_h_Diversion =&lt;sip:<br>
&gt;      ${ocn}@${network_addr}&gt;;reason=user-busy;counter=3;privacy=off&quot;/&gt;<br>
&gt;  &lt;action application=&quot;export&quot; data=&quot; nolocal:sip_h_Diversion =&lt;sip:<br>
&gt;     ${rdn}@${network_addr}&gt;;reason=no-answer;counter=1;privacy=off&quot;/&gt;<br>
&gt;<br>
<br>
</div>(A) In Freeswitch/Sofia SIP you&#39;re not actually writing a header, but<br>
you&#39;re writing a variable that in turn will tell mod_sofia to write a<br>
header. If you write to the same variable a second time, you will<br>
overwrite it.<br>
<br>
(B) Sip (as good old RFC 822) allows for multiple headers in in multiple<br>
formats. One possibility is actually adding multiple headers, the other<br>
is having one header with multiple values, separated by comma.<br>
<br>
So please try the following: Set the variable once, but with both<br>
values, separated by comma. The result will be, that mod_sophia adds<br>
indeed two separate headers.<br>
<br>
Cheers<br>
        David<br>
<br>
--<br>
David Dahlberg<br>
<br>
Fraunhofer FKIE, Dept. Communication Systems (KOM) | Tel: <a href="tel:%2B49-228-9435-845" value="+492289435845">+49-228-9435-845</a><br>
Fraunhoferstr. 20, 53343 Wachtberg, Germany        | Fax: <a href="tel:%2B49-228-856277" value="+49228856277">+49-228-856277</a><br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br></div>