<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Dave Fullerton wrote:
<blockquote id="mid_49417BD8_1030202_shorelinecontainer_com"
 cite="mid:49417BD8.1030202@shorelinecontainer.com" type="cite">
  <pre wrap="">Brent Davidson wrote:
  </pre>
  <blockquote id="StationeryCiteGenerated_1" type="cite">
    <pre wrap="">Dave Fullerton wrote:
    </pre>
    <blockquote id="StationeryCiteGenerated_2" type="cite">
      <pre wrap="">Check the entries for office1 and office2 servers in sip.conf. If they 
have a callerid= entry comment it out and do a SIP reload. When it is 
set asterisk overrides the caller ID sent to it.

-Dave
      </pre>
    </blockquote>
    <pre wrap="">There aren't any callerid= entries in any of my sip peer entries, and 
I'm not overriding the callerID anywhere in my dial plan.

Would the way I route the extensions make any difference?  Each office 
has it's own server and prefix by which it is accessed from another 
office.  So for office1 to dial extension 12 at office2 he would dial 1012.

In my Dialplan I have (AEL syntax):

  _10XX =&gt; {
    Dial(SIP/${EXTEN:2}@Office2,,Tt);
    Hangup;
  }


    </pre>
  </blockquote>
  <pre wrap=""><!---->
I don't see anything sticking out as being wrong. For kicks, what is the 
output of "sip show user Office1-user" on office2?

_______________________________________________
  </pre>
</blockquote>
localhost*CLI&gt; sip show user Office1-user<br>
localhost*CLI&gt; <br>
<br>
&nbsp; * Name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : Office1-user<br>
&nbsp; Secret&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : &lt;Set&gt;<br>
&nbsp; MD5Secret&nbsp;&nbsp;&nbsp; : &lt;Not set&gt;<br>
&nbsp; Context&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : internal<br>
&nbsp; Language&nbsp;&nbsp;&nbsp;&nbsp; : en<br>
&nbsp; AMA flags&nbsp;&nbsp;&nbsp; : Unknown<br>
&nbsp; Transfer mode: open<br>
&nbsp; MaxCallBR&nbsp;&nbsp;&nbsp; : 384 kbps<br>
&nbsp; CallingPres&nbsp; : Presentation Allowed, Not Screened<br>
&nbsp; Call limit&nbsp;&nbsp; : 20<br>
&nbsp; Callgroup&nbsp;&nbsp;&nbsp; : <br>
&nbsp; Pickupgroup&nbsp; : <br>
&nbsp; Callerid&nbsp;&nbsp;&nbsp;&nbsp; : "" &lt;&gt;<br>
&nbsp; ACL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : No<br>
&nbsp; Codec Order&nbsp; : (speex:20)<br>
&nbsp; Auto-Framing:&nbsp; No <br>
<br>
</body>
</html>