<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    I apologize, I coppied the wrong code, <br>
    here is the code I am using: <br>
    <p class="MsoNormal"><font face="Calibri" size="2"><span
          style="font-size:11.0pt">; Adding Area code and striping 9 for
          local numbers<o:p></o:p></span></font><span class="SpellE"><font
          face="Calibri" size="2"><span style="font-size:11.0pt"><br>
            exten</span></font></span> =>
      _9XXXXXXX,n,Set(CALLERID(all)= <3817383444>)<o:p></o:p><span
        class="SpellE"><font face="Calibri" size="2"><span
            style="font-size:11.0pt"><br>
            exten</span></font></span> => _9XXXXXXX,n,Dial(SIP/<span
        class="SpellE">intelepeer</span>/1381${EXTEN:1},80)<br>
    </p>
    <br>
    Thanks, <br>
    motty<br>
    <br>
    <div class="moz-cite-prefix">On 04/28/2015 11:54 AM, Chad Wallace
      wrote:<br>
    </div>
    <blockquote cite="mid:20150428115411.71697421@ws78.int.tlc"
      type="cite">
      <pre wrap="">On Tue, 28 Apr 2015 07:21:12 -0700
Motty Cruz <a class="moz-txt-link-rfc2396E" href="mailto:motty.cruz@gmail.com"><motty.cruz@gmail.com></a> wrote:

</pre>
      <blockquote type="cite">
        <pre wrap="">here is what I did and worked for me:

exten => 1381+NXXXXXX,1,Set(CALLERID(number)=3817383444)

exten => 1+NXXNXXXXXX,2,Dial(SIP/SIP-Provider/${EXTEN:1},80)
</pre>
      </blockquote>
      <pre wrap="">
I find it hard to believe this is working.

First, you don't have a leading underscore on your patterns.  Your
users aren't literally dialing the N's and X's are they?

Second, what's with the plus in the extension?  You want your users to
dial that?

Third, that's two different extensions, one with priority 1 and one
with priority 2.  The first one will set a variable and hangup, and the
second.... there's no priority 1 for that extension... I've never tried
that... I'm assuming it just won't work.


</pre>
    </blockquote>
    <br>
  </body>
</html>