Check the source tree, there are a couple of sample conf files to start with.

Hope it helps,

On 3/7/06, Teguh Iskanto <[EMAIL PROTECTED]> wrote:
> Hello guys, I'm a newbie and I'm just curious whether kannel has a "quick
> guide how-to" on how to setup kannel for SMS. I've read the user guide docs
> and the arch docs but still , I  haven't got the idea on how things are
> working especially on the SMS part (maybe one of the reasons is:  there're
> lots of parameters on each modules and I just don't get which one is which
> and how they relates to another).
>
> my problem:
> I've managed to get the kannel box to talk to SMS-Carier via SMPP, but have
> no idea on which params / modules should I put on my config in order to send
> sms ( sms-service ? or smsbox ? or others ? ,  both have URL params and I
> was wondering how would they call the sendsms script ? ) or is there any
> config that I missed / overlooked ?
>
> Your help would be greatly appreciated.
>
> excerpt from config :
> # ---------------
> # Core Group
> # ---------------
> group = core
> admin-port = 13000
> admin-password = l1nk12
> #status-password = l1nk12
> admin-deny-ip = "*.*.*.*"
> admin-allow-ip = "127.0.0.1;10.10.32.*"
> log-file = "/tmp/bearer.log"
> log-level = 0
> access-log = "/tmp/bearer_access.log"
> smsbox-port = 13100
> wapbox-port = 13200
>
> # Sub Section smsbox , -MUST HAVE-
> # --------------------------------
> group = smsbox
> bearerbox-host = localhost
> sendsms-port = 13400
> log-file = "/tmp/smsbox.log"
> log-level = 1
> access-log = "/tmp/smsbox_access.log"
> sendsms-chars = "0123456789 +-"
> global-sender = 123456
>
> # Sub Section wapbox , -MUST HAVE-
> # --------------------------------
> group = wapbox
> bearerbox-host = localhost
>
> # SMSC - SMPP Type - ID: smppbox
> # ------------------------------
> group = smsc
> smsc  = smpp
> smsc-id = "smppbox"
> log-file = "/tmp/smsc.log"
> log-level = 1
> #host = "10.10.4.44"
> host = "10.10.4.31"
> port = 5212
> receive-port = 5207
> smsc-username = "link1"
> smsc-password = "TRIALONE"
> system-type = "link1"
> source-addr-ton = 0
> source-addr-npi = 4
>
> # SMSC - Fake Type - ID: fake
> # ------------------------------
> group = smsc
> smsc = fake
> smsc-id = "fake"
> host = localhost
> port = 13300
> log-file = "/tmp/smsc.log"
> log-level = 1
>
> # SMS User
> # ---------
> group = sendsms-user
> username = test
> password = test
>
> # SMS Service
> # ------------
> #group = sms-service
> #keyword = kill_me
> #get-url = "http://sendsms
>
>


--
Alejandro Guerrieri
Magicom
http://www.magicom-bcn.net/

Reply via email to