Configuring SIP Server Settings Example
4/8/2010
This example illustrates how to configure the SIP server.
Note
The value of the SIPsettings 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="SIPsettings"
value="<provision key='1232ab10' name='VoIPPhoneCanvas'>
<user account='cetvoip\medtest08' password='test' uri='sip:14257051187@157.54.9.161' allowedauth='digest'/>
<sipsrv addr='157.54.9.161' protocol='UDP' role='proxy'> <session party='First' type='pc2pc'/>
<session party='First' type='pc2ph' /> </sipsrv> <sipsrv addr='157.54.9.161' protocol='UDP' 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.