Class UserPhoneSubscription
- Assembly
- IpPbxCDSClientLib.dll
Subscribing and receiving change notifications for user phone configuration. This subscription is used by the PhoneManager and the 3pcc. It notifies only changes made by the administration. To subscribe and unsubscribe use the LibManager class. Subscribe(CallbackSubscription) UnSubscribe(CallbackSubscription)
public class UserPhoneSubscription : CallbackSubscription
- Inheritance
-
UserPhoneSubscription
- Inherited Members
Constructors
UserPhoneSubscription()
Initializes a new instance of the UserPhoneSubscription class
public UserPhoneSubscription()
Methods
OnUserPhoneConfigChanged(TChangeInfo, TPhoneUser)
Virtual method will be called after user phone configuration has been changed administration
public virtual void OnUserPhoneConfigChanged(TChangeInfo info, TPhoneUser config)
Parameters
info
TChangeInfoThe standard change information
config
TPhoneUserThe changed user phone configuration
Events
UserPhoneConfigChanged
Occurs after user phone configuration has been changed by the administration
public event OnUserPhoneChanged UserPhoneConfigChanged