Updates Call Forward setting in Webex.
CallForwardSetting object.
Updates Voicemail setting in Webex.
VoicemailSetting object.
Reads the Call Forwarding Always settings in Webex. This will also check if CFA is set to Voicemail. If CFA is set to destination, that will take precedence.
Optional
directoryNumber: stringDirectory number of the user.
CallSettings
module is designed to offer a range of APIs for retrieving and updating settings such as Call Waiting, Do Not Disturb (DND), Call Forwarding, Voicemail, and more. These operations are tailored to work with various calling backends, providing flexibility and adaptability to different scenarios. The selection of the appropriate calling backend occurs during the instantiation of the CallSettings Client and is determined by the user's entitlements.This code snippet demonstrates how to create an instance of
CallSettings
using webex and logger.Example