<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;"><!-- *optional* -->
<param name="cid-type" value="rpid"/></pre><div><br></div><div><br></div><div><div>On Feb 11, 2014, at 11:00 AM, Brian West <<a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a>> 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> (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. The idea of how this works gets more complex when A calls B and A transfers. You’ll quickly get confused on who or what is the caller vs callee. There is a JIRA open for me to extend this documentation. 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. You technically have two outbound legs… ;) <br><br>On Feb 11, 2014, at 8:14 AM, mehmet ozisik <<a href="mailto:mehmetzsk@gmail.com">mehmetzsk@gmail.com</a>> 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> <action application="set" data="effective_caller_id_name=Mehmet1"/><br> <action application="set" data="origination_callee_id_name=Mehmet2"/><br> <action application="set" data="origination_callee_id_number=Mehmet3"/><br> <action application="set" data="caller_id_name=Mehmet4"/><br> <action application="set" data="caller_id_number=Mehmet5"/><br> <action application="set" data="effective_caller_id_number=Mehmet6"/><br><br><br><X-PRE-PROCESS cmd="set" data="effective_caller_id_name=MMehmet1"/><br><X-PRE-PROCESS cmd="set" data="origination_callee_id_name=MMehmet2"/><br><X-PRE-PROCESS cmd="set" data="origination_callee_id_number=MMehmet3"/><br><X-PRE-PROCESS cmd="set" data="caller_id_name=MMehmet4"/><br><X-PRE-PROCESS cmd="set" data="caller_id_number==MMehmet5"/><br><X-PRE-PROCESS cmd="set" data="effective_caller_id_number=MMehmet6"/><br><br></blockquote></blockquote></div><br></div></body></html>