<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’s my dialplan entry<BR>
<extension name="main_trunk_1" continue="true"><BR>
<condition field="destination_number" expression="^01{2}([0-9].+)$" test="global"><BR>
<action application="bridge" data="{effective_caller_id_name='Name'}sofia/gateway/trunk_1/${prepend}$1"/><BR>
</condition><BR>
</extension><BR>
<BR>
Thanks<BR>
<BR>
<BR>
On 5/4/10 1:20 PM, "Michael Collins" <<a href="msc@freeswitch.org">msc@freeswitch.org</a>> 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 <<a href="sean@obscuradigital.com">sean@obscuradigital.com</a>> wrote:<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Ok hate to ask this question because it’s probably been answered already, but here goes.....<BR>
<BR>
I’ve got effective caller id and outbound_caller_id param for both name and number setup in my dialplan<BR>
I’ve setup this string in my outgoing bridge dialplan {sip_cid_type=pid} and {sip_cid_type=rpid}<BR>
Also I’ve tried this, value=”{origination_caller_id_name=’Name',origination_caller_id_number=xxxxxxxxx}sofia/gateway/trunk_1/$1”<BR>
<BR>
I’ve searched for a solution for this on google and the wiki but none of the above combinations seem to work. I’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>
<action application="bridge" data="{effective_caller_id_number=123}sofia/gateway/foo/bar"/><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>