RTC Client API Provisioning (Windows Embedded CE 6.0)

1/6/2010

To provision a phone, the client application creates an XML profile containing the client's provisioning information.

Provisioning information includes the following:

  • User account information, such as name, password, and URI
  • SIP settings, such as address and transport protocol

In the XML profile, a client specifies an Internet Telephony Service Provider (ITSP) or third-party corporate-deployed server.

The profile can also locate the SIP proxy server for calls that use SIP signaling or the SIP registrar server to route incoming calls.

A SIP session routed through a PSTN gateway can also specify the gateway server on the profile.

You can use separate profiles to provision the client with different types of services using various providers, proxy servers, or gateways.

Applications can obtain a profile object from an XML string using the IRTCClientProvisioning::CreateProfile method, or applications can use the IRTCClientProvisioning::GetProfile method to let the RTC Client API generate the profile for them.

For more information on example profiles, see XML Profile Samples

For more information on creating a profile, see Create and Enable a Profile

See Also

Other Resources

Provisioning and XML Profiles