<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.0.4630.0">
<TITLE>SetCallerID({$NEWCALLERID})</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=2 FACE="Arial">I am trying to SetCallerID to a variable I have defined.&nbsp; This obviously is wrong.&nbsp; It actually sets the caller ID to $NEWCALLERID.&nbsp; I have search through the examples on wiki but wasn't able to find something similar to see what I was doing wrong.&nbsp; Could someone tell me the correct way to SetCallerID to a defined variable?</FONT></P>

<P><FONT SIZE=2 FACE="Arial">&nbsp;exten =&gt; 2125551212,5,SetCallerID({$NEWCALLERID})</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">&nbsp;exten =&gt; 2125551212,6,Noop(${CALLERID})</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Actually shows $NEWCALLERID instead of the contents of $NEWCALLERID.</FONT>
</P>
<BR>

</BODY>
</HTML>