Profile for Phone-Phone Sessions

The sample profile listed below can be used for third-party 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" />

    <sipsrv addr="sip.edial.com:443" 
            protocol="tls" 
            auth="basic" 
            role="proxy">
        <session party="third" type="ph2ph" />
    </sipsrv>

    <sipsrv addr="sip.edial.com:443" 
            protocol="tls" 
            auth="basic" 
            role="registrar" />
  
</provision>