Get DECT IPEI number via replicator
Hi, we use the replicator to get informed about user changes. When I change the IPEI number for a DECT device, I get notified of a change, but, I cannot figure out which info I have to add to the replicator API start method (the columns) to get the IPEI number also in the information that is reported by the replicator. Currently it looks like
...
jsonMessage.add_object(columnsObject, "guid");
jsonMessage.add_object(columnsObject, "longName");
jsonMessage.add_object(columnsObject, "displayName");
jsonMessage.add_object(columnsObject, "h323");
jsonMessage.add_object(columnsObject, "e164");
jsonMessage.add_object(columnsObject, "pwd");
jsonMessage.add_object(columnsObject, "devices");
_connection.JsonApiMessage(jsonMessage, buffer);
What do I have to add to also get the IPEI number in the update?
Kr,
Wim
Wim