Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
These constants indicate the VoIP Manager states. The following table shows the VoIP error codes.
Value | Description |
---|---|
VMS_NOT_READY = 0x00000000 | VoIP Manager is not available. |
VMS_INITIALIZED = 0x00000001 | VoIP Manager is initialized. The interface cannot be initialized again until it is uninitialized. |
VMS_REGISTERED = 0x00000002 | VoIP Manager is registered. |
VMS_SHUTTING_DOWN = 0x00000004 | VoIP Manager is shutting down. |
VMS_CALL_LOG_DB_READY = 0x00000008 | Call log database ready, with functionality available to VoIP Manager. |
VMS_CALLER_INFO_DB_READY = 0x00000010 | Caller information database ready, with functionality available to VoIP Manager. |
VMS_AUTOFORWARDING = 0x00000020 | Autoforwarding is enabled for the VoIP Manager. |
VMS_DBS_READY = VMS_CALL_LOG_DB_READY, VMS_CALLER_INFO_DB_READY | Call log database and caller information database ready, with functionality available to VoIP Manager. |
VMS_REREGISTERING = 0x00000040 | VoIP Manager is reregistering. |
Requirements
OS Versions: Windows CE .NET 4.2 and later.
Header: Voipmanager.h, Voipmanager.idl
See Also
VoIP Application Interface Layer Architecture | VoIP Application Interface Layer Reference
Send Feedback on this topic to the authors