void Save()| ObjectSavingException | Thrown when object cannot be inserted of updated due to constraint violation in configuration database . Usually happens if configuration database was updated by other application or PBX component. Handling of the exception: 1. Dispose object and cancel update 2. Repeat modifications on the fresh object snapshot taken from Root. Fresh snapthot can be obtained starting from Root 3. Reset object state and reload it from the server using Refresh and then apply all changes according to new snapshot. |