Questions tagged [msisdn]

About Mobile Subscriber Integrated Services Digital Network Number(MSISDN)

MSISDN is a number uniquely identifying a subscription in a GSM or a UMTS mobile network. Simply put, it is the telephone number of the SIM card in a mobile/cellular phone. This abbreviation has several interpretations, the most common one being "Mobile Subscriber Integrated Services Digital Network Number"

29 questions
1
vote
3 answers

Getting reliable MSISDN from Android Phone? VoiceMailNumber Line1Number

First off the MSISDN is the same as the phone number. I have been looking into seeing if it if possible to get the phone number off of an Andoid phone. The result of my research was yes and no. It is possible using TelephonyManager and…
Dave
  • 3,178
  • 5
  • 28
  • 44
1
vote
2 answers

Ensuring Device Phone number and App Phone number is same

This can be move to general discussion I have an App that uses users Mobile Number. The mobile number is must to use the App and it is the main identifier of user. I have also the SMS verification. But according to the app policy it is must to have…
Toton
  • 33
  • 7
1
vote
1 answer

How to get the MSISDN on firefox OS

I'm developing a web application for Firefox OS, and I need to get the MSISDN. I'm using a privileged app. here is my manifest : { "version": "0.1", "type": "privileged", "permissions": { "mobileid": { "description": "Needed for…
Yasser B.
  • 835
  • 6
  • 20
  • 34
1
vote
0 answers

Detect a mobile number (i.e. MSISDN) over WiFi

Is there a way to detect a mobile number (i.e. MSISDN) from a web page a user is viewing over WiFi network?
A.Salam Alasaadi
  • 167
  • 1
  • 2
  • 11
0
votes
1 answer

Which ISPs supports sending MSISDN in http headers?

It recently came to my attention that you can access mobile phone numbers in http request headers but only for specific ISPs/Cellular Data providers. Apparently you can only access this MSISDN header if the user is connected to the internet through…
Nicholas Porter
  • 2,588
  • 2
  • 23
  • 37
0
votes
1 answer

Post request WCF Library Project

I am trying to create a POST request on a WCF Service to add to server AllocateCreditToken to a specific MSISDN. I am having a problem that when I start instance of the project and load the URL with the value I want to add, i get a message on the…
E H
  • 1
  • 1
0
votes
1 answer

Extract MSISDN headers on Rails

I'm curious about is there any way to detect phone number when accessing my website via 3G. I did some research on the Internet and found these headers that can help me extract the phone number. But I can not get…
Hoa Hoang
  • 1,212
  • 14
  • 20
0
votes
1 answer

get msisdn in FirefoxOS

i'm trying to retrieve MSISDN in a FirefoxOS phone. i'm doing the extraction of other data, so i have many permissions on my manifest.webapp: "permissions":{ "mobileid": {}, "mobilenetwork": {}, "mobileconnection": {}, "open-remote-window": {}, …
leandro713
  • 1,268
  • 1
  • 10
  • 17
0
votes
1 answer

How to get a unique mobile ID for Firefox OS

I'm trying to get a unique mobile ID for each user who uses my firefox os application. I was thinking about MSISDN but it seems to be illegal to do that, send MSISDN to anther server is illegal. Is there anyway to get a unique mobile ID for firefox…
Yasser B.
  • 835
  • 6
  • 20
  • 34
0
votes
1 answer

php- How to detect MSISDN from headers?

I am using getallheaders() function in php to check the users' headers. I want to detect their MSISDN (phone number) when they are on mobile data, and I've found 'x-msisdn' header for the same. So here's my problem, if a person is using UC Browser…
user3696690
  • 61
  • 2
  • 3
  • 11
0
votes
1 answer

MSISDN Detection Mobility -

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.…
Vishal
  • 355
  • 3
  • 18
0
votes
1 answer

CoreTelephony - how to use headers - get something unique for SIM

I'm trying to determent some info for a user over the carrier network. I have found the CTSubscriber and CTSubscriberInfo headers in the framework, but I can't find any documentation on how to use them. I need to find any unique data that the…
Spire
  • 1,055
  • 2
  • 17
  • 47
-1
votes
1 answer

Detect SIM change using PhoneGap in iOS

I am working on a PhoneGap iOS application which needs to use the SIM or MSISDN for it certain functionality. I want to know if there is any way I can get the certain information of the SIM like it's ID if not the mobile number or if I can know or…
Abhishek
  • 49
  • 1
  • 3
-1
votes
1 answer

Can MSISDN only be fetched by a WAP website?

I have a requirement to get MSISDN (phone number) of the person who will be visiting it from a Android or iPhone. I know I can get the MSISDN from the HTTP headers. I want to know that if I already have contracts with mobile carriers then can i get…
Shekhar_Pro
  • 18,056
  • 9
  • 55
  • 79
1
2