300-835 · Question #5
After the AXL query ns:updatePhone is used to upgrade a phone configuration successfully, the phone does not reflect the change. Which other method must be performed for the change to take effect?
The correct answer is B. ns:restartPhone. After ns:updatePhone successfully writes the new configuration to the CUCM database, the physical phone is unaware of the change until it re-reads its settings - ns:restartPhone triggers a soft restart (re-registration) that causes the phone to fetch and apply the updated configu
Question
Options
- Ans:getPhone
- Bns:restartPhone
- Cns:rebootPhone
- Dns:savePhone
How the community answered
(37 responses)- A3% (1)
- B78% (29)
- C5% (2)
- D14% (5)
Explanation
After ns:updatePhone successfully writes the new configuration to the CUCM database, the physical phone is unaware of the change until it re-reads its settings - ns:restartPhone triggers a soft restart (re-registration) that causes the phone to fetch and apply the updated configuration without a full power cycle.
Why the distractors are wrong:
- A.
ns:getPhoneis a read-only query that retrieves configuration data; it has no ability to push or apply changes to a device. - C.
ns:rebootPhoneperforms a full hardware-level reset (equivalent to pulling the power cord), which is more disruptive than necessary for a config change - and is a separate, heavier operation. - D.
ns:savePhoneis not a valid AXL method; the configuration is already persisted to the database the momentupdatePhonereturns success.
Memory tip: Think of AXL like editing a config file on a server - updatePhone writes the file, and restartPhone restarts the service to pick it up. Update + Restart = change takes effect.
Topics
Community Discussion
No community discussion yet for this question.