Hi,<br><br>I am forcing caller ID to be sent to our VoIP provider using the SetCallerID app:<br><br>exten =&gt; _91.,1,SetCallerPres(allowed)<br>exten =&gt; _91.,2,SetCallerID(&quot;Company Name&quot; &lt;555555555&gt;)<br>
exten =&gt; _91.,3,Dial(SIP/${EXTEN:1}@provider)<br><br>Ever since I started doing this however, the CDR gets overwritten with this new value for the originating caller.&nbsp; I can no longer see who is the extension on my system that made the call.&nbsp; Is there any way to record the caller ID of the original caller?
<br><br>Thanks.<br><br>