Allesandro,

Most likely error is that the sms never gets to the phone. Another potential error is that the phone config is not quite right. Can you confirm one or the other possibility is not happening?
On Jun 09, 2005, at 11:39, Alessandro Grena wrote:

Hello all,
Sorry, I'm not able to see the archive, this why I'm writing a probably already solved question... I'm able to send a mms to a mailbox, but not send a mms to a cellphone (it says that it sent a sms, but I never receive it.

here is my config file for kannel:

group              = core
admin-port         = 7483
smsbox-port        = 7484
admin-password     = xxxx
status-password    = xxxx
wapbox-port        = 7486
wdp-interface-name = "*"
dlr-storage        = mysql
access-log         = "/var/log/kannel/access_bearerbox.log"
log-file           = "/var/log/kannel/bearerbox.log"
log-level          = 0

# MYSQL DB CONNECTION
group             = mysql-connection
id                = my_dlr
host              = localhost
mysql-username    = yyyy
mysql-password    = yyyy
database          = kannel
#max-connections   = 10

# MYSQL DB FOR DLR
group                 = dlr-db
id                    = my_dlr
table                 = com_kannel_report
field-smsc            = smsc
field-timestamp       = ts
field-destination     = destination
field-source          = source
field-service         = service
field-url             = url
field-mask            = mask
field-status          = status
field-boxc-id         = boxc

# SMSC CONNECTIONS
group          = smsc
smsc           = at
smsc-id        = WC-GSM
modemtype      = wavecom
device         = /dev/ttyS0
speed          = 9600

# modem
group         = modems
id            = wavecom
name          = Wavecom
detect-string = "WAVECOM"
#init-string  = "AT+CMGF=0"

#SMSBOX SETUP
group            = smsbox
bearerbox-host   = localhost
sendsms-port     = 7485
global-sender    = 7485
log-file         = "/var/log/kannel/smsbox.log"
log-level        = 0
access-log       = "/var/log/kannel/access_smsbox.log"
mo-recode        = 1

# SEND-SMS USERS
group    = sendsms-user
username = zzzz
password = zzzz

# SERVICES
group        = sms-service
keyword      = default
get-url = "http://127.0.0.1/communications/mo/wavecom/ wavecom_get_mo_message.php?to=%p&mesg=%b&coding=%c&char=% C&receivetime=%t&dlrstatus=%d"
max-messages = 1
concatenation = 0

group = wapbox
bearerbox-host = localhost
log-file = "/var/log/kannel/wapbox.log"
access-log = "/var/log/kannel/access_wapbox.log"
syslog-level = none
timer-freq = 10
map-url = "http://mmsc/* http://localhost:8191/*";

group = ppg
ppg-url = /wappush
ppg-port = 7487
concurrent-pushes = 5
users = 1024
ppg-allow-ip = 127.0.0.1
trusted-pi = true

group = wap-push-user
wap-push-user = wwww
ppg-username = wwww
ppg-password = wwww
allow-ip = 127.0.0.1





Here is the config for mbuni:

group = core
log-file = /var/log/mbuni/mmsgw.log
log-level = 0
access-log = /var/log/mbuni/access.log

group = mmsbox
name = "MMSC"
hostname = localhost
host-alias = mmsc
local-prefixes = "+86"
unified-prefix = "+86"
max-send-threads = 1
maximum-send-attempts = 10
#default-message-expiry = 36000
queue-run-interval = 10
send-attempt-back-off = 300
mms-port = 8191
mm7-port = 8880
#allow-ip-type = false
send-mail-prog = /usr/sbin/sendmail -f '%f' '%t'
storage-directory = /var/spool/mbuni
sendsms-url = http://localhost:7485/cgi-bin/sendsms
sendsms-username = tttt
sendsms-password = tttt
allow-ip = 127.0.0.1
email2mms-relay-prefixes = "+86"
notify-unprovisioned = yes
mms-notify-text = "You have received a multimedia message from %S, go to mobile-factor.com 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>Mobile-Factor</emph>" mms-message-too-large-txt = "You have received a multimedia message from %S that is too large for your phone. Go to www.mobile- factor.com to view it"

group = mms-vasp
vasp-id = newcorp
type = soap
short-code = 100
vasp-username = gggg
vasp-password = gggg
vasp-url = http://www.xxxxxxxxxx.com:8880/mm7
mmsc-username = eeee
mmsc-password = eeee

group = mmsproxy
name = "A test mms proxy"
host = localhost
allowed-prefix = "+86"


Thank you,

Alex


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



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

Reply via email to