Hi!

I'm trying to setup Mbuni (1.0.0) to receive MMS messages using a Sony
GC-83 GSM modem. I've currently got Kannel up and running and able to
send and receive SMS messages, but when I try and send an MMS message
in, I get the following output from bearerbox..  I noticed that the
numeric sender is incorrect and the udh field looks kinda weird.. Any
thoughts?

2005-09-06 10:17:52 [24256] [4] WARNING: smsbox_list empty!
2005-09-06 10:17:52 [24256] [4] WARNING: smsbox_list empty!
2005-09-06 10:17:52 [24256] [4] WARNING: smsbox_list empty!
2005-09-06 10:18:42 [24256] [6] DEBUG: AT2[gc83]: <-- +CMT: ,159
2005-09-06 10:18:42 [24256] [6] DEBUG: AT2[gc83]: <--
07914140279510F6440A8111110301003BF55090600181638A8C0B05040B8423F000036702010106276170706C69636174696F6E2F766E642E7761702E6D6D732D6D65737361676500AF848D0185B4848C82985178335062516F7547514D414141364841414141447741477766304141414141008D908918802B31343235343432323131342F545950453D504C4D4E008A808E0280008805810303F47D83687474703A2F2F36
2005-09-06 10:18:42 [24256] [6] DEBUG: AT2[gc83]: Numeric sender
<1111301000>
2005-09-06 10:18:42 [24256] [6] DEBUG: AT2[gc83]: User data length read
as (140)
2005-09-06 10:18:42 [24256] [6] DEBUG: AT2[gc83]: Udh decoding done
len=128 udhi=1 udhlen=11 udh='
                  #�
2005-09-06 10:18:42 [24256] [6] WARNING: smsbox_list empty!
2005-09-06 10:18:42 [24256] [6] DEBUG: AT2[gc83]: --> AT+CNMA^M
2005-09-06 10:18:43 [24256] [6] DEBUG: AT2[gc83]: <-- AT+CNMA
2005-09-06 10:18:43 [24256] [6] DEBUG: AT2[gc83]: <-- OK
2005-09-06 10:18:47 [24256] [6] DEBUG: AT2[gc83]: <-- +CMT: ,78
2005-09-06 10:18:47 [24256] [6] DEBUG: AT2[gc83]: <--
07914140279510F6440A8111110301003BF55090600181738A3B0B05040B8423F00003670202362E3130322E3137312E3135302F5178335062516F7547514D41414136484141414144774147776630414141414100
2005-09-06 10:18:47 [24256] [6] DEBUG: AT2[gc83]: Numeric sender
<1111301000>
2005-09-06 10:18:47 [24256] [6] DEBUG: AT2[gc83]: User data length read
as (59)
2005-09-06 10:18:47 [24256] [6] DEBUG: AT2[gc83]: Udh decoding done
len=47 udhi=1 udhlen=11 udh='
                 #�

That's it.. Nothing else seems to happen after that.. Here's the full
config file I'm using..

Thanks!
jim

MMSC.CONF
---------
group = mmsbox
name = "MMSC"
hostname = activesymbols.homelinux.net
host-alias = mmsc
local-mmsc-domains = "homelinux.net"
local-prefixes = "+1"
storage-directory = /tmp/spool
max-send-threads = 5
send-mail-prog = /usr/sbin/sendmail -f '%f' '%t'
unified-prefix = "+1,01,1"
maximum-send-attempts = 5
default-message-expiry = 360000
queue-run-interval = 0.1
send-attempt-back-off = 300
sendsms-url = "" href="http://localhost:13013/cgi-
bin/sendsms">http://localhost:13013/cgi-bin/sendsms
sendsms-username = tester
sendsms-password = foobar
mms-port = 1981
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 = "This is a test"
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"

group = core
admin-port = 13000
smsbox-port = 13001
wapbox-port = 13002
admin-password = bar
log-file = "/var/log/kannel/kannel.log"
log-level = 1
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"

# SMSC CONNECTIONS
group = smsc
smsc = at
smsc-id = gc83
port = 10000
connect-allow-ip = 127.0.0.1
modemtype = auto
device = /dev/ttyS3

group = modems
broken = true 
detect-string = "gc83"
name = "gc83"
id = gc83
init-string = "AT+CFUN=1&f+CNMI=2,2,0,1,1"
need-sleep = true
enable-mms = true

# SMSBOX SETUP
group = smsbox
bearerbox-host = localhost
sendsms-port = 13013
global-sender = 13013
log-file = "/var/log/kannel/smsbox.log"
#log-level = 0

# WAPBOX SETUP
group = wapbox
bearerbox-host = localhost
log-file = "/var/log/kannel/wapbox.log"
syslog-level = none
map-url = ""http://mmsc/*";>http://mmsc/* http://localhost:1981/*";;

# SEND-SMS USERS
group = sendsms-user
username = tester
password = foobar

# SERVICES
group = sms-service
keyword = default
text = "No service specified"


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

Reply via email to