<div>I was about to suggest the same thing (i.e. replace the display name part of the FROM header). Haven't looked into the other header fields in any great detail so I cannot say for sure, but the UAC module using uac_replace_from with/without AVPs should provide you with the aforementioned&nbsp;functionality.
</div>
<div>&nbsp;</div>
<div>For voip to voip calls, this should not be a problem.</div>
<div>&nbsp;</div>
<div>For PSTN to voip however, this may depend on how your provider is handling DIDs and whether any data-filling of the numbers is done on the softswitch. Lack of data-filling may be&nbsp;a reason if&nbsp;you are being presented with 'anonymous' regardless of the display name in the FROM field.
</div>
<div><br><br>&nbsp;</div>
<div><span class="gmail_quote">On 9/29/06, <b class="gmail_sendername">Klaus Darilion</b> &lt;<a href="mailto:klaus.mailinglists@pernau.at">klaus.mailinglists@pernau.at</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">It depends on how your SIP phone wants to receive the callerid. Most<br>phones use the From URI. If your phone requires Remote-Party-ID or
<br>P-Asserted-Identity, you can add this header using append_hf and using<br>pseudo variables to copy the callerid from the From header to the new<br>header.<br><br>regards<br>klaus<br><br>Tracy Lofton wrote:<br>&gt; Hi Everybody,
<br>&gt;<br>&gt; I was wondering if I would be able to display the CallerID in the<br>&gt; display of the callee's phone rather than it displaying anonymous, maybe<br>&gt; it can be done if I used something like this from the tm module:
<br>&gt;<br>&gt; if(search(&quot;From:[0-9]{10}@.*&quot;){<br>&gt; append_hf(&quot;remote-party-id:&lt;sip:2134445555 at <a href="http://mydomain.com">mydomain.com</a>&gt;&quot;)<br>&gt; )<br>&gt; or would i use openser auth module with append_rpid_hf()
<br>&gt;<br>&gt; in some form or fashion?&nbsp;&nbsp; If so, how can I do this?<br>&gt;<br>&gt; Just need a little input, guidance and assistance and to know if it<br>&gt; actually can be done.&nbsp;&nbsp;If not this method, then what can I use to
<br>&gt; display the callID of the calling party to the caller display.&nbsp;&nbsp;Some<br>&gt; providers are known to block the call if a certain amount of digits are<br>&gt; not displayed.<br>&gt;<br>&gt;<br>&gt; Thanks in advance.
<br>&gt;<br>&gt; Tracy<br>&gt;<br>&gt; _________________________________________________________________<br>&gt; Add fun gadgets and colorful themes to express yourself on Windows Live<br>&gt; Spaces<br>&gt; <a href="http://clk.atdmt.com/MSN/go/msnnkwsp0070000001msn/direct/01/?href=http://www.get.live.com/spaces/features">
http://clk.atdmt.com/MSN/go/msnnkwsp0070000001msn/direct/01/?href=http://www.get.live.com/spaces/features</a><br>&gt;<br>&gt;<br>&gt;<br>&gt; _______________________________________________<br>&gt; Users mailing list<br>&gt; 
<a href="mailto:Users@openser.org">Users@openser.org</a><br>&gt; <a href="http://openser.org/cgi-bin/mailman/listinfo/users">http://openser.org/cgi-bin/mailman/listinfo/users</a><br><br><br>_______________________________________________
<br>Users mailing list<br><a href="mailto:Users@openser.org">Users@openser.org</a><br><a href="http://openser.org/cgi-bin/mailman/listinfo/users">http://openser.org/cgi-bin/mailman/listinfo/users</a><br></blockquote></div>
<br>