<br><br><div class="gmail_quote">On 26 February 2010 12:38, Trevor Peirce <span dir="ltr">&lt;<a href="mailto:tpeirce@digitalcon.ca">tpeirce@digitalcon.ca</a>&gt;</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>
&gt; The sip.conf of MYE1 likes below:<br>
&gt; [MYPBX]<br>
&gt; type=peer<br>
</div>&gt; host=<a href="http://mypbx.abc.com" target="_blank">mypbx.abc.com</a> &lt;<a href="http://mypbx.abc.com" target="_blank">http://mypbx.abc.com</a>&gt;<br>
<div class="im">&gt; nat=no<br>
&gt; disallow=all<br>
&gt; allow=g729<br>
&gt; canreinvite=yes<br>
&gt; qualify=no<br>
&gt; context=default<br>
&gt; insecure=port,invite<br>
<br>
</div>Add sendrpid=yes here.<br>
<div class="im"><br>
&gt; The sip.conf of MYPBX likes below:<br>
&gt; [MYE1]<br>
&gt; type=peer<br>
</div>&gt; host=<a href="http://mye1.abc.com" target="_blank">mye1.abc.com</a> &lt;<a href="http://mye1.abc.com" target="_blank">http://mye1.abc.com</a>&gt;<br>
<div class="im">&gt; nat=no<br>
&gt; disallow=all<br>
&gt; allow=g729<br>
&gt; canreinvite=yes<br>
&gt; qualify=no<br>
&gt; context=did<br>
&gt; insecure=port,invite<br>
<br>
</div>Add trustrpid=yes here.<br>
<div class="im"><br>
&gt;    A. Why can&#39;t I receive the CALLERID from MYPBX(the secondary<br>
&gt; server)? I am sure I use Set(CALLERID(num) for it.<br>
&gt;<br>
&gt;    B. Why does the CALLERID that sends from MYE1 become<br>
&gt; as &quot;Anonymous&quot;? How can I fix it with the correct orginal<br>
&gt; callerid(912345678)?<br>
&gt;<br>
&gt;    C. Why does my FROM message become as &quot;Anonymous&quot;<br>
&gt; &lt;sip:Anonymous@anonymous.invalid&gt; instead of  <a href="mailto:912345678@mye1.abc.com">912345678@mye1.abc.com</a><br>
</div>&gt; &lt;mailto:<a href="mailto:912345678@mye1.abc.com">912345678@mye1.abc.com</a>&gt; ?<br>
<br>
You see this because, even though the number has been made available to<br>
you, it&#39;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&#39;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>