JABBERStatus problem

I’m having a problem with JABBERStatus under Asterisk 11. I’m sure its a syntax problem but try as I may I can’t seem to be able to resolve it.

exten => 9999,JabberStatus(xmpp_account,me@127.0.0.1,MYSTATUS); exten => 9999,n,ExecIf($["${MYSTATUS}" < "6"]?JABBERSend(xmpp_account,me@127.0.0.1, Call from “${CALLERID(name)}” at number <${CALLERID(num)}> on ${STRFTIME(,GMT0BST,%A %B %d %G at%l:%M:%S %p)})

The CLI Error I get is as follows

If anyone out there can point me in the right direction, I’d be very grateful.