Send sms via HTTP and recive Delivery via smpp

Send sms via HTTP and recive Delivery via smpp SearchSearch
Author Message
ayman abou ouda
Posted on Monday, April 19, 2010 - 06:45 pm:   

Dear sir ,

i have problem with this issue

my clients send sms via smpp to my nowsms server

and our server send sms via HTTP SMSC connection

and same account in SMSC give me Delivery via smpp

so i connect to provider http for send sms and smpp for recive delivery

but problem i can not routing delivery to my client becuase nowsms can not handel same msg id from http and smpp

for information my provider using also nowsms

so let me know if there solution for this issue

Best regards
ayman ouda
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 2026
Registered: 08-2008
Posted on Monday, April 19, 2010 - 08:37 pm:   

It is possible, but extremely difficult.

It is difficult because there is no standard format for delivery receipts or URL formats for SMS on HTTP.

It requires you to manually reformat delivery receipt messages arriving via HTTP so that they can be identified and converted to SMPP receipts.

The following link provides a more complete explanation:

http://support.nowsms.com/discus/messages/1/41851.html

--
Des
NowSMS Support
ayman abou ouda
New member
Username: Hotsms

Post Number: 2
Registered: 11-2007
Posted on Monday, April 19, 2010 - 10:56 pm:   

no i mean delivery not com in http connection

it come from smpp connection ,but i send sms via smpp , and i need to resend delivery to my client on smpp also
are you understand me ?
ayman abou ouda
New member
Username: Hotsms

Post Number: 3
Registered: 11-2007
Posted on Tuesday, April 20, 2010 - 08:57 am:   

as i told you my provider give me 2 connection

first for sending and it HTTP connection
second smpp and for reciveing Delivery reports only and same username and password

and he using now sms

so when i send sms via HTTP i got this response :

MessageID=4BCD1A60.req, Recipient=972599338957

and i got delivery for this sms via smpp

now the problem i need to send Delivery reports to my client as smpp not HTTP , becuase my client send and recive in same account on smpp

please help me
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 2029
Registered: 08-2008
Posted on Tuesday, April 20, 2010 - 03:24 pm:   

Let me make sure I understand.

To send SMS messages, you connect to your provider as an HTTP SMSC.

To receive delivery reports, you connect to your provider as an SMPP SMSC.

If this is true, I do not see anyway that you can match the delivery reports because message IDs would be inconsistent between the two protocols.

The only ways we have of managing delivery reports from upstream SMSC connections is if messages are sent and delivery reports received via the same type of SMSC connection.

--
Des
NowSMS Support
SUHAIL AHMAD
New member
Username: Suhail

Post Number: 1
Registered: 05-2010
Posted on Monday, May 03, 2010 - 11:56 am:   

script for sms in php
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 2073
Registered: 08-2008
Posted on Monday, May 03, 2010 - 01:29 pm:   

PHP script info: http://www.nowsms.com/support/api.htm