<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">sip:unavailable%40unkown.invalid@192.168.64.157</a>>;tag=d74792e3-f646-4dd9-90fe-e4dc62ea728d<br><br></div>Regards<br></div>