Distinctive ring

I am not sure if this is a bug but whenever I enter something in the Alert Info for a queue, it does not update extensions_additional.conf with a sipaddheader line. It does not call any macro to set the sipaddheader. I have FreePBX 2.9.0rc1.3 on Asterisk 1.8.3.2.

Here is an output of extensions_additional.conf:

exten => 902,1,Macro(user-callerid,)
exten => 902,n,Answer
exten => 902,n,Macro(blkvm-set,reset)
exten => 902,n,ExecIf($["${REGEX("(M[(]auto-blkvm[)])" ${DIAL_OPTIONS})}" != “1”]?Set(_DIAL_OPTIONS=${DIAL_OPTIONS}M(auto-blkvm)))
exten => 902,n,Set(__NODEST=${EXTEN})
exten => 902,n,Macro(prepend-cid,HD:)
exten => 902,n,Set(__ALERT_INFO=“Full Service”)
exten => 902,n,Set(MONITOR_FILENAME=/var/spool/asterisk/monitor/q${EXTEN}-${STRFTIME(${EPOCH},%Y%m%d-%H%M%S)}-${UNIQUEID})
exten => 902,n,Queue(902,tr,)
exten => 902,n,Macro(blkvm-clr,)
exten => 902,n,Set(__NODEST=)
exten => 902,n,Goto()
exten => 902*,1,Macro(agent-add,902,)
exten => 902**,1,Macro(agent-del,902)

Thanks
-Dimitry