Using XML Profiles

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

An XML profile contains provisioning information, including the following:

  • Required service types
  • SIP server
  • Internet Telephony Service Provider (ITSP)
  • User information, including the following:
    • Name
    • Password
  • Session information, including the following:
    • Session capabilities
    • Service provider

Profiles supply the location of outgoing SIP proxy servers in Windows Embedded CE-SIP client sessions, or the PSTN gateway in Windows Embedded CE-phone sessions.

For a list of profile specifications for each session type, see Profile Requirements.

To create a Profile object, represented by an IRTCProfile interface, use IRTCClientProvisioning::CreateProfile.

If a specific profile is required for a session, it is requested when the session is created with the IRTCClient::CreateSession method.

For information about the XML schema used by XML profiles, see RTC Client API XML Schema and XML Profile Samples.

See Also

Other Resources

Provisioning and XML Profiles