0

I need to get the MSISDN number of my the device(Blackberry primarily ) on which app is running. I know it can be done using wap. Just wanted to know is there any common webservice by using which i can get the msisdn number. Or i need to create one. Also is there any way by using which i can get the msisdn number.

Referred link - MSISDN : Is it a SIM Card Data? Why all The Provided Function (from Blackberry and Android) to fetch MSISDN not reliable?

4

1 回答 1

1

获取 msisdn 没有标准方法,它取决于移动运营商。

一个运营商通过带有授权 ip 和域的 http 标头提供 msisdn,而另一个运营商通过其自己的 Web 服务提供 msisdn。

可能还有其他方法可以获取 msisdn,但我认为没有通用的 Web 服务。

不过,您可以尝试通过以下 http 标头获取 msisdn。

  • X-MSISDN
  • X_MSISDN
  • HTTP_MSISDN
  • HTTP_X_MSISDN
  • HTTP_X_FH_MSISDN
  • HTTP_X_UP_CALLING_LINE_ID
于 2015-01-29T17:05:09.793 回答