Hi Guys,
Run into another thing this time.... One of our operator provided us
with http interface for sending out the messages... Here is how
configuration are.
group = smsc
smsc = http
smsc-id = TELCOM5
system-type = kannel
smsc-username = telcom5user
smsc-password = telcome5password
send-url = "http://TELCOMSERVERIP/ooober.a"
port = 13125
allowed-smsc-id = TELCOM5
The operator inject messages using the URL Like
http://KANNELBOXIP:13125/sms?to=
<http://75.101.161.220:13125/sms?to=><ShortCode>&username=telcom5user&smsc=TELCOM5&password=telcom5password&from=<Sender#>&text=<Message>
But how would we inject our messages back to this http interface ... The
URL we need to hit to send out the message to the client number is
something like this.
http://TELCOMSERVERIP/sms.a?G=<Mobile Number>&S=<Shotcode>&M=<Text
Message>&O=<Password>&U= <Username>
Is there any way we can figure out without changing anything in
application level... As we are sending message There are no Valued for
G=<Mobile Number>&S=<Shotcode>&M=<Text Message>&O=<Password>&U=
<Username>...
Regards,
Ishtiaq Ahmed
Any help in this regard would be