Good day dear list, i would like to get you help, i am facing very simple issue i am not able to resolve:<br><br><br>I receive incoming call from my provider which i forward to URI with the following Dialplan <br><br>  &lt;extension name=&quot;FACTEO&quot;&gt;<br>
    &lt;condition field=&quot;${sip_to_user}&quot; expression=&quot;(12345678).*$&quot; break=&quot;on-false&quot;&gt;<br>      &lt;action application=&quot;set&quot; data=&quot;sip_recovery_break_rfc=1&quot;/&gt;<br>      &lt;action application=&quot;set&quot; data=&quot;effective_caller_id_name=${sip_to_user}&quot;/&gt;<br>
      &lt;action application=&quot;set&quot; data=&quot;effective_caller_id_number=${sip_to_user}&quot;/&gt;<br>      &lt;action application=&quot;bridge&quot; data=&quot;{absolute_codec_string=PCMA}sofia/gateway/opensips/<a href="mailto:999999@1.2.2.5">999999@1.2.2.5</a>&quot;/&gt;<br>
<br>For whatever reason FS replace the FROM field when he does bridge, the one i receive from the provider is FROM &quot;+33637&quot; &lt;<a href="mailto:sip%3A%2B33637@1.1.1.1">sip:+33637@1.1.1.1</a>&gt; when FS do the invite he does:  FROM &quot;+33637 &lt;sip:Freeswith@IP_OF_FREESWITCH&gt;<br>
<br>I have tried to do this: <br><br>&lt;action application=&quot;set&quot; data=&quot;origination_caller_id_number=${sip_to_user}&quot;/&gt;<br><br>Same result, when opensips send the invite, the end user sees the number un Caller_id_name, but still FREESWITCH in caller_id_number<br>
<br>Please help me replace the FROM &quot;+33637 &lt;sip:Freeswith@IP_OF_FREESWITCH&gt; By FROM &quot;+33637 &lt;sip:+33637@IP_OF_FREESWITCH&gt; !!<br><br>Thank you dear list<br>