<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><a href="https://wiki.freeswitch.org/wiki/Sofia.conf.xml">https://wiki.freeswitch.org/wiki/Sofia.conf.xml</a><div><br></div><div><pre style="font-family: monospace, Courier; padding: 1em; border: 1px dashed rgb(47, 111, 171); background-color: rgb(249, 249, 249); line-height: 1.3em; font-size: 12.727272033691406px;">&lt;!--  *optional* --&gt;
&lt;param name="cid-type" value="rpid"/&gt;</pre><div><br></div><div><br></div><div><div>On Feb 11, 2014, at 11:00 AM, Brian West &lt;<a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Details,<br><br>caller_id_name and caller_id_number aren’t real (you can however use set_profile_var to use those but I wouldn’t)<br><br>origination_callee/caller bits go inside {} on the bridge line, they have no effect on the a-leg of the call.<br><br>Effective bits are explained here:<br><br><a href="https://wiki.freeswitch.org/wiki/Variable_effective_caller_id_number">https://wiki.freeswitch.org/wiki/Variable_effective_caller_id_number</a> &nbsp;(also follow the see also links)<br><br>Remember, you'll need to understand that FreeSWITCH has two threads for each bridged session, The so called A-Leg, and the so called B-Leg. &nbsp;The idea of how this works gets more complex when A calls B and A transfers. &nbsp;You’ll quickly get confused on who or what is the caller vs callee. &nbsp;There is a JIRA open for me to extend this documentation. &nbsp;I’ll need copious amounts of coffee and time to complete the task.<br><br>It gets more fun when you originate an outbound call to A and then A is linked to another outbound B leg via the dial plan. &nbsp;You technically have two outbound legs… ;) <br><br>On Feb 11, 2014, at 8:14 AM, mehmet ozisik &lt;<a href="mailto:mehmetzsk@gmail.com">mehmetzsk@gmail.com</a>&gt; wrote:<br><br><blockquote type="cite">Hi,<br><br>Thx Brian<br>Yes it is but I am looking for a way to change it within FS, I can not configure the phone.<br>these settings also did not work :<br><br> &nbsp;&nbsp;&nbsp;&nbsp;&lt;action application="set" data="effective_caller_id_name=Mehmet1"/&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&lt;action application="set" data="origination_callee_id_name=Mehmet2"/&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&lt;action application="set" data="origination_callee_id_number=Mehmet3"/&gt;<br> &nbsp;&nbsp;&nbsp;&lt;action application="set" data="caller_id_name=Mehmet4"/&gt;<br> &nbsp;&nbsp;&nbsp;&lt;action application="set" data="caller_id_number=Mehmet5"/&gt;<br> &nbsp;&nbsp;&nbsp;&lt;action application="set" data="effective_caller_id_number=Mehmet6"/&gt;<br><br><br>&lt;X-PRE-PROCESS cmd="set" data="effective_caller_id_name=MMehmet1"/&gt;<br>&lt;X-PRE-PROCESS cmd="set" data="origination_callee_id_name=MMehmet2"/&gt;<br>&lt;X-PRE-PROCESS cmd="set" data="origination_callee_id_number=MMehmet3"/&gt;<br>&lt;X-PRE-PROCESS cmd="set" data="caller_id_name=MMehmet4"/&gt;<br>&lt;X-PRE-PROCESS cmd="set" data="caller_id_number==MMehmet5"/&gt;<br>&lt;X-PRE-PROCESS cmd="set" data="effective_caller_id_number=MMehmet6"/&gt;<br><br></blockquote></blockquote></div><br></div></body></html>