This means that Kannel is truncating the message. Can you send the part of the log when Mbuni is sending out the notification, and the relevant part of the Kannel smsbox log?

On May 01, 2009, at 17:38, Rennard Hutchinson wrote:

Hello,

I am having some trouble with failed mms notifications. If a url is too long, it never gets to the users phone. I have checked around and it looks like I should be setting the concatenation = true setting in the Kannel.conf file (which it is set to currently), but the message alwasy leaves kannel as 1 message and never gets split up to be reassembled on the other side. Is there another setting that I need to change in the mmsc.conf? I am using the CVS versions of both Kannel and Mbuni.

I appreciate any help that is out there.

I will post my conf files below...


kannel.conf
=====================================================
group = core
admin-port = 13000
smsbox-port = 13001
wapbox-port = 13002
admin-password = tester
admin-allow-ip = "127.0.0.1"
admin-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"
box-deny-ip = "*.*.*.*"
access-log = "/mmsc/log/wap/bearerbox-access.log"
log-file = "/mmsc/log/wap/bearerbox.log"

group = wapbox
bearerbox-host = 127.0.0.1
log-file = "/mmsc/log/wap/wapbox.log"
log-level = 0
map-url = "http://mms/* http://localhost:1991/*";
timer-freq = 5

group = smsc
port = 2775
smsc = smpp
smsc-id = smscmmsc
host = 192.168.3.75
smsc-username = test
smsc-password = tester
system-type = "VMA"
max-pending-submits = 10
log-file = "/mmsc/log/wap/smsc.log"
transceiver-mode = false

group = sendsms-user
username = test
password = tester
concatenation = true
default-smsc = smscmmsc

group = smsbox
bearerbox-host = 127.0.0.1
log-file = "/mmsc/log/wap/smsbox.log"
log-level = 0
sendsms-port = 13013
global-sender = 3333

mmsc.conf
=====================================================
group = core
log-file = "/mmsc/log/gateway/mmsc.log"
access-log = "/mmsc/log/gateway/mmsc-access.log"
log-level = 0

group = mbuni
name = testmmsc
hostname = 192.168.3.95
local-prefixes = 1410777;1410444;
storage-directory = "/mmsc/storage/mmsc"
max-send-threads = 5
send-mail-prog = "/usr/sbin/sendmail -f '%f' '%t'"
maximum-send-attempts = 2
default-message-expiry = 7200
queue-run-interval = 1
send-attempt-back-off = 35
mms-port = 1991
mm7-port = 1992
allow-ip = 127.0.0.1
email2mms-relay-hosts = 127.0.0.1
detokenizer-library = builtin:shell
detokenizer-module-parameters = "/mmsc/scripts/getsubscribernumber"
sendsms-username = test
sendsms-password = tester
sendsms-url = http://localhost:13013/cgi-bin/sendsms
content-adaptation = true
notify-unprovisioned = true
mms-notify-text = "you are not authorized to use this feature"
mms-to-email-txt = "This is a multimedia message"
mms-to-email-html = "This is a <emph>multimedia message<emph>"
mms-to-email-default-subject = "This is a multimedia message"
mms-message-too-large-text = "Your phone cannot display this multimedia message"

group = send-mms-user
username = test
password = tester

group = mms-vasp
vasp-id = mmbox
type = soap
vasp-username = mbuni
vasp-password = test
vasp-url = http://user:p...@localhost:12345/


mmbox.conf
=========================================================
group = core
log-file = "/mmsc/log/gateway/mmbox.log"
access-log = "/mmsc/log/gateway/mmbox-access.log"
log-level = 0

group = mbuni
storage-directory = "/mmsc/storage/mmbox"
max-send-threads = 5
max-send-attempts = 2
default-message-expiry = 10800
queue-run-interval = 1
send-attempt-back-off = 35
sendmms-port = 10001

group = mmsc
id = local
mmsc-url = http://mbuni:t...@localhost:1992/soap
incoming-username = user
incoming-password = pass
type = soap

group = send-mms-user
username = test
password = tester

--
Thank you,

_______________________________________________
Users mailing list
[email protected]
http://lists.mbuni.org/mailman/listinfo/users

Reply via email to