Столкнулся с проблемой. Есть две функции REALTIME_FIELD и JABBER_STATUS.
Одна нормально отрабатывает в таком виде
Код: Выделить всё
jid=REALTIME_FIELD(info,ipPhone,${ext},mail);
Код: Выделить всё
jabb_psi=${JABBER_STATUS(jabber,${jid}/Psi+)};
В описании функций указано, что REALTIME_FIELD
Код: Выделить всё
core show function REALTIME_FIELD
[Description]
This function retrieves a single item, <fieldname> from the RT engine, where
<fieldmatch> contains the value <matchvalue>. When written to, the
REALTIME_FIELD() function performs identically to the REALTIME() function
Функция JABBER_STATUS, отдаёт числовой статус - по идее число.
Код: Выделить всё
core show function JABBER_STATUS
[Description]
Retrieves the numeric status associated with the buddy identified by <jid
>. If the buddy does not exist in the buddylist, returns 7.
Status will be 1-7.