How to retrive sms details& MSISDN,IMEI,SMSC through gateway in Ser...

How to retrive sms details& MSISDN,IMEI,SMSC through gateway in Ser... SearchSearch
Author Message
Imraj sk
New member
Username: Imraj

Post Number: 6
Registered: 12-2008
Posted on Sunday, December 14, 2008 - 05:08 am:   

Hi can any one send me the java code to receive sms from mobile & details like MSISDN,IMEI,SMSC through nowsms gateway.For ex if any one send a sms from their mobile that message has to come through nowsms gateway to server. I need the java code to retrive MSISDN,IMEI,SMSC in server.Then i need to store those details in Database.. plz try to send me the code for this or else give me some suggestions how to solve this.Thanks in advance..

Imraj
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 334
Registered: 08-2008
Posted on Monday, December 15, 2008 - 10:58 pm:   

Hi Imraj,

All of that information is not available when you receive an SMS.

The MSISDN is availble (this is the @@SENDER@@ variable in your 2-way URL).

The SMSC from which the message is being received is available in limited situations ... only when messages are received via a GSM modem. (Other SMS interfaces do not present this information.) For GSM modem configurations, you can include @@RECEIVEDSMSC@@ in your 2-way URL which will be replaced with this information.

IMEI (or IMSI) information is not available with a received SMS.

--
Des
NowSMS Support