Configuring Tapi Settings Example

Send Feedback

This example configures many of the settings for Tapi, such as cell broadcast, voicemail, security, network, and supplementary services.

Note   The AreaCode and CountryCode values should be preset if possible. Applications such as smartdial make use of these parms when performing searches for matching phone numbers. The values for these parms can be placed in ROM by OEMs during manufacture or provisioned by Mobile Operators before deployment to their customers.

<wap-provisioningdoc>
   <characteristic type="Tapi">
      <parm name="CellBroadcastLanguage" value="0"/>
      <parm name="CellBroadcastEnableTopicList" value="1"/>
      <parm name="CellBroadcastEnabled" value="1"/>
      <parm name="Voicemail1" value="+14255551212"/>
      <parm name="Voicemail2" value="+14255551313"/>
      <parm name="TAPI_BARRING_PASSWORD" value="1111"/>
      <parm name="TAPI_PIN2" value="1234"/>
      <parm name="SMSC" value="+14255551211"/>
      <parm name="TAPI_NETWORK_PREFERRED" value=""/>
      <parm name="TAPI_NETWORK_SELECT_CURRENT" value="13201"/>
      <parm name="TAPI_NETWORK_CURRENT" value=""/>
      <parm name="TAPI_NETWORK_AUTOMATIC" value="1"/>
      <parm name="CountryCode" value="1"/>
      <parm name="AreaCode" value="425"/>
      <parm name="TAPI_SEND_CALLID" value="1"/>
      <parm name="TAPI_FIXEDDIAL_NUMBERS" value="123;435"/>
      <parm name="TAPI_FIXEDDIAL_ENABLED" value="1"/>
      <parm name="TAPI_BARRING_OUT" value="2"/> 
      <parm name="TAPI_BARRING_IN" value="2"/>
      <parm name="TAPI_WAITING" value="1"/>
   </characteristic>
</wap-provisioningdoc>

See Also

Tapi Configuration Service Provider Examples for OMA Client Provisioning

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.