<br>
Hi,<br>
<br>
I am trying to give my users the option of disabling caller ID if they
so choose by dialing a code.&nbsp; I can tack on rpid using
append_rpid_hf() just fine, but for some reason my privacy flags seem
to be ignored.&nbsp; Perhaps I am not processing them properly?<br>
<br>
One observation:<br>
<br>
I've noticed most people on the list using the format:<br>
&nbsp;&nbsp; append_rpid_hf(&quot;&lt;sip:&quot;,&quot;@localhost; user=phone&gt;;party=calling;screen=no;privacy=full&quot;)<br>
<br>
When use this format my tcpdumps show:<br>
&nbsp;&nbsp; Remote-Party-ID:
&lt;sip:sip:2125551212@my.sip-domain.com@localhost;
user=phone&gt;;party=calling;screen=no;privacy=full&quot;)<br>
<br>
I have to use:<br>
&nbsp;&nbsp; append_rpid_hf(&quot;&lt;&quot;,&quot;; user=phone&gt;;party=calling;screen=no;privacy=full&quot;)<br>
<br>
...to get it to look correct in the headers.&nbsp; This strikes me as
odd that everyone else uses the former and I must use the latter.<br>
<br>
I am using ser-0.9.3 (Soon to upgrade to 0.9.3!!) and the gateway is a
Cisco AS5350.&nbsp; I've looked as Cisco DOCS and the header seems to
be structured properly.&nbsp; I'm sure it is something stupid, but I am
scratching my head on this one.&nbsp; <br>
<br>
Any advice?<br>
<br>
Thank you.<br>
<br>
Dan<br>
<br>
<br>