Hi Ed,

You can use HTTP-SMSC relaying gateway.

The theory is:
- You have a connection to SMPP SMSC
- You have users that do not want just http cgi command to send sms, am I right ?
- Then there should be a HTTP-SMSC acks as a gateway between your clients and your SMPP
- So, You have to set a HTTP-SMSC like this:

group = smsc
smsc = http
smsc-id = "HTTP"
port = 10000
connect-allow-ip = "127.0.0.1;10.0.3.5;10.0.3.8"
denied-smsc-id = "SMPP;HTTP"
system-type = kannel
smsc-username = aaa
smsc-password = ***
no-sender = false
no-coding = false
no-sep = false
send-url = "http://localhost:13003/cgi-bin/sendsms";

- Then in the sendsms-user group:

group = sendsms-user
username = aaa
password = ***
user-allow-ip = "*.*.*.*"
max-messages = 10
concatenation = true
default-sender = 888
forced-smsc = "SMPP"

- Then the routing will be lasting at SMPP-SMSC configuration:

group = smsc
smsc = smpp
smsc-id = "SMPP"
allowed-smsc-id = "HTTP'
denied-smsc-id = "SMPP"
host = 123.123.123.123
port = 600
receive-port = 700
smsc-username = 0
smsc-password = 0
system-type = "VMA"
address-range = ""


Hope the answer meets your need.

Best Regards,



Eko Yanuar

*********** REPLY SEPARATOR  ***********

On 01/07/2002 at 8:56 Ed Ng wrote:

>Hi All,
>
>I have a remote user using UCP or HTTP protocol and
>wanting to connect to an SMPP SMSC. They are having a
>lot of difficulties developing an application layer to
>cater SMPP protocol. I was wondering, can I use kannel
>and receive message from the HTTP protocol gateway and
>transmit the message to an SMPP SMSC? If so, how do I
>do it, do I need to do some sort of integration
>program to the HTTP server? Can anyone help provide an
>example on the config file?
>
>Thanks
>Eddie
>
>__________________________________________________
>Do You Yahoo!?
>Everything you'll ever need on one web page
>from News and Sport to Email and Music Charts
>http://uk.my.yahoo.com




Reply via email to