<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">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><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">https://issues.asterisk.org/jira/browse/ASTERISK-25791</a><br>[2] <a href="https://gerrit.asterisk.org/#/c/2293/">https://gerrit.asterisk.org/#/c/2293/</a><br><br>Richard<br></div></div><br></div></div>