Hi,

I'm trying to build a fake test environment for my application, using
Kannel to Kannel link as per smsc_http.c comments define:

         * KANNEL->KANNEL linking: (UDH not supported in MO messages)
         *
         *****
         * FOR CLIENT/END-POINT KANNEL:
         *
         *  group = smsc
         *  smsc = http
         *  system-type = kannel
         *  port = NNN
         *  smsc-username = XXX
         *  smsc-password = YYY
         *  send-url = "server.host:PORT"
         *
         *****
         * FOR SERVER/RELAY KANNEL:
         *
         *  group = smsbox
         *  sendsms-port = PORT
         *  ...
         * 
         *  group = sms-service
         *  keyword = ...
         *  url = "client.host:NNN/sms?user=XXX&pass=YYY&from=%p&to=%P&text=%a"
         *  max-messages = 0
         *
         *  group = send-sms
         *  username = XXX
         *  password = YYY

This doesn't work. There's no send-sms group defined anywhere. Is this a
bug, comment problem or my blindness?

What am I trying to do is to make one instance act like an SMSC,
forwarding any MO messages to my fake message panel application via
regular HTTP POST, and forward any MT messages to a proper client
(matching with destination number) Kannel instance.

This is what I am able to understand from those comments.

Any clues?

Enjoy,
-- 
Enver ALTIN                   |        http://skyblue.gen.tr/
Software developer @ Parkyeri |      http://www.parkyeri.com/

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to