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

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

Note:
The AreaCodeand CountryCodevalues should be preset if possible. Applications, such as smartdial, use 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.

Code Example

Copy Code
<characteristic type="Tapi">
   <parm name="CellBroadcastLanguage" value="0"/>
   <parm name="CellBroadcastEnableTopicList" value="1"/>
   <parm name="CellBroadcastEnabled" value="1"/>
   <parm name="Voicemail1" value="+14255550179"/>
   <parm name="Voicemail2" value="+14255550189"/>
   <parm name="TAPI_BARRING_PASSWORD" value="1111"/>
   <parm name="TAPI_PIN2" value="1234"/>
   <parm name="SMSC" value="+14255550178"/>
   <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>

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