| View previous topic :: View next topic |
| Author |
Message |
LOTRing Guest
|
Posted: Sun Dec 28, 2003 4:45 pm Post subject: Track Sender |
|
|
I noticed that msgstore got one file "info.txt" where i can see some basic info about some info details like browser type, date & time for sending, etc..
anyway to track the user phone no. or at least some thing that i can identify the sender?
Can i use the http header something like http_sub_no (in wap protocol environment) to check on this?
/LOTRing |
|
| Back to top |
|
 |
Peffis Site Admin
Joined: 09 Sep 2003 Posts: 324 Location: Sweden
|
Posted: Fri Jan 09, 2004 1:01 am Post subject: |
|
|
It depends...on an operator network the wap gw will usually perform authentication (mapping of ip address to msisdn (phone number)) and forward it to the MMSC. On an external MMSC like this you won't get the MSISDN though as you don't have access to the operators database.
A workaround for this is as I did it in Peffisaur for instance. Take a look at that code. assign a unique URL to each user. Then you know (sort of anyway) who is sending it. |
|
| Back to top |
|
 |
|