NowSMS Lite Question

NowSMS Lite Question SearchSearch
Author Message
Kelvin Muliamin
New member
Username: Kelvin2211

Post Number: 1
Registered: 01-2019
Posted on Thursday, January 31, 2019 - 05:30 am:   

Hello,

I am using NowSMS Lite Trial.

I have an application that sends BINARY SMS, but is currently not 'live'.

To make it live, I want to interconnect this application with NowSMS Lite (using real GSM modem and real live account),

so it goes like this:

MyApplication -> NowSMS Lite (with modem)-> Send Message (through modem)

How can I do this?

Thanks.
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 8315
Registered: 10-2002
Posted on Thursday, January 31, 2019 - 10:19 pm:   

Hi,

Your application would use either HTTP or SMPP to submit the message to NowSMS.

HTTP URL example here: https://www.nowsms.com/doc/submitting-sms-messages/sending-binary-messages

-bn

Bryce Norwood
Now SMS/MMS Support
Kelvin Muliamin
New member
Username: Kelvin2211

Post Number: 2
Registered: 01-2019
Posted on Friday, February 01, 2019 - 12:47 am:   

Hi Bryce,

Thank you for your response.

My application uses SMPP, not HTTP. Is there any example for this configuration?
Sorry for not mentioning this earlier.

Thank you.

- Kelvin
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 8316
Registered: 10-2002
Posted on Friday, February 01, 2019 - 01:48 pm:   

Hi Kelvin,

There is a setting on the "Server" page to enable the SMPP server and define the port number that NowSMS listens on for SMPP connections.

On the "Users" page, create a user account that you will login with using SMPP.

Note that binary SMS is not supported when using an Android device as a modem...only USB or serial GSM modems.



-bn

Bryce Norwood
Now SMS/MMS Support
Kelvin Muliamin
New member
Username: Kelvin2211

Post Number: 3
Registered: 01-2019
Posted on Monday, February 04, 2019 - 01:19 am:   

Hi Bryce,

Thanks again, I saw the configuration.

To finalize, I just need to send the SMPP request to this SMPP port, and then it will automatically send the message through the GSM modem?

Thanks.
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 8318
Registered: 10-2002
Posted on Monday, February 04, 2019 - 08:41 pm:   

Hi Kelvin,

Correct. Technically the SMPP client would first initiate a bind transaction to login with the user account credentials. Then, it would issue a submit transaction to send the message.

I'd suggest starting with a simple text message.

-bn
Kelvin Muliamin
New member
Username: Kelvin2211

Post Number: 4
Registered: 01-2019
Posted on Wednesday, February 06, 2019 - 01:04 am:   

Thanks a lot for your support Bryce.

I will post again if I encounter any difficulties.