<br><br><div class="gmail_quote">On 26 February 2010 12:38, Trevor Peirce <span dir="ltr"><<a href="mailto:tpeirce@digitalcon.ca">tpeirce@digitalcon.ca</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">Charles Wang wrote:<br>
> The sip.conf of MYE1 likes below:<br>
> [MYPBX]<br>
> type=peer<br>
</div>> host=<a href="http://mypbx.abc.com" target="_blank">mypbx.abc.com</a> <<a href="http://mypbx.abc.com" target="_blank">http://mypbx.abc.com</a>><br>
<div class="im">> nat=no<br>
> disallow=all<br>
> allow=g729<br>
> canreinvite=yes<br>
> qualify=no<br>
> context=default<br>
> insecure=port,invite<br>
<br>
</div>Add sendrpid=yes here.<br>
<div class="im"><br>
> The sip.conf of MYPBX likes below:<br>
> [MYE1]<br>
> type=peer<br>
</div>> host=<a href="http://mye1.abc.com" target="_blank">mye1.abc.com</a> <<a href="http://mye1.abc.com" target="_blank">http://mye1.abc.com</a>><br>
<div class="im">> nat=no<br>
> disallow=all<br>
> allow=g729<br>
> canreinvite=yes<br>
> qualify=no<br>
> context=did<br>
> insecure=port,invite<br>
<br>
</div>Add trustrpid=yes here.<br>
<div class="im"><br>
> A. Why can't I receive the CALLERID from MYPBX(the secondary<br>
> server)? I am sure I use Set(CALLERID(num) for it.<br>
><br>
> B. Why does the CALLERID that sends from MYE1 become<br>
> as "Anonymous"? How can I fix it with the correct orginal<br>
> callerid(912345678)?<br>
><br>
> C. Why does my FROM message become as "Anonymous"<br>
> <sip:Anonymous@anonymous.invalid> instead of <a href="mailto:912345678@mye1.abc.com">912345678@mye1.abc.com</a><br>
</div>> <mailto:<a href="mailto:912345678@mye1.abc.com">912345678@mye1.abc.com</a>> ?<br>
<br>
You see this because, even though the number has been made available to<br>
you, it's marked as a blocked call. Your server is honoring this and<br>
blocking the number when it dials the next server. By using Remote<br>
Party ID, you'll be able to carry this information forward to your next<br>
server.<br><br></blockquote><div><br></div><div>Or you could override the presentation using CallerPres function (in 1.6) or SetCallerPres dialplan command in previous versions...</div><div><br></div><div>e.g. Set(CallerPres()=allowed) before doing the Dial to MYPBX.</div>
<div><br></div><div>d</div></div>