Bug in [macro-oubound-callerid]

At line 607

exten => s,n,GotoIf($[“x${USEROUTCID}” = “xhidden”]?hidecid:report) ; check CID blocking for extension

should be

exten => s,n,GotoIf($[“x${${QUOTE(USEROUTCID)}}” =
“xhidden”]?hidecid:report) ; check CID blocking for extension

You don’t have to refer me to your bugtrackingsystem - I can’t access it.

Edit: Forget that posting. Something is strange with this line but my fix doesn’t solve it.