<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html style="direction: ltr;">
<head>
</head>
<body style="direction: ltr;" bgcolor="#ffffff" text="#000000">
Hello all,<br>
<br>
I would like to use Asterisk to add/modify SIP headers in the INVITE
message, to include Privacy information, if the INVITE includes a *67
prefix (or another predefined prefix).<br>
<br>
That's an example of the INVITE I get:<br>
<i>INVITE <a class="moz-txt-link-abbreviated" href="mailto:sip:*6700112233445@192.168.1.100">sip:*6700112233445@192.168.1.100</a> SIP/2.0<br>
From: "123456789"&lt;sip:<b>123456789</b>@192.168.1.100&gt;;tag=333333333
<br>
To: <a class="moz-txt-link-rfc2396E" href="mailto:sip:*6700112233445@192.168.1.100">&lt;sip:*6700112233445@192.168.1.100&gt;</a> <br>
</i><br>
These are the sip headers I need to add to the INVITE:<br>
<i>P-Asserted-Identity: &lt;sip:<b>123456789</b>@192.168.1.100:5060&gt;<br>
Remote-Party-ID: &lt;sip:<b>123456789</b>@192.168.1.100:5060&gt;;party=calling;screen=yes;privacy=full<br>
Privacy: id</i><br>
<br>
And I need to change the "From" to "<i><font color="#3366ff">"Anonymous"<a class="moz-txt-link-rfc2396E" href="mailto:sip:Anonymous@192.168.1.100">&lt;sip:Anonymous@192.168.1.100&gt;</a></font></i>"
and to remove the "*67" prefix from the "INVITE" and "To" lines.<br>
<br>
How can I do it?<br>
<br>
Thanks.<br>
<br>
Thierry<br>
</body>
</html>