I don't see an smsbox-port defined in your core group.  Without that
the bearerbox and smsbox cannot communicate. Without communication
between the 2 boxes, smsbox will not receive any MO SMS for the
default sms-service you declared..

Also, as another reader posted, please try upgrding to v1.4.0. It's
much more stable than that 4 year old v1.2.1.

See ya...

d.c.

**>From: Matteo Calorio <[EMAIL PROTECTED]>
**>To: users@kannel.org
**>Subject: group = sms-service problem
**>Date: Fri, 4 Mar 2005 17:12:42 +0100
**>
**>Hello,
**>
**>I installed Kannel 1.2.1 on a Debian Sarge. I can receive SMSs, but I can't 
**>call a URI to pass some data to a web appl (Apache logs don't show anything 
**>about).
**>
**>I read documentation and some old posts into this list, but I can't 
understand 
**>where's the problem... Any help?
**>
**>This is my config file /etc/kannel/kannel.conf:
**>
**>===========================================================
**>group = core
**>admin-port = 13000
**>admin-password = foo
**>log-file = "/var/log/kannel/kannel.log"
**>log-level = 1
**>access-log = "/var/log/kannel/access.log"
**>
**>group = smsc
**>smsc = emi2
**>smsc-id = EX
**>host = "1.2.3.4"
**>port = 4152
**>smsc-username = "98395734"
**>smsc-password = "Xyyth54fuw"
**>our-port = 1070
**>receive-port = 1060
**>keepalive = 30
**>my-number = 98395734
**>
**>group = smsbox
**>bearerbox-host = localhost
**>sendsms-port = 13131
**>sendsms-chars = "0123456789 +-"
**>global-sender = 98395734
**>log-file = "/var/log/kannel/smsbox.log"
**>log-level = 1
**>access-log = "/var/log/kannel/access.log"
**>
**>group = sendsms-user
**>username = 98395734
**>password = Xyyth54fuw
**>
**>group = sms-service
**>name = default_service
**>keyword = default
**>catch-all = true
**>send-sender = true
**>omit-empty = true
**>get-url = "http://localhost/admin/insert-SSMS.php?sms_num=%p&sms_text=%b";
**>===========================================================
**>
**>
**>Cheers,
**>  Matteo
**>
**>

Reply via email to