[Users] Privacy (*67)

Brandon Price brandon at dacrib.net
Fri Jul 28 02:59:23 CEST 2006


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

{
          if (method=="INVITE" && uri =~ "sip:\*67.*@.*"){{
                 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
> Users at openser.org
> http://openser.org/cgi-bin/mailman/listinfo/users
>





More information about the Users mailing list