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?

Community
  • 1
  • 1
Vishal
  • 355
  • 3
  • 18

1 Answers1

1

There is no standard way to get msisdn and it depends on mobile operators.

While one operator provide msisdn via http header with authorized ip and domain, another one provide msisdn via it's own web service.

There may be another ways to get msisdn, but i don't think there is a common web service.

Nevertheless, you can try to get msisdn via following http headers.

  • X-MSISDN
  • X_MSISDN
  • HTTP_MSISDN
  • HTTP_X_MSISDN
  • HTTP_X_FH_MSISDN
  • HTTP_X_UP_CALLING_LINE_ID
Uras
  • 55
  • 1
  • 2
  • 7