Share via


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 "&lt" and "&gt" respectively.

Code Example

<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

Tasks

VoIP Configuration Service Provider Examples