Re: Get DECT IPEI number via replicator                
                
     Hello Wim,
  
                                                                                            You can add "gws" to the replicator API start method to be informed about the DECT-config of a user. 
This will return an array of "gw" objects.
{
   "mt": "ReplicateNextResult",
   "src": "ReplicationObjects",
   "api": "PbxTableUsers",
   "columns": {
   "guid": "195645fcffff00ff0000ff00ff0000ff",
   "cn": "Common Name",
   "h323": "h323",
   "e164": "222",
   "node": "root",
   "loc": "pbx",
   "gws": [
   {
   "name": "Gateway",
   "dsp": "Idle Display",
   "ac": "1234",
   "ipei": "1234567890"
   }
   ]
   }
  }
More info:
* Overview of the colums: https://sdk.innovaphone.com/13r3/doc/appwebsocket/PbxAdminApi.htm#UpdateObject
* Details of the "gw"-object: https://sdk.innovaphone.com/13r3/doc/appwebsocket/PbxAdminApi.htm#gw
(I guess there's a typo in the documentation: the documentation mentions 'idle', while the ReplicatorNextResult mentions 'dsp' (see example above)).
Elias
                 

