Unable to receive IN SMS using SMPP

Unable to receive IN SMS using SMPP SearchSearch
Author Message
Wahab Hussain
New member
Username: Hellowahab

Post Number: 1
Registered: 11-2014
Posted on Wednesday, November 12, 2014 - 01:33 pm:   

I have written a java client to access SMSGateway using SMPP.
When i insert the message inside NOWSMS using the URL

http://127.0.0.1:8800/?PhoneNumber=281&Text=ghi&InboundMessage=Yes&LocalUser=tes t&Password=test

The message get inserted in IN sms but my Java client isn't intimated for any received message by NOWSMS.

I want to receive that SMS using my Java Client over SMPP
Can anyone suggest why it's not happening or why NOWSMS is not intimating my client.
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 5108
Registered: 08-2008
Posted on Wednesday, November 12, 2014 - 05:51 pm:   

Hi,

I assume the Java client initiates the SMPP connection as ESME, correct?

And it connects using an account named "test" defined under "SMS Users"

Inbound messages won't actually get routed unless "Process Received SMS Messages" is enabled on the 2-Way configuration page.

--
Des
NowSMS Support
Wahab Hussain
New member
Username: Hellowahab

Post Number: 2
Registered: 11-2014
Posted on Thursday, November 13, 2014 - 04:54 am:   

Yes it connect using Test account.

Ok let my try enabling "Process Received SMS Messages"