Share via


Windows Embedded CE-SIP client, Windows Embedded CE-phone, or Messaging Sessions (Windows Embedded CE 6.0)

1/6/2010

This sample profile shows how to provision a client for Windows Embedded CE-SIP client, Windows Embedded CE-phone, and messaging sessions.

The profile contains user information, such as account, password, and URI.

The access control element defines the domain for which the user is provisioned.

The SIP proxy address, transport protocol, and authorization are listed in the sipsrv element.

<provision key="de500844-e074-47fd-9e53-a51d63e5f51d" 
           name="Amun">   
    <user account="1234567" 
          password="notfornow" 
          uri="someone@example.com" />
    <accesscontrol domain="myserver.microsoft.com"
                   sig="unique signature provided by Microsoft" />
     <sipsrv addr="amun1.myserver.microsoft.com" 
                  protocol="UDP" 
                  auth="digest" 
                  role="proxy">
        <session party="first" type="pc2pc" />
        <session party="first" type="im" />
    </sipsrv>
     <sipsrv addr="amun1.myserver.microsoft.com" 
             protocol="UDP" 
             auth="digest" 
             role="registrar" />
</provision>

See Also

Reference

RTC Client API XML Schema

Concepts

XML Profile Samples