HTTP SMSC send text message

HTTP SMSC send text message SearchSearch
Author Message
Fahad Ahmed
New member
Username: Fahad

Post Number: 17
Registered: 06-2010
Posted on Monday, June 14, 2010 - 07:30 am:   

hi all

I successfully configured SMSC connection using GSM modem

and now I try to configure HTTP SMSC connection
because HTTP is cheaper.

how can I send text message using HTTP SMSC ?

Thanks :-)
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 2229
Registered: 08-2008
Posted on Monday, June 14, 2010 - 02:03 pm:   

What is the HTTP URL format used to send messages through your SMSC provider?
Fahad Ahmed
New member
Username: Fahad

Post Number: 18
Registered: 06-2010
Posted on Monday, June 14, 2010 - 02:42 pm:   

hi

Is it possible to send message through Ip address ?

or we must use specific SMSC ?
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 2238
Registered: 08-2008
Posted on Tuesday, June 15, 2010 - 06:30 pm:   

If the IP address is an SMS service provider that will accept messages from you, that is fine. (You will need to have a commercial arrangement with them.)

There is no magic IP address that will work with HTTP to send out SMS messages for free.
Ahmed Shiham
New member
Username: Shiham

Post Number: 1
Registered: 07-2010
Posted on Tuesday, July 20, 2010 - 08:13 am:   

Hello, Below is my HTTP URL format.

http://192.168.xx.xxx:8081/?LOGIN=xxx&PASSWD=xxxxx&MOBILENO=960xxxxxxx&MESG=xxxx &TYPE=0

Can you tell me how to get this to work?

Thanks,
Shiham
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 2340
Registered: 08-2008
Posted on Tuesday, July 20, 2010 - 09:19 pm:   

Hi Shiham,

Add an SMSC connection, HTTP type.

Host name is 192.168.xx.xxx

Port number is 8081

Username/password can be left blank (you can hardcode in the URL).

Server type is "Custom".

URL template text would be:

/?LOGIN=xxx&PASSWD=xxxxx&MOBILENO=@@PhoneNumber@@&MESG=@@Text@@&TYPE=0

If there is an interface for binary messages, a similar template would be defined for them.

--
Des
NowSMS Support
Ahmed Shiham
New member
Username: Shiham

Post Number: 2
Registered: 07-2010
Posted on Wednesday, July 21, 2010 - 06:40 am:   

Hi Des,

Thanks, It works fine now!

BR,
Shiham