<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; ">
<div>Hi,</div>
<div><br>
</div>
<div>We have a system with both ISDN trunks and SIP. We receive incoming calls on both but always dial out via SIP.</div>
<div>When dialing out the caller id is set like this:</div>
<div><br>
</div>
<div>
<div>exten => _X.,1,Set(CALLERID(num)=${CC_ORIGNUM})</div>
<div>exten => _X.,n,Set(CALLERID(name)=${CC_ORIGNAME})</div>
<div>exten => _X.,n,Dial(${CC_DIALSTRING}, 60, em)</div>
</div>
<div><br>
</div>
<div>This always works fine on SIP and on ISDN as well when the number is not hidden. </div>
<div>But for some reason the setting of the caller id does not work when receiving calls from hidden numbers.</div>
<div><br>
</div>
<div>The from address in the outgoing SIP looks like this:</div>
<div><br>
</div>
<div><span style="color: rgb(51, 51, 51); line-height: 20px; background-color: rgb(255, 255, 255); ">From: "Anonymous" <sip:anonymous@anonymous.invalid></span></div>
<div>
<div style="font-size: medium; "><br>
</div>
<div style="font-size: medium; ">Does anyone know why this is happening, is there a way to go around it?</div>
<div style="font-size: medium; "><br>
</div>
<div style="font-size: medium; ">Regards,</div>
<div style="font-size: medium; ">Henrik</div>
<div style="font-family: Consolas; font-size: medium; "><br>
</div>
<div style="font-family: Consolas; font-size: medium; ">
<div style="font-family: Calibri, sans-serif; font-size: 14px; ">
<div style="font-family: Consolas; font-size: medium; "></div>
</div>
</div>
</div>
</body>
</html>