Share via


SpeedDial Configuration Service Provider Examples for OMA Client Provisioning

Send Feedback

The following code example shows extended provisioning XML, and specifies a speed dial entry. In this example, pressing and holding the 2 key dials the telephone number shown.

<wap-provisioningdoc>
  <characteristic type="SpeedDial">
    <characteristic type="Firstname Lastname">
        <parm name="Key" value="2"/>
        <parm name="Tel" value="4255551111"/>
    </characteristic>
  </characteristic>
</wap-provisioningdoc>

See Also

SpeedDial Configuration Service Provider

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.