[Freeswitch-users] Caller id

Michael Collins msc at freeswitch.org
Tue May 4 13:20:06 PDT 2010


On Tue, May 4, 2010 at 1:12 PM, Sean Holt <sean at obscuradigital.com> wrote:

>  Ok hate to ask this question because it’s probably  been answered
> already, but here goes.....
>
> I’ve got effective caller id and outbound_caller_id param for both name and
> number setup in my dialplan
> I’ve setup this string in my outgoing bridge dialplan {sip_cid_type=pid}
> and {sip_cid_type=rpid}
> Also I’ve tried this,
> value=”{origination_caller_id_name=’Name',origination_caller_id_number=xxxxxxxxx}sofia/gateway/trunk_1/$1”
>
> 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.
>
> origination_caller_id_name/number is for doing origination at the CLI:

originate {origination_caller_id_number=123}sofia/gateway/foo/bar

effective_caller_id_name/number is for a bridge:

<action application="bridge"
data="{effective_caller_id_number=123}sofia/gateway/foo/bar"/>

You can also watch the SIP traffic to see what the INVITEs look like.
-MC
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20100504/51e01d14/attachment.html 


More information about the FreeSWITCH-users mailing list