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

The VoIP Configuration Service Provider provides a framework for provisioning VoIP settings on Windows Mobile devices. It supports initial provisioning (bootstrapping) as well as subsequent updates to the device.

Security Note:
Do not insert user-entered data into the provisioning files. This could insert dangerous XML into the provisioning files.
Security Note:
Configuration data is not encrypted when sent over the air (OTA). Be aware of this potential security risk when sending sensitive configuration data, such as passwords.

The following diagram illustrates the VoIP Configuration Service Provider schema used in OMA DM.

The following diagram illustrates the VoIP Configuration Service Provider schema used in OMA Client Provisioning.

Characteristics

None. All the characteristics are defined at the root level of the VoIP characteristic.

Parameters

Term Definition

SIPSettings

Specifies the XML string that is used to provision this SIP server. For more information, see Configuring SIP Server Settings Example.

VoicemailSettings

Specifies the XML string that is used to subscribe to the Voice Mail server.

VoicemailNumber

Specifies the access number that is used to retrieve VoIP voice mail.

BackupSIPsettings

Specifies the XML string that is used to provision the backup SIP server.

DialPlan

The XML string that is used to specify the dial plan.

For more information about the Dial Plan, see DialPlan Component.

Microsoft Custom Elements

The following table shows the Microsoft custom elements that this Configuration Service Provider supports for OMA Client Provisioning.

Elements Available

parm-query

Yes

noparm

Yes

nocharacteristic

Yes

characteristic-query

Yes

Use these elements to build standard OMA Client Provisioning configuration XML. For information about specific elements, see MSPROV DTD Elements. For general examples of how to use the Microsoft custom elements, see OMA Client Provisioning XML File Examples.

For information about OMA Client Provisioning, see OMA Client Provisioning Files.

See Also