<br><br><div class="gmail_quote">On Tue, May 4, 2010 at 1:12 PM, Sean Holt <span dir="ltr"><<a href="mailto:sean@obscuradigital.com">sean@obscuradigital.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div>
<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></div></blockquote><div>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></div></div>
<br>