<div dir="ltr">Hello I&#39;ve been trying to add a string to CIDNAME for incoming calls from PSTN to &quot;tag&quot; calls so I know how to answer more appropriately. I have tried numerous combinations to no avail and hope someone can point me in the right direction. My context from extensions.conf is listed below.<br>
<br>[xxx-xxx-xxxx_incoming]<br>exten =&gt; s,1,Set(CALLERID(name)=${CALLERIDNAME} AppropriateTag)<br>exten =&gt; s,n,Dial(${SIPPHONE},20,r)<br>exten =&gt; s,n,Voicemail(${VMBOX1},u)<br>exten =&gt; s,102,Voicemail(${VMBOX1},b)<br>
<br>All calls however just come in marked as &quot;Appropriate Tag&quot; xxx-xxx-xxxx<br><br>Thanks in advance for the help.<br><br></div>