Format Trouble

Format Trouble SearchSearch
Author Message
DINAR
New member
Username: Dinar

Post Number: 1
Registered: 04-2006
Posted on Friday, April 28, 2006 - 10:26 am:   

Madam/Sir.
We have been evaluating NowSMS v.2006.03.9 We have a cooperation with a local SMSC here which has released IP/Username/PW for us to connect via HTTP to their SMS Gateway..It seems, the SMSC requests for compliance of certain convention such as to generate URL format like: http://pushhost/push?<uid>&pwd=<pwd>&serviceid=<serviceid>&msisdn=<msisdn>&sms=< sms>&transid=< transid>&smstype=<smstype>

Question, what kind of URL format does SMSNow generate when pushing to SMSC?
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 5856
Registered: 10-2002
Posted on Friday, April 28, 2006 - 07:48 pm:   

Hi,

You configure a URL template when you define the HTTP SMSC connection to NowSMS.

Based upon your example above, it would be something like this:

http://pushhost/push?<uid>&pwd=<pwd>&serviceid=<serviceid>&msisdn=@@PhoneNumber@ @&sms=@@Text@@&transid=<transid>&smstype=<smstype>

NowSMS will replace @@PhoneNumber@@ with the intended recipient phone number ... and @@Text@@ with the text of the message.

You can find some more information here:

http://www.nowsms.com/documentation/ProductDocumentation/configuring_smsc_connec tions/HTTP_SMSC.htm

-bn