<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div class="h5"><br>
<br>
</div></div>Make sure you are actually setting it as:<br>
<br>
Set(CALLERID(num)=290XXXX)<br>
<br>
The previous poster has the formatting incorrect. If your callerID is a 4 digit<br>
number, and you want to modify it to have the prefix on it before you send it<br>
back out, you can do:<br>
<br>
Set(CALLERID(num)=290${CALLERID(num)})<br>
<br>
Alternatively you could make the 290 a variable, then set it prior to calling<br>
the Set() application if you needed the prefix to be set based upon some logic.<br>
<br>
</blockquote><div><br>Thank you for correcting me. I forgot that actually Set() does no need that ${} brackets to set that $var.<br>And about prefix, it&#39;s can be done with many ways my direct setting number was just an exemple.<br>
</div></div><br>