Dear friends,<br><br>I'm trying to give to a user the option to have privacy in a call. I'm trying to do that by adding an extra header with:<br>append_rpid_hf("sip", ";party=calling;id-type=subscriber;privacy=off;screen=no");<br>
<br>I'm using this header in the begining of the kamailio.cfg<br><br>if(($rU=="99999") || ($rU=="77777"))<br> {<br> append_rpid_hf("sip", "$ru;party=calling;id-type=subscriber;privacy=off;screen=no");<br>
xlog("alx ------- We have rU match --------");<br> }<br><br>When I see the sip messages I don't see this extra header added into it.<br><br>Does anyone had experience in this ?<br>
<br>Thank you<br>Alex<br><br><br>