Hello all,

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).

That's an example of the INVITE I get:
/INVITE sip:*[email protected] SIP/2.0
From: "123456789"<sip:*[email protected]>;tag=333333333
To: <sip:*[email protected]>
/
These are the sip headers I need to add to the INVITE:
/P-Asserted-Identity: <sip:*[email protected]:5060>
Remote-Party-ID: <sip:*[email protected]:5060>;party=calling;screen=yes;privacy=full
Privacy: id/

And I need to change the "From" to "/"Anonymous"<sip:[email protected]>/" and to remove the "*67" prefix from the "INVITE" and "To" lines.

How can I do it?

Thanks.

Thierry
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to