Windows CE-SIP client, Windows CE-phone, or Messaging Sessions (Windows CE 5.0)
This sample profile shows how to provision a client for Windows CE-SIP client, Windows 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="pc2ph" />
<session party="first" type="im" />
</sipsrv>
<sipsrv addr="amun1.myserver.microsoft.com"
protocol="UDP"
auth="digest"
role="registrar" />
</provision>
See Also
XML Profile Samples | RTC Client API XML Schema
Send Feedback on this topic to the authors