Hi List, <div><br></div><div>I faced a problem with FS, concerning SIP messages with multiple same headers (for example, Diversion headers).</div><div>FS wasn&#39;t able to manage those headers, and only the first one was taken in account by FS.</div>

<div><br></div><div>After some searches in mod_sofia.c, I&#39;ve made a patch, giving the ability to FS to display and manage multiple SIP Diversion headers (or other headers)</div><div>You can find it here : <a href="http://jira.freeswitch.org/browse/FS-5411">http://jira.freeswitch.org/browse/FS-5411</a></div>

<div><br></div><div>But, I&#39;m facing a new problem : FS is able to <u>read</u> some identical headers and display them as &quot;Diversion&quot;, &quot;Diversion-1&quot;, &quot;Diversion-2&quot;, etc... , but it&#39;s not able to <u>write</u> some identical headers</div>

<div><br></div><div>Here is an extract of my test dialplan</div><div><br></div><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

&lt;condition field=&quot;${sip_h_Diversion}&quot; expression=&quot;\+(\d+).*;reason=(\w+);privacy=(\w+);counter=(\d{1})&quot; break=&quot;never&quot;&gt;<br>        &lt;action application=&quot;log&quot; data=&quot;LOG Modifying first Diversion&quot; /&gt;<br>

<b>        &lt;action application=&quot;set&quot; data=&quot;sip_h_Diversion=&lt;sip:+$1&gt;;reason=$2;privacy=$3;counter=$4&quot; /&gt;<br></b> &lt;/condition&gt;<br>&lt;condition field=&quot;${sip_h_Diversion-1}&quot; expression=&quot;\+(\d+).*;reason=(\w+);privacy=(\w+);counter=(\d{1})&quot; break=&quot;never&quot;&gt;<br>

        &lt;action application=&quot;log&quot; data=&quot;LOG Modifying second Diversion-1&quot; /&gt;<br><b>        &lt;action application=&quot;set&quot; data=&quot;sip_h_Diversion=&lt;sip:+$1&gt;;reason=$2;privacy=$3;counter=$4&quot; /&gt;<br>

</b>&lt;/condition&gt;</blockquote><div><br></div><div> </div><div>You can see that I&#39;m trying to write two Diversion headers, because what I&#39;d like to obtain is something like that : </div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

INVITE sip:+123456789@fsbox.domain<br>From: ....<br>To : ....<br>........<br>Diversion: &lt;<a href="mailto:sip%3A%2B987654321@domain.com">sip:+987654321@domain.com</a>&gt;;reason=unavailable;privacy=off;counter=1<br>Diversion: &lt;<a href="mailto:sip%3A%2B258147369@domain.com">sip:+258147369@domain.com</a>&gt;;reason=do-not-disturb;privacy=off;counter=1</blockquote>

<div><br></div><div>But what I really obtain is : </div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

INVITE sip:+123456789@fsbox.domain<br>From: ....<br>To : ....<br>........<br>Diversion: &lt;<a href="mailto:sip%3A%2B987654321@domain.com">sip:+987654321@domain.com</a>&gt;;reason=unavailable;privacy=off;counter=1<br><b>Diversion-1</b>: &lt;<a href="mailto:sip%3A%2B258147369@domain.com">sip:+258147369@domain.com</a>&gt;;reason=do-not-disturb;privacy=off;counter=1</blockquote>

<div><br></div><div>So, FS automatically write the second Diversion header with a &quot;-1&quot; at the end ... And it&#39;s really frustrating !</div><div><br></div><div>Moreover, I don&#39;t want to use a FS function to make every SIP headers copied automatically from A-leg to B-leg, because some of my SIP providers don&#39;t support every header, and I have to only send essential ones.</div>

<div><br></div><div><br></div><div>Do you have any idea / question / answer to help me, please ?  Perhaps my patch may be corrected, but I don&#39;t know how... </div><div> </div></div><div>Thanks a lot, </div><div><br></div>

<div><br clear="all"><div><b><div><span style="font-weight:normal">Bien cordialement, </span></div><div><span style="font-weight:normal">Best Regards, </span></div><div><span style="font-weight:normal"><br></span></div></b><b>Kevin MATHY</b><div>

<b><br></b></div></div>
</div>

<br>
<img src="http://www.hexanet.fr/sites/files/hexanet/files/20130205_signature_hexanet.gif">