Using Provisioning Information in VAIL (Windows CE 5.0)

Send Feedback

After the data store is initialized and contains provisioning information, you can use the information to register the VAIL with the SIP server used for call control.

To do this,

  1. Create a SIPServerRegistrationParameters instance that contains the appropriate SIP account, URI, and so on, by retrieving this information from the data store and setting the appropriate fields of the SIPServerRegistrationParameters structure.
  2. Call IVoIPMgr2::RegisterWithSIPServer and pass the SIPServerRegistrationParameters instance.

To see how the Telephony User Interface (TUI) registers with the SIP server by first using the data store to retrieve provisioning information and then calling RegisterWithSIPServer, examine the CVoIPApp::ReprovisionVoIPMgr method, which is defined in VoIPApp.cpp, in %_WINCEROOT%\Public\VoIP\Oak\TUI\App.

See Also

IP Phone Provisioning | Telephony User Interface (TUI)

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.