12-19-2022 01:21 AM
Hi,
I am trying to set "Actionable Incoming Call Alert" to "disabled" in AXL updatePhone.
I see that if I do it through CUCM I get the value as actionableAlert=0.
I tried to send the same parameter on "updatePhone" but it does not change the value.
Is there a way to set it using the AXL API?
Solved! Go to Solution.
01-05-2023 11:11 AM
The value is phone specific, so it appears in the <vendorConfig> section of updatePhone. For example:
<vendorConfig>
<actionableAlert>0</actionableAlert>
</vendorConfig>
01-05-2023 11:11 AM
The value is phone specific, so it appears in the <vendorConfig> section of updatePhone. For example:
<vendorConfig>
<actionableAlert>0</actionableAlert>
</vendorConfig>
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide