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
15
votes
3 answers

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

I have several question about MSISDNs. I understand: MSISDN is the basically the phone number It is not IMSI What i need to know further are: Is MSISDN number burnt (stored) in SIM Card? If it is yes, are all providers make sure that there is…
Maria Hientono
  • 193
  • 1
  • 2
  • 9
13
votes
3 answers

Detect an MSISDN (mobile number) with the browser

Are there any HTTP headers one can use to detect a mobile users number other than this X-header x-up-calling-line-id ? I want to detect from all browsers as much as possible to cover all platform mobiles.
kitokid
  • 3,009
  • 17
  • 65
  • 101
13
votes
1 answer

android mms download mms content through mms url

I am trying to download the MMS picture content through the MMS url, but it returns with a 403 (Forbidden) server response with an invalid MSISDN number. I have pasted my code below for reference. Thanks in advance! private static boolean…
kamal_tech_view
  • 4,235
  • 4
  • 28
  • 49
12
votes
2 answers

Detect SIM change OR find IMSI of the SIM using official iOS SDK?

I am developing an app for a mobile carrier. First I wanted to find any of the things (IMSI, ICCID, IMEI, MSISDN) so that I can detect if the SIM is related to my mobile carrier. But I guess Apple doesn't allow that. Now as a workaround I will ask…
orak
  • 2,399
  • 7
  • 29
  • 55
11
votes
1 answer

Get MSISDN from the SIM using Android

I'm trying to retrieve the MSISDN from the SIM using Android, I have tried getLine1Number() but this only returns the MSISDN stored in My Phone Information or Owner Information secction, if these info is not stored, Android will return a null…
megazoid
  • 1,146
  • 5
  • 17
  • 28
6
votes
1 answer

php nginx server got strange header and post data from http request

Our app server got some strange request, http headers like: "Content-Type": "application/x-www-form-urlencoded", "Content-Length": "3177", "Host": "xxxxxxxxx", "Accept": "*/*", "Accept-Encoding": "gzip", "Msisdn": "12345678", And the http post body…
timestee
  • 1,086
  • 12
  • 36
6
votes
2 answers

Best Data Type and length to use for MSISDN storage

What would be the best Data Type to use for storing an MSISDN (phone number). Need to be able to store any phone number in the world. Does anyone know the maximum possible MSISDN length, including international dialling code? For example South…
darryn.ten
  • 6,784
  • 3
  • 47
  • 65
5
votes
4 answers

how to get MSISDN number in WAP using PHP?

I have developed a WAP application and I would like to get the MSISDN of the users that visit my site. My operator has white listed my WAP application. I am getting MSISDN successfully on couple of Samsung Mobiles, but not getting same result on…
nirav1717
  • 51
  • 1
  • 1
  • 3
3
votes
2 answers

String number to integer not working PHP

I am trying to get a string number to an integer but it's not working as expected here is the code with the problem: $usage['msisdn'] = "46720000000"; $usage['msisdn'] = (int)$usage['msisdn']; echo $usage['msisdn']; It echoes 2147483647 as integer…
Hassan Ila
  • 574
  • 1
  • 6
  • 20
3
votes
1 answer

MSISDN country code detection

How can I detect the country code from the following MSISDN? Cyprus (+357XXXXXXXX) -- 11 digits Finland (+358XXXXXXXXXX) -- 13 digits Serbia (+381XXXXXXX) -- 10 digits Different countries have different number of digits in their country code and…
user2432443
  • 147
  • 2
  • 11
3
votes
2 answers

Obtaining MSISDN for a Symbian client

I need to obtain MSISDN for authentication.Doing authentication by any another way,is not an option. I can summarize my research until now as follows: 1.There is no API to obtain MSISDN on J2ME. 2.One method to obtain the MSISDN is to obtain it…
Mukund Samant
  • 1,079
  • 7
  • 12
2
votes
4 answers

iPhone application to make voice call

I'm trying to make an iPhone application. In it, I want to add a module to make voice call using this application (msisdn is our input). Is this possible? If so, what is the result in iPod Touch? Any body know how to notify push registry in iPhone?…
jaleel
  • 315
  • 1
  • 5
  • 15
2
votes
0 answers

jquery - get http headers

How do you get the http headers passed on a page? Is this achievable via javascript/jquery? I'm looking into something like this: http://www.mulliner.org/pc.cgi
lorraine batol
  • 6,001
  • 16
  • 55
  • 114
2
votes
1 answer

Get MSISDN number through code

Is there any way to get MSISDN(Mobile Subscriber Integrated Services Digital Network-Number) number through code. I have navigated to other questions as well but none of them are answered. Any help towards the path will really be appreciated. Note:…
Suresh Varma
  • 9,750
  • 1
  • 60
  • 91
1
vote
3 answers

How to send SMS from mobile browser

I'm looking for a method to send an SMS from a mobile browser. Currently I have a link: Send SMS to Me The idea is, if the user clicks on the above link, a SMS is automatically sent to my phone, from the user's…
PhongTran
  • 13
  • 4
1
2