Hello!
I`m working on SMS, WAP and MMS gateway using Kannel-1.4.0
and Mbuni-0.9.8 software. Currently I`m tesing MM1 interface.
Almost everything works good, but one problem. I can send MMS
messages FROM Samsung X100, but I cannot send messages TO it.
MMSPROXY successfully receive the message (via Kannel`s wapbox)
destined for Samsung X100 and then (MMSRELAY?) send notification.
Samsung tries to fetch new MMS but after the moment says "Network fail".
The same happens with Samsung X600.
Here is fragment from my mms-access.log:
2005-07-05 16:01:16 Received MMS [INT:MM1] [ACT:] [MMSC:]
[from:192.168.0.3/TYPE=IPv6] [to:+7xxxxxxxxxx/TYPE=PLMN]
[msgid:[EMAIL PROTECTED] [size=441]
[UA:SAMSUNG-SGH-X100/PEARL UP.Browser/6.1.0.6 (GUI) MMP/1.0] [MMBox:]
2005-07-05 16:01:39 Notify MMS [INT:MM1] [ACT:] [MMSC:] [from:system]
[to:+7xxxxxxxxxx/TYPE=PLMN] [msgid:[EMAIL PROTECTED]
[size=-1] [UA:] [MMBox:]
2005-07-05 16:02:36 Fetched MMS [INT:MM1] [ACT:] [MMSC:]
[from:192.168.0.3/TYPE=IPv6] [to:192.168.0.3/TYPE=IPv6]
[msgid:[EMAIL PROTECTED] [size=477]
[UA:SAMSUNG-SGH-X100/PEARL UP.Browser/6.1.0.6 (GUI) MMP/1.0] [MMBox:]
WAP-push link:
http://127.0.0.1:13013/cgi-bin/sendsms?username=xxx&password=xxx&from=901&
text=%15%06%03%BE%AF%84%8C%82%982-qf1120564898.6.x3221879%40mmsc%00%8D%90%89%17
%80192.168.0.3%2FTYPE%3DIPv6%00%8A%80%8E%02%01%DD%88%04%81%02%5E%83%83http%3A%2F%2F
mmsc%2F2-qf1120564898.6.x3221879%402%2Fwx19%00&to=%2B79087150222&udh=%06%05%04%0B%84%23%F0
Documentation (http://mbuni.org/status.shtml) says that Mbuni was
successfully
tested with Samsung X100.
Here is my configuration stuff:
=== mbuni.conf ===
group = core
log-file = /var/log/mbuni/mmsbox.log
access-log = /var/log/mbuni/mms-access.log
log-level = 0
group = mmsbox
name = "Indigo MMSC"
hostname = mmsc.parmamobile.ru
host-alias = mmsc
local-prefixes = "+7;8"
max-send-threads = 5
maximum-send-attempts = 5
default-message-expiry = 3600
queue-run-interval = 30
send-attempt-back-off = 60
mms-port = 8191
send-mail-prog = /usr/sbin/sendmail -f '%f' '%t'
storage-directory = /var/spool/mms
sendsms-url = http://127.0.0.1:13013/cgi-bin/sendsms
sendsms-username = xxx
sendsms-password = xxx
sendsms-global-sender = 901
allow-ip = 127.0.0.1
notify-unprovisioned = yes
mms-notify-text = "You have received a multimedia message from %S, go to
XXX to view it"
mm-box-host = localhost
mms-notify-unprovisioned-text = "Unprovisioned MMS"
mms-to-email-txt = "This is a multimedia message (HTML suppressed)"
mms-to-email-html = "This is a multimedia message powered by
<emph>Digital Solutions</emph>"
mms-message-too-large-txt = "You have received a multimedia message from
%S that is too large for your phone. Go to xxx to view it"
=== kannel.conf ===
# BEARERBOX setup
group = core
admin-port = 13000
admin-password = yyy
admin-deny-ip = "*.*.*.*"
admin-allow-ip = "127.0.0.1"
wapbox-port = 13002
smsbox-port = 13012
wdp-interface-name = "*"
log-file = "/var/log/kannel/bearerbox.log"
access-log = "/var/log/kannel/bearer-access.log"
log-level = 0
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"
# WAPBOX setup
group = wapbox
bearerbox-host = localhost
log-file = "/var/log/kannel/wapbox.log"
access-log = "/var/log/kannel/wap-access.log"
map-url = "http://mmsc/* http://xxx.xxx.xxx.xxx:8191/*"
timer-freq = 10
log-level = 0
# SMS center setup
group = smsc
smsc = smpp
host = yyy.yyy.yyy.yyy
port = 2000
receive-port = 2000
smsc-username = xxx
smsc-password = xxx
system-type = "xander"
address-range = ""
source-addr-ton = 0
source-addr-npi = 1
dest-addr-ton = 1
dest-addr-npi = 1
# SMSBOX setup
group = smsbox
bearerbox-host = localhost
sendsms-port = 13013
sendsms-chars = "0123456789+ "
global-sender = 901
log-file = "/var/log/kannel/smsbox.log"
access-log = "/var/log/kannel/sms-access.log"
log-level = 0
# SENDSMS user account
group = sendsms-user
username = xxx
password = xxx
# PPG setup
group = ppg
ppg-url = /wappush
ppg-port = 8080
global-sender = 901
concurrent-pushes = 5
trusted-pi = true
users = 1024
ppg-allow-ip = "127.0.0.1"
# PPG user account
group = wap-push-user
wap-push-user = xxx
ppg-username = xxx
ppg-password = xxx
allow-ip = "127.0.0.1"
# SMS SERVICE Default
group = sms-service
keyword = default
text = "Hello world"
=== end ===
Any idea?
Regards,
Alexander Siamkov
_______________________________________________
Users mailing list
Users@mbuni.org
http://mbuni.org/mailman/listinfo/users_mbuni.org