Partager via


Phone-phone Sessions (Windows CE 5.0)

Send Feedback

This sample profile can be used for phone-phone sessions.

The service provider listed in the domain attribute is eDial, and the session type and party are listed in the session element.

<provision key="ed0fdf0c-cc35-4d8e-bb5d-7125e4618fa2" 
           name="eDial">
    <user account="999999"  
          password="RTCRocks!" 
          uri="someone@example.com" />
    <accesscontrol domain="mydomain.com"
                   sig="unique signature provided by Microsoft" />
    <sipsrv addr="sip.mydomain.com:443" 
            protocol="tls" 
            auth="basic" 
            role="proxy">
        <session party="third" type="ph2ph" />
    </sipsrv>
    <sipsrv addr="sip.mydomain.com:443" 
            protocol="tls" 
            auth="basic" 
            role="registrar" />
</provision>

See Also

XML Profile Samples | RTC Client API XML Schema

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.