Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/8/2010

This example illustrates how to configure the SIP server.

Note:
The value of the SIPsettingsparm is a string containing the specified server information in XML format. You must replace all starting ("<") and terminating (">") brackets within the XML string with "&lt" and "&gt" respectively.

Code Example

Copy Code
<characteristic type="VoIP">
  <parm name="SIPsettings" 
		value="&ltprovision key='1232ab10'
name='VoIPPhoneCanvas'&gt 
				 &ltuser account='cetvoip\medtest08'
password='test' uri='sip:14257051187@157.54.9.161'
allowedauth='digest'/&gt 
				 &ltsipsrv addr='157.54.9.161' protocol='UDP'
role='proxy'&gt &ltsession party='First'
type='pc2pc'/&gt 
				 &ltsession party='First' type='pc2ph' /&gt
&lt/sipsrv&gt &ltsipsrv addr='157.54.9.161'
protocol='UDP'										 
role='registrar'/&gt 
			 &lt/provision&gt" 
   /> 
</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.

See Also