RE: Fetching MSISDN in Kannel
"Pommnitz, Jörg" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Information regarding the MSISDN vanishes at the border between the PLMN and the Internet. This is either the RAS server for CSD or something close to the SGSN in GPRS. If you don't have access to either one, you can only depend on tokens voluntarily sent by the client's user agent. So, what you want to do requires either support from your users or from the network operator. Developers bemoan this problem since the dawn of WAP. Regards Joerg -----Ursprüngliche Nachricht----- Von: Shashi Anand B [mailto:[email protected]] Gesendet: Freitag, 10. Dezember 2004 12:41 An: Pommnitz, Jörg Cc: [email protected] Betreff: Re: AW: Fetching MSISDN in Kannel Thanks for the response. Is there any other identifier that I can use to identify the user? I have to log the requests and responses from the user and replay the response on receiving the same request later from the same user. The IP address can be used to identify the user while simulating and testing. But, how can this be done in actual wireless environment. Any pointers in this direction will be helpful. Regards, Shashi Anand B On Thu, 9 Dec 2004, "Pommnitz, Jörg" wrote: > To be absolutely correct: you could use RADIUS for GPRS as well, > but this involves a (rather expensive and restricted) private GPRS > APN. I doubt you want to go this route. > > Regards > Joerg > > -----Ursprüngliche Nachricht----- > Von: Pommnitz, Jörg > Gesendet: Donnerstag, 9. Dezember 2004 11:34 > An: 'Shashi Anand B'; [email protected] > Betreff: AW: Fetching MSISDN in Kannel > > > Kannel only sees the WAP request arriving through UDP. If your clients > use GPRS to access your application, then you are out of luck. The > information > is just not there. If you are using CSD to a RAS under your control, then > you can use RADIUS accounting messages to map an IP address to a MSISDN > number. > > Regards > Joerg > > -----Ursprüngliche Nachricht----- > Von: Shashi Anand B [mailto:[email protected]] > Gesendet: Donnerstag, 9. Dezember 2004 11:35 > An: [email protected] > Betreff: Fetching MSISDN in Kannel > > > For an application that I am developing using Kannel as the gateway, I > need to uniquely identify the user agent of a WAP request in the gateway. > Since MSISDN is unique, how to fetch the MS ISDN of the request in Kannel? > > Regards, > Shashi Anand B >