Hello Kannel users,

I'm having problems in order to receive SMS. It seems that the SMS is not
being forward to the GET-URL parameter. If I manually introduce in my
broswers, I'll able to execute the script.
I notice that in the apache access.log, there is not connection tentative.

As you can see in the log (attached bearerbox.log), the Kannel is able to
receive the message that I sent from my mobile but it does not forward to
the GET-URL.

Any help would be really appreciated.


Here is the configuration:


group = core
admin-port = 13000
admin-password = sucker
admin-deny-ip = "*.*.*.*"
admin-allow-ip = "127.0.0.1;10.201.69.68"
smsbox-port = 13001
#wdp-interface-name = "*"
#wap-port = 13002
log-file = "/var/log/kannel/bearerbox.log"
log-level = 0
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1;10.201.43.26"
dlr-storage = internal

group=smsc
smsc=smpp
smsc-id=vodacom
interface-version=34
host=10.201.47.17
port=5016
system-id=username
smsc-password=passwd
system-type=default
transceiver-mode=1

group = sendsms-user
username = username
password = passwd
user-deny-ip = "*.*.*.*"
user-allow-ip = "127.0.0.1;10.201.69.68"
max-messages = 3
concatenation = true


group = smsbox
smsbox-id = mySMSC
bearerbox-host = localhost
sendsms-port = 13013
sendsms-chars = "0123456789 "
access-log = "/var/log/kannel/kannel.access"
log-file = "/var/log/kannel/smsbox.log"
log-level = 0


group = sms-service
keyword =
catch-all = yes
max-messages = 3
get-url = "http://localhost/fb/sms/sendsms.php?to=%p&msg=%a";
accept-x-kannel-headers = true
max-messages = 3
concatenation = true

group = smsbox-route
smsbox-id = mySMSC
smsc-id = mySMSC
shortcode = 55134134

Attachment: bearerbox.log
Description: Binary data

Reply via email to