VoIPSystemEvent

This enumeration lists possible system events. It is used in IVoIPUI::OnSystemEvent.

typedef enum VoIPSystemEvent{ 
  e_vseInvalid = 0,
  e_vseTerminated,
  e_vseRegistering, 
  e_vseRegistrationSucceeded, 
  e_vseRegistrationFailed 
} VoIPSystemEvent;

Elements

  • e_vseInvalid
    Invalid system event.
  • e_vseTerminated
    The call is terminated.
  • e_vseRegistering
    The call is registering with the SIP server.
  • e_vseRegistrationSucceeded
    Registration with the SIP server succeeded.
  • e_vseRegistrationFailed
    Registration with the SIP server failed. The iptrParam of IVoIPUI::OnSystemEvent indicates the reason why registration failed.

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Voipmanager.h, Voipmanager.idl.

See Also

VoIP Application Interface Layer Architecture | IVoIPUI::OnSystemEvent

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.