The CUCM version 11.5 was used to receive these results.
The Phone details were extracted with function getPhone and
updatePhone was used to update the Vendor Config details.
When the VendorConfig information contains subsections given below:
<vendorConfig>
<webAccess>0</webAccess>
<sshAccess>0</sshAccess>
<AdminLoginDetails> ----- SubSection
<adminUserId>name</adminUserId>
</AdminLoginDetails>
<FarEndCameraControlGroup> ----- SubSection
<FarEndCameraControlMode>On</FarEndCameraControlMode>
</FarEndCameraControlGroup>
<\vendorConfig>
After the updatePhone te getPhone results are not as expected. the Example is given below:
There are spaces in front of the data sent in subsections:
UserId> <admi
<vendorConfig><webAccess>0</webAccess><sshAccess>0</sshAccess><AdminLoginDetails> <adminUserId>name</adminUserId> <adminPassword>password</adminPassword></AdminLoginDetails><FarEndCameraControlGroup> <FarEndCameraControlMode>On</FarEndCameraControlMode> <FarEndCameraControlSignalCapability>On</FarEndCameraControlSignalCapability></FarEndCameraControlGroup>
Please confirm if this impairment would cause any CUCM issues in future.
Please let me know if there is a special way of importing VendorConfig details.
Thank you for your help.