views:

411

answers:

3

Does anyone know how widely WTAI is supported in mobile phones, or can point to a list of supported devices.

+1  A: 

The great majority of device support some WTAI primitives (because they are include in WAP). Those are current supported: WTAPublic.makeCall, WTAPublic.sendDTMF and WTAPublic.addPBEntry

More information here and here.

fravelgue
A: 

I came across a couple resources on device capabilities today.

DeviceAtlas
and
WURFL

ScottS
A: 

It depends on what you are hoping to use WTAPI for.

If it is for a wap site then check out Device Atlas or WURFL, or Mobile elements

The next problem that we have is after you have the click to call link, you need to track it we have done this in the past using a service like OnSip.

Whereby each call goes to OnSip then they forward the call onto the correct number they then call to a url hosted on our servers whenever a call comes through enabling us to track the number of people who clicked on the click to call link

Barry