Configuring Backup Server Settings Example
4/8/2010
This example illustrates how to configure the backup SIP server settings.
Note
The value of the BackupSIPsettings parm is a string containing the specified server information in XML format. You must replace all starting ("<") and terminating (">") brackets within the XML string with "<" and ">" respectively.
Code Example
<characteristic type="VoIP">
<parm name="BackupSIPsettings"
value="<provision key='1232ab04' name='VoIPPhoneCanvas'>
<user account='cetvoip\sqtp1' password='test' uri='sip:57949@redmond.corp.microsoft.com' allowedauth='digest'/>
<provider name='Test IP' />
<sipsrv addr='157.56.180.29' protocol='TCP' role='proxy'>
<session party='First' type='pc2pc' />
<session party='First' type='pc2ph' />
</sipsrv>
<sipsrv addr='157.56.180.29' protocol='TCP' role='registrar'/>
</provision>"
/>
</characteristic>
Remarks
One provisioning XML file typically contains configuration information for multiple Configuration Service Providers. To use this example, you must replace the values as appropriate, and add the node as a child of the OMA Client Provisioning file. For information about the syntax of this file, see OMA Client Provisioning Files. For examples, see OMA Client Provisioning XML File Examples.