Hi, does anyone know how to retrieve the IPaddress of all the phone devices via the API? or the ability that given a device extension which ipaddress it is currently pointing at...
Extensions will give you the MAC address and I can do an arp lookup, but really not keen on that. I also note there's a PhoneSystem.Root.GetDetectedDevices(); but this doesn't always seem to work. The only route left to me at the moment is to try find the info in the DB, again, not keen....
thanks