Hi,<br><br>I am forcing caller ID to be sent to our VoIP provider using the SetCallerID app:<br><br>exten => _91.,1,SetCallerPres(allowed)<br>exten => _91.,2,SetCallerID("Company Name" <555555555>)<br>
exten => _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. I can no longer see who is the extension on my system that made the call. Is there any way to record the caller ID of the original caller?
<br><br>Thanks.<br><br>