PrivacyManager for korean Telco

Hi,

Telco use different callerid(num) for there own systems

so, we need this two dialplan for PrivacyManager acts

same => n,ExecIf($["${CALLERID(num)}" = “NULL”]?Set(CALLERID(num)=):slight_smile:
same => n,ExecIf($["${CALLERID(name)}" = “anonymous”]?Set(CALLERID(num)=):slight_smile:

thanks

Please use preformated text here!

same => n,ExecIf($["${CALLERID(num)}" = “NULL”]?Set(CALLERID(num)=):)
same => n,ExecIf($["${CALLERID(name)}" = “anonymous”]?Set(CALLERID(num)=):)