<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 functionality.
</div>
<div> </div>
<div>For voip to voip calls, this should not be a problem.</div>
<div> </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 a reason if you are being presented with 'anonymous' regardless of the display name in the FROM field.
</div>
<div><br><br> </div>
<div><span class="gmail_quote">On 9/29/06, <b class="gmail_sendername">Klaus Darilion</b> <<a href="mailto:klaus.mailinglists@pernau.at">klaus.mailinglists@pernau.at</a>> 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>> Hi Everybody,
<br>><br>> I was wondering if I would be able to display the CallerID in the<br>> display of the callee's phone rather than it displaying anonymous, maybe<br>> it can be done if I used something like this from the tm module:
<br>><br>> if(search("From:[0-9]{10}@.*"){<br>> append_hf("remote-party-id:<sip:2134445555 at <a href="http://mydomain.com">mydomain.com</a>>")<br>> )<br>> or would i use openser auth module with append_rpid_hf()
<br>><br>> in some form or fashion? If so, how can I do this?<br>><br>> Just need a little input, guidance and assistance and to know if it<br>> actually can be done. If not this method, then what can I use to
<br>> display the callID of the calling party to the caller display. Some<br>> providers are known to block the call if a certain amount of digits are<br>> not displayed.<br>><br>><br>> Thanks in advance.
<br>><br>> Tracy<br>><br>> _________________________________________________________________<br>> Add fun gadgets and colorful themes to express yourself on Windows Live<br>> Spaces<br>> <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>><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><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>