<div dir="ltr">Thanks Joshua. That did the trick.</div><div class="gmail_extra"><br><div class="gmail_quote">On 4 July 2016 at 19:18, Joshua Colp <span dir="ltr"><<a href="mailto:jcolp@digium.com" target="_blank">jcolp@digium.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Andrew Ivins wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
On 1 July 2016 at 17:41, Joshua Colp <<a href="mailto:jcolp@digium.com" target="_blank">jcolp@digium.com</a><br></span><div><div class="h5">
<mailto:<a href="mailto:jcolp@digium.com" target="_blank">jcolp@digium.com</a>>> wrote:<br>
<br>
<br>
        exten => 1234,Set(CALLERID(all)="Jon Doe" <+123456789>)<br>
        same => n,Dial(PJSIP/phone123, 30)<br>
<br>
<br>
    Your exten line has no priority, is that how it is in your dialplan?<br>
<br>
<br>
Actually no, I stole that line from an earlier email to this list. Mine<br>
has a priority.<br>
<br>
    If not you can isolate things a bit further by trying the following:<br>
<br>
    Set(CALLERID(all)=Jon Doe <+123456789>)<br>
<br>
    Or individually:<br>
<br>
    Set(CALLERID(name)=Jon Doe)<br>
    Set(CALLERID(num)=+123456789)<br>
<br>
<br>
Tried many permutations of this, and the only thing I can get to happen<br>
is to make the call present as Anonymous by changing the<br>
pres-name/pres-num setting.<br>
<br>
It's not a production system, dialplan is pretty simple:<br>
<br>
same => _X.1,Set(CALLERID(name-pres)=allowed)<br>
same => n,Set(CALLERID(num-pres)=allowed)<br>
same => n,Set(CALLERID(name)=Fred)<br>
same => n,Set(CALLERID(num)=6123)<br>
same => n,Dial(PJSIP/DEADDEADBEEF, 30)<br>
same => n,Hangup()<br>
<br>
DEADDEADBEEF is the name of the endpoint and the endpoint works. I use<br>
MAC addresses and plan to dynamically map extensions to them later on<br>
(kind of like user mode in freepbx).<br>
<br>
In the console, if I log the value of CALLERID, it is what I expect to<br>
it to be.<br>
<br>
</div></div></blockquote>
<br>
<snip><br>
<br>
You have from_user set which will override the user in the From header which is where callerid would be. You also don't have send_rpid or send_pai turned on so there would be no alternate way to send it. Try setting send_rpid or send_pai to yes and trying again.<div class="HOEnZb"><div class="h5"><br>
<br>
-- <br>
Joshua Colp<br>
Digium, Inc. | Senior Software Developer<br>
445 Jan Davis Drive NW - Huntsville, AL 35806 - US<br>
Check us out at: <a href="http://www.digium.com" rel="noreferrer" target="_blank">www.digium.com</a> & <a href="http://www.asterisk.org" rel="noreferrer" target="_blank">www.asterisk.org</a><br>
<br>
<br>
-- <br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" rel="noreferrer" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
              <a href="http://www.asterisk.org/hello" rel="noreferrer" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
  <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" rel="noreferrer" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</div></div></blockquote></div><br></div>