you can also set origination_caller_id_number if you wish <br><br><div class="gmail_quote">On Thu, Nov 3, 2011 at 5:48 AM, Han Xin <span dir="ltr">&lt;<a href="mailto:xin@ind.rwth-aachen.de">xin@ind.rwth-aachen.de</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"> Thanks Anthony! It is solved by adding<br>
<br>
 &lt;action application=&quot;bridge&quot; data=&quot;{origination_callee_id_name=${user_data(${dialed_extension}@${domain_name} var effective_caller_id_name)}}sofia/internal/<a href="mailto:foo@bar.com">foo@bar.com</a> &quot;/&gt;<br>

<br>
to the dial plan to realize the display of callee&#39;s name in FS console. The name displayed in the caller&#39;s phone is still the callee&#39;s number, but it does not matter. Thans again!<br>
<br>
----------------original message-----------------<br>
From: &quot;Anthony Minessale&quot; <a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a><br>
To: <a href="mailto:freeswitch-dev@lists.freeswitch.org">freeswitch-dev@lists.freeswitch.org</a><br>
Date: Wed, 02 Nov 2011 11:07:09 -0500<br>
-------------------------------------------------<br>
<div><div></div><div class="h5"><br>
<br>
&gt; add origination_callee_id_name to the dial string<br>
&gt;<br>
&gt; &lt;action application=&quot;bridge&quot; data=&quot;{origination_callee_id_name=&#39;fred<br>
&gt; smith&#39;}sofia/internal/<a href="mailto:foo@bar.com">foo@bar.com</a> &quot;/&gt;<br>
&gt;<br>
&gt; On Wed, Nov 2, 2011 at 9:42 AM, Han Xin <a href="mailto:xin@ind.rwth-aachen.de">xin@ind.rwth-aachen.de</a> wrote:<br>
&gt;<br>
&gt;&gt; Hi all,<br>
&gt;&gt; There is a bridged call, the caller_id_name of leg-A can be displayed<br>
&gt;&gt; correctly on both FS console and callee&#39;s phone, but the callee_id_name was<br>
&gt;&gt; always displayed as &quot;Outbound Call&quot;...<br>
&gt;&gt;<br>
&gt;&gt; Some variables during the call are dumped as follows:<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; uuid,direction,created,created_epoch,name,state,cid_name,cid_num,i<br>
&gt;&gt; p_addr,dest,application,application_data,dialplan,context,read_cod<br>
&gt;&gt; ec,read_rate,read_bit_rate,write_codec,write_rate,write_bit_rate,s<br>
&gt;&gt; ecure,hostname,presence_id,presence_data,callstate,callee_name,cal<br>
&gt;&gt; lee_num,callee_direction,call_uuid,sent_callee_name,sent_callee_nu<br>
&gt;&gt; m<br>
&gt;&gt;<br>
&gt;&gt; 8e4a992c-d82f-4919-aee4-6ac0190784ce,inbound,2011-11-02<br>
&gt;&gt; 14:29:15,1320240555,sofia/internal/1000@asterisk,CS_EXECUTE,Bob<br>
&gt;&gt; 1000<br>
&gt;&gt;<br>
&gt;&gt; (FS),1000,137.226.198.252,1001,bridge,user/<a href="mailto:1001@137.226.198.143">1001@137.226.198.143</a>,XM<br>
&gt;&gt; L,default,G722,16000,64000,G722,16000,64000,,asterisk,1000<br>
&gt;&gt; @asterisk,,ACTIVE,Outbound<br>
&gt;&gt; Call,1001,SEND,8e4a992c-d82f-4919-aee4-6ac0190784ce,Outbound<br>
&gt;&gt; Call,1001<br>
&gt;&gt;<br>
&gt;&gt; be08b9b5-ccd8-44e0-bbd8-4ca93841f930,outbound,2011-11-02<br>
&gt;&gt;<br>
&gt;&gt; 14:29:15,1320240555,sofia/internal/<a href="mailto:sip%3A1001@137.226.198.252">sip:1001@137.226.198.252</a> :5060,C<br>
&gt;&gt; S_EXCHANGE_MEDIA,Bob<br>
&gt;&gt;<br>
&gt;&gt; 1000,1000,137.226.198.252,1001,,,XML,default,G722,16000,64000,G722<br>
&gt;&gt; ,16000,64000,,asterisk,<br>
&gt;&gt; <a href="mailto:1001@137.226.198.143">1001@137.226.198.143</a>,,ACTIVE,Outbound<br>
&gt;&gt; Call,1001,SEND,8e4a992c-d82f-4919-aee4-6ac0190784ce,Bob 1000<br>
&gt;&gt; (FS),1000<br>
&gt;&gt;<br>
&gt;&gt; And the configuration of user &quot;Alice 1001&quot;(in file 1001.xml) is like this:<br>
&gt;&gt; (Bob 1000 is also the same kind of config)<br>
&gt;&gt; &lt;include&gt;<br>
&gt;&gt; &lt;user id=&quot;1001&quot;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; &lt;/params&gt;<br>
&gt;&gt; &lt;variables&gt;<br>
&gt;&gt; &lt;variable name=&quot;toll_allow&quot; value=&quot;domestic,international,local&quot;/&gt;<br>
&gt;&gt; &lt;variable name=&quot;accountcode&quot; value=&quot;1001&quot;/&gt;<br>
&gt;&gt; &lt;variable name=&quot;user_context&quot; value=&quot;default&quot;/&gt;<br>
&gt;&gt; &lt;variable name=&quot;effective_caller_id_name&quot; value=&quot;Alice 1001&quot;/&gt;<br>
&gt;&gt; &lt;variable name=&quot;effective_caller_id_number&quot; value=&quot;1001&quot;/&gt;<br>
&gt;&gt; &lt;variable name=&quot;outbound_caller_id_name&quot; value=&quot;Alice&quot;/&gt;<br>
&gt;&gt; &lt;variable name=&quot;outbound_caller_id_number&quot; value=&quot;1001&quot;/&gt;<br>
&gt;&gt; &lt;variable name=&quot;effective_callee_id_name&quot; value=&quot;Alice 1001&quot;/&gt;<br>
&gt;&gt; &lt;variable name=&quot;effective_callee_id_number&quot; value=&quot;1001&quot;/&gt;<br>
&gt;&gt; &lt;variable name=&quot;callgroup&quot; value=&quot;techsupport&quot;/&gt;<br>
&gt;&gt; &lt;/variables&gt;<br>
&gt;&gt; &lt;/user&gt;<br>
&gt;&gt; &lt;/include&gt;<br>
&gt;&gt;<br>
&gt;&gt; why the &quot;effective_callee_id_name&quot; does not work? Is there something I<br>
&gt;&gt; have not done in order to display the real callee_id_name?<br>
&gt;&gt;<br>
&gt;&gt; Thanks in advance.<br>
&gt;&gt;<br>
&gt;&gt; Best Regards,<br>
&gt;&gt; Han<br>
&gt;&gt; --<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Join us at ClueCon 2011, Aug 9-11, Chicago<br>
&gt;&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a> 877-7-4ACLUE<br>
&gt;&gt;<br>
&gt;&gt; FreeSWITCH-dev mailing list<br>
&gt;&gt; <a href="mailto:FreeSWITCH-dev@lists.freeswitch.org">FreeSWITCH-dev@lists.freeswitch.org</a><br>
&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
&gt;&gt;<br>
&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch</a><br>
&gt;&gt; -dev<br>
&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Anthony Minessale II<br>
&gt;<br>
&gt; FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>
&gt; ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>
&gt; Twitter: <a href="http://twitter.com/FreeSWITCH_wire" target="_blank">http://twitter.com/FreeSWITCH_wire</a><br>
&gt;<br>
&gt; AIM: anthm<br>
&gt; <a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>
&gt; GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
&gt; IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br>
&gt;<br>
&gt; FreeSWITCH Developer Conference<br>
&gt; <a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br>
&gt; <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>
&gt; pstn:<a href="tel:%2B19193869900" value="+19193869900">+19193869900</a><br>
&gt;<br>
<br>
</div></div>__________________________________________________<br>
<div><div></div><div class="h5">&gt; _______________________________________________<br>
&gt; Join us at ClueCon 2011, Aug 9-11, Chicago<br>
&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a> 877-7-4ACLUE<br>
&gt;<br>
&gt; FreeSWITCH-dev mailing list<br>
&gt; <a href="mailto:FreeSWITCH-dev@lists.freeswitch.org">FreeSWITCH-dev@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
&gt;<br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-d" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-d</a><br>
&gt; ev<br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
<br>
--<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
Join us at ClueCon 2011, Aug 9-11, Chicago<br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a> 877-7-4ACLUE<br>
<br>
FreeSWITCH-dev mailing list<br>
<a href="mailto:FreeSWITCH-dev@lists.freeswitch.org">FreeSWITCH-dev@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>Anthony Minessale II<br><br>FreeSWITCH <a href="http://www.freeswitch.org/">http://www.freeswitch.org/</a><br>ClueCon <a href="http://www.cluecon.com/">http://www.cluecon.com/</a><br>
Twitter: <a href="http://twitter.com/FreeSWITCH_wire">http://twitter.com/FreeSWITCH_wire</a><br><br>AIM: anthm<br><a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a href="http://irc.freenode.net">irc.freenode.net</a> #freeswitch<br><br>FreeSWITCH Developer Conference<br><a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br><a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>
pstn:+19193869900<br>