Nowsms as smpp server that able to deliver_sm for load test smpp cl...

Nowsms as smpp server that able to deliver_sm for load test smpp cl... SearchSearch
Author Message
Mohd Izhar
New member
Username: Mrlonely78

Post Number: 1
Registered: 11-2011
Posted on Wednesday, November 23, 2011 - 09:30 am:   

Dear support,

I'm currently using trial nowsms. My current implementation as below;

USSD gateway -> Nowsms gateway -> 3rd party smpp client

In order to test the capability of the 3rd party smpp client, i plan to do this;

Nowsms web submit -> Nowsms gateway -> 3rd party smpp client

I try this, but what i get is message successfully submitted to nowsms gateway, but not receiving on the 3rd party smpp client, apart from that, no logs indicating message submitted to 3rd party smpp client.

the logs as below;

from smsdebug log in smpp gateway;

16:31:58:058 [20] ThreadProcessConnection: Processing request /?PhoneNumber=%2B60133310860&Text=%2A123%23&SMPPOption_ussd_service_op=1&SMPPOpt ion_ussd_imsi=502195200799271&SMPPOption_ussd_vlr_addr=60197030004&SMPPOption_us sd_hlr_addr=60194030005&Sender=123&SMPPOption_more_messages_to_send=0&dcs=F&Serv iceType=USSD&PID=0&InboundMessage=YES&LocalUser=VE1
16:31:58:058 [20] Debug: 1 recipient entries
16:31:58:058 [20] WaitForSocketClose: WinSock reported ioctlsocket complete

what i'm doing wrong?
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 3614
Registered: 08-2008
Posted on Wednesday, November 23, 2011 - 03:42 pm:   

Hi,

Make sure the account definition for VE1 has the setting enabled to accept received messages for this account.

Received messages should be queued in USERS\VE1\Q if you want to check that directory.

Also, just a performance note, for once you get past this issue...

By default, NowSMS does not use asynchronous mode for delivering messages to SMPP clients. There is a setting to enable asynchronous mode in this direction which is described in the following link: http://www.nowsms.com/smpp-async-mode

--
Des
NowSMS Support
Mohd Izhar
New member
Username: Mrlonely78

Post Number: 2
Registered: 11-2011
Posted on Thursday, November 24, 2011 - 02:38 am:   

Hi Des,

Thanks for the reply. I have rechecked my configuration, and the user has been set to accept received message from the smpp gateway. However, the problem still remain. No deliver_sm to the client when triggering via web of smsgw. The smsgw.ini option as below;

[Inbound SMS Routing]
ve1=123

About the async mode, i will stick to sync mode since the current operator we are connected is on sync mode only.

Pls advise.

Thanks.
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 3616
Registered: 08-2008
Posted on Thursday, November 24, 2011 - 02:00 pm:   

Hi Mohd,

I think I know what the problem is.

There is an odd configuration requirement in this case.

When you use the InboundMessage= or LocalUser= parameters to submit messages, these messages don't get actually get routed unless "Process Received SMS Messages" is checked on the 2-way page.

--
Des
NowSMS Support
Mohd Izhar
New member
Username: Mrlonely78

Post Number: 3
Registered: 11-2011
Posted on Thursday, November 24, 2011 - 03:21 pm:   

Hi Des,

After follow your advise, its now working. I'm preparing the system for load test soon.

Thank you so much.

My only intention to use the nowsms is only for load test.

Cheers.