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.
This interface provides methods that initialize the VoIP manager and register the VoIP manager with a SIP proxy/registrar server.
It extends the functionality of the IVoIPMgr interface by providing new methods that replace the no longer supported IVoIPMgr::Initialize and IVoIPMgr::Reregister methods.
Methods
This interface inherits the methods for the IUnknown and IVoIPMgr interfaces.
The following table shows the IVoIPMgr2 methods.
Method | Description |
---|---|
InitializeEx | Initializes the VoIP manager. Replaces IVoIPMgr::Initialize. |
RegisterWithSIPServer | Starts a registration attempt with the specified SIP proxy/registrar server. Replaces IVoIPMgr::Reregister. |
Obtaining a Pointer
To obtain a pointer to this interface, call IUnknown::QueryInterface on an IVoIPMgr reference.
See Also
VAIL Interfaces | IUnknown | IUnknown::QueryInterface | IVoIPMgr | IVoIPMgr::Initialize | IVoIPMgr::Reregister
Send Feedback on this topic to the authors