Hi again,

     Most of the smsc group parameters must be provided by the carrier
you are working with.

host, port (SMSC host and port) username, password, etc, depending on
the protocol and version they use.

Set verbosity to zero and be sure you are connected (check kannel.log)
before trying to send messages to your platform.

Check the user guide for the rest of your questions regarding how to
handle the incoming messages. Give it a second and third lecture, as
it may seem a bit confusing.

http://www.kannel.org/download/1.4.0/userguide-1.4.0/userguide.html

Regards,
Rodrigo.

On 11/10/05, linda <[EMAIL PROTECTED]> wrote:
> Hello,
>
> My task is send message to a short number, and this message will be sent to 
> the
> gateway and call the Servlet. This is the "core" code:
>
> group = core
> admin-port = 13000
> smsbox-port = 13001
> ....
>
> group = smsc
> smsc = cimd2
> host = *.*.*.*  # SMSC ip address ????
> port = 1234  # SMSC port ???
> smsc-username = ******   # username given by SMSC ????
> smsc-password = ******   # password given by SMSC ????
> keepalive = 5
> connect-allow-ip = "127.0.0.1;*.*.*.*" #content server ip address ???
> sender-prefix = ""
> no-sender = true
> no-coding = true
> .....
>
> group = sms-service
> keyword = Serv
> get-url = "http://my.applet.machine/Servlet?message=%a";
> send-sender = true
> strip-keyword = false
> max-messages = 1
> concatenation = true
>
> But after sending message to short number. I do not get any changes in my Web
> browser. Is there any way to check that whether the message has reached the
> gateway and call the Servlet???
> Please help me out of this. Thank you very much for your kindness.
>
> Regards,
> Linh Da
>
>
>

Reply via email to