Dear Kannel'ers,

I have a plan to integrate SMS Application 
using kannel to my GSM provider.
I have questions regarding to HTTP-SMSC.

There is a connection requirement from GSM provider 
for making direct line connection using HTTP.

Here is the reqirement specs:

Pull Message:

(1)
SMS Application <<<-------HTTP---------- SMSC
10.1.1.100                               10.1.1.2
If pull SMS coming from user's HP, SMSC will deliver 
to SMS Application.

Using HTTP post format like bellow: 
http://10.1.1.100/sms-service?from=12345&timestamp=mm-dd-yyyy&message=TIPS-OFF-THE-DAY

"message": using plaint text.

(2)
SMS Application receive that message and process that
request msg to 
the appropriate sms-service.

(3)
SMS-service result should deliver to SMSC as reply
message using format 
like this:
SMS Application ----------HTTP------->>> SMSC
10.1.1.2                               10.1.1.3
Using HTTP post format like bellow:
http://10.1.1.2/smsc?from=555&timestamp=mm-dd-yyyy&message=Please+be+patient

"message": using plaint text.

MY QUESTIONS:

(a). Can we implement those requirement using kannel? 
(b). If Yes, Would you mind to give me pointer how to
configure.
     It would be nice, if you give me kannel.cfg

Thank You for your help.

Best Regards.
Bei

Find local movie times and trailers on Yahoo! Movies.
http://au.movies.yahoo.com

Reply via email to