Bug in macro-outbound-callerid?

I met issue, but i don’t know it’s a bug or missconfiguration.

There is 2 FreePBX (13.0.190.2) connected each other by IAX2
1st machine sends callerid name, but second doesn’t
And i found difference beetwen them:

Second FreePBX.
Excess (i think) line in macro-outbound-callerid.

[macro-outbound-callerid]
......
exten => s,n,Set(CALLERID(name)=)   **<- Where is come from?**

exten => s,n,Set(CDR(outbound_cnum)=${CALLERID(num)})
exten => s,n,Set(CDR(outbound_cnam)=${CALLERID(name)})

;--== end of [macro-outbound-callerid] ==--;

Am I miss comething?