Actually this can be done by appending privacy=full to the rpid. No Asterisk needed, for example.

{
         if (method=="INVITE" && uri =~ "sip:[EMAIL PROTECTED]"){{
                xlog("User requests to be Anonymous: setting rpid");
                append_rpid_hf("", ";privacy=full");
                t_relay();
        };
}

Of coarse you have to figure out how to get the rpid to load 1st...

On Jun 20, 2006, at 4:38 PM, Juha Heinanen wrote:

Mike Williams writes:

Look into Asterisk for a B2BUA. www.asterisk.org.

so does new sems:

http://svn.berlios.de/viewcvs/sems/

-- juha

_______________________________________________
Users mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/users



_______________________________________________
Users mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/users

Reply via email to