Hello again !

Here I am with more questions :)

What does a "UDH field misformed, rejected" message really means?
What exactly is a misformed message to Kannel?

I'm able to send the very same data trough another gateway with no
problems.
This is the way I'm sending the message, perhaps has something to do
with it.

http://localhost:64235/cgi-bin/sendsms?username=xxxxxx&password=xxxxxx&to=2231203576&from=4378&udh=%8B%00%03%2B%02%00%13%01%02%0C%81%00&text=%42%45%47%49%4E%3A%49%4D%45%4C%4F%44%59%0D%0A%56%45%52%53%49%4F%4E%3A%31%2E%32%0D%0A%46%4F%52%4D%41%54%3A%43%4C%41%53%53%31%2E%30%0D%0A%42%45%41%54%3A%31%31%32%0D%0A%4D%45%4C%4F%44%59%3A%2A%34%23%64%33%23%64%33%66%33%72%32%23%61%33%23%67%32%72%33%23%64%33%23%64%33%66%33%66%33%23%64%33%23%64%33%66%33%72%33%23%61%33%2A%35%23%67%33%72%30%23%64%30%23%64%30%66%30%66%30%23%64%30%23%64%30

btw, I'm using Kannel 1.3.2 and Im attaching the config file.

group = core
admin-port = 6669
admin-password = xxxxxx
status-password = xxxxxx
admin-deny-ip = "*.*.*.*"
admin-allow-ip = "127.0.0.1"
smsbox-port = 6667
# wapbox-port = 6668
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"
wdp-interface-name = "*"
log-file = "kannel.log"
log-level = 1
access-log = "kannel.access"

group = smsbox
bearerbox-host = localhost
sendsms-port = 64235
global-sender = 4378
reply-couldnotfetch = "Contacta a soporte code 1"
reply-couldnotrepresent = "Contacta a soporte code 2"
reply-requestfailed = "Contacta a soporte code 3"
reply-emptymessage = "Contacta a soporte code 4"


group = smsc
smsc = smpp
host = xxx
port = xxx
transceiver-mode = true
smsc-username = xxxxxx
smsc-password = xxxxxx
system-type = VMA
interface-version = 0x34
enquire-link-interval = 60
max-pending-submits = 10
reconnect-delay = 30
source-addr-ton = 0
source-addr-npi = 1
source-addr-autodetect = true
dest-addr-ton = 2
dest-addr-npi = 1

group = sms-service
keyword = ll9f
keyword-regex = ^(ll9f)[ ]+(bolas)
text = "de bolas !!!!"
#catch-all = true

group = sms-service
keyword = default
text = "No se que quieres!"

group = sms-service
keyword = ll9f
keyword-regex = ^(ll9f)[ ]+(www)
get-url = "http://%r";

group = sms-service
keyword = test
post-url = 
"http://localhost:8080/kannel_test/KannelTest?from=%p&to=33333&keyWord=%k&scndWord=%s&theRest=%r";
accept-x-kannel-headers = true
max-messages = 3

group = sendsms-user
username = xxxxxx
password = xxxxxx

Reply via email to