Using XML Profiles (Windows Embedded CE 6.0)
1/6/2010
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.