Remove inbound caller id

Hello all,
I did allot of research and found no simple solution. My agents will not answer the phone if they see who is calling or if it is an unknown call. I want all incoming call to show with no call ID. Does anyone have a suggestion on how to do this?

Thank in advance

1 Like

For most systems this should be all you need to do from bash:-

echo "
[from-pstn-custom]
exten => _.,1,Set(CALLERID(number)="")
exten => _.,n,Set(CALLERID(name)="JUST ANSWER THIS CALL")
">> /etc/asterisk/extensions_custom.conf&&rasterisk -x 'dialplan reload'
1 Like