you need to add a smsbox-route group, check the UG for more info

Best Regards,
Mohammed M I Sleem

http://www.abusleem.net  - Personal blog

http://www.freakle.com - The Search Freak <http://www.colorle.com>



On Wed, Dec 15, 2010 at 8:20 AM, Miguel Duarte <[email protected]>wrote:

> Hello,
>
> It seems that kannel is not forwarding the SMS it receives from the SMPP to
> an external website (php).
> I only found this that might be interesting in the bearerbox.log -> [4]
> WARNING: smsbox_list empty!
> I can see in the bearerbox.log that its receiving the message. In the
> apache logs I can see no communication tentative from kannel.
>
> I would appreciate any help.
>
>
> Here is my configuration from kannel.conf:
>
> group = core
> admin-port = 13000
> admin-password = sucker
> admin-deny-ip = "*.*.*.*"
> admin-allow-ip = "192.168.1.1"
> wapbox-port = 13002
> wdp-interface-name = "*"
> log-file = "/var/log/kannel/bearerbox.log"
> box-deny-ip = "*.*.*.*"
> box-allow-ip = "127.0.0.1"
> dlr-storage = internal
> smsbox-port = 13014
>
> group = wapbox
> bearerbox-host = localhost
> log-file = "/var/log/kannel/wapbox.log"
>
> group=smsc
> smsc=smpp
> smsc-id=internal
> interface-version=34
> host=192.168.1.100
> port=5016
> system-id=<HIDDEN>
> smsc-password=<HIDDEN>
> system-type=default
> transceiver-mode=1
>
> group = sendsms-user
> username = usertest
> password = passwd1
>
> group = smsbox
> bearerbox-host = 127.0.0.1
> sendsms-port = 13013
> log-level = 0
> global-sender = 88135
>
> group = sms-service
> keyword =
> keyword-regex = .*
> catch-all = yes
> max-messages = 0
> get-url = "http://localhost/sendsms.php?to=%p&msg=%a";
>
>

Reply via email to