<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">2016-03-04 18:59 GMT+01:00 Richard Mudgett <span dir="ltr"><<a href="mailto:rmudgett@digium.com" target="_blank">rmudgett@digium.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote"><span class="">On Fri, Mar 4, 2016 at 11:45 AM, Olivier <span dir="ltr"><<a href="mailto:oza.4h07@gmail.com" target="_blank">oza.4h07@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div><div><div><div><div><div>Hello,<br><br></div>I've read SIP Connect 2.0 draft lately.<br><br></div>It mentions specific use if either of the following values is present in the From: field of an INVITE message.<br></div>The values are:<br></div>sip:unavailable@unkown.invalid<br></div>sip:anonymous@anonymous.invalid<br><br></div><div>I'm using Asterisk 13 and PJSIP.<br></div>Which dialplan function can I use if I want to send an outbound SIP call with a From field matching the above values ?<br></div><br></div>I've tried with :<br></div>Set(CALLERID(num)=unavailable@unkown.invalid)<br><br></div>and got:<br>From: "Bob" <<a href="mailto:sip%3Aunavailable%2540unkown.invalid@192.168.64.157" target="_blank">sip:unavailable%40unkown.invalid@192.168.64.157</a>>;tag=d74792e3-f646-4dd9-90fe-e4dc62ea728d<br></div></div></blockquote><div><br></div></span><div>That is currently not supported by chan_pjsip.  There is an issue [1] for it and a<br>corresponding patch on gerrit [2] to resolve it.  The patch is actively being<br>reviewed/updated to get it merged into the codebase.<br><br>[1] <a href="https://issues.asterisk.org/jira/browse/ASTERISK-25791" target="_blank">https://issues.asterisk.org/jira/browse/ASTERISK-25791</a><br>[2] <a href="https://gerrit.asterisk.org/#/c/2293/" target="_blank">https://gerrit.asterisk.org/#/c/2293/</a><span class=""><font color="#888888"><br><br>Richard<br></font></span></div></div></div></div></blockquote><div><br><br></div><div>So, if the patch gets committed to trunk, then using the following should do it :<br>CALLERID(pres)=unavailable<br>CALLERID(pres)=prohib<br><br>Thanks Richard for this prompt and valuable reply.<br><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div><span class=""><font color="#888888"></font></span></div></div><br></div></div>
<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></blockquote></div><br></div></div>