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> <extension name="FACTEO"><br>
<condition field="${sip_to_user}" expression="(12345678).*$" break="on-false"><br> <action application="set" data="sip_recovery_break_rfc=1"/><br> <action application="set" data="effective_caller_id_name=${sip_to_user}"/><br>
<action application="set" data="effective_caller_id_number=${sip_to_user}"/><br> <action application="bridge" data="{absolute_codec_string=PCMA}sofia/gateway/opensips/<a href="mailto:999999@1.2.2.5">999999@1.2.2.5</a>"/><br>
<br>For whatever reason FS replace the FROM field when he does bridge, the one i receive from the provider is FROM "+33637" <<a href="mailto:sip%3A%2B33637@1.1.1.1">sip:+33637@1.1.1.1</a>> when FS do the invite he does: FROM "+33637 <sip:Freeswith@IP_OF_FREESWITCH><br>
<br>I have tried to do this: <br><br><action application="set" data="origination_caller_id_number=${sip_to_user}"/><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 "+33637 <sip:Freeswith@IP_OF_FREESWITCH> By FROM "+33637 <sip:+33637@IP_OF_FREESWITCH> !!<br><br>Thank you dear list<br>