<HTML>
<HEAD>
<TITLE>Re: [Freeswitch-users] Caller id</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Ok I made the change but still same issue, no Name in place of the number<BR>
<BR>
Here&#8217;s my dialplan entry<BR>
&nbsp;&lt;extension name=&quot;main_trunk_1&quot; continue=&quot;true&quot;&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;condition field=&quot;destination_number&quot; expression=&quot;^01{2}([0-9].+)$&quot; test=&quot;global&quot;&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;action application=&quot;bridge&quot; data=&quot;{effective_caller_id_name='Name'}sofia/gateway/trunk_1/${prepend}$1&quot;/&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/condition&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/extension&gt;<BR>
<BR>
Thanks<BR>
<BR>
<BR>
On 5/4/10 1:20 PM, &quot;Michael Collins&quot; &lt;<a href="msc@freeswitch.org">msc@freeswitch.org</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
<BR>
On Tue, May 4, 2010 at 1:12 PM, Sean Holt &lt;<a href="sean@obscuradigital.com">sean@obscuradigital.com</a>&gt; wrote:<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Ok hate to ask this question because it&#8217;s probably  been answered already, but here goes.....<BR>
<BR>
I&#8217;ve got effective caller id and outbound_caller_id param for both name and number setup in my dialplan<BR>
I&#8217;ve setup this string in my outgoing bridge dialplan {sip_cid_type=pid} and {sip_cid_type=rpid}<BR>
Also I&#8217;ve tried this, value=&#8221;{origination_caller_id_name=&#8217;Name',origination_caller_id_number=xxxxxxxxx}sofia/gateway/trunk_1/$1&#8221;<BR>
<BR>
I&#8217;ve searched for a solution for this on google and the wiki but none of the above combinations seem to work.  I&#8217;ve only getting the number id but not a name.<BR>
<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>origination_caller_id_name/number is for doing origination at the CLI:<BR>
<BR>
originate {origination_caller_id_number=123}sofia/gateway/foo/bar<BR>
<BR>
effective_caller_id_name/number is for a bridge:<BR>
<BR>
&lt;action application=&quot;bridge&quot; data=&quot;{effective_caller_id_number=123}sofia/gateway/foo/bar&quot;/&gt;<BR>
<BR>
You can also watch the SIP traffic to see what the INVITEs look like.<BR>
-MC<BR>
<BR>
<BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"></SPAN></FONT><FONT SIZE="2"><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'>_______________________________________________<BR>
FreeSWITCH-users mailing list<BR>
<a href="FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><BR>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><BR>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><BR>
<a href="http://www.freeswitch.org">http://www.freeswitch.org</a><BR>
</SPAN></FONT></FONT></BLOCKQUOTE>
</BODY>
</HTML>